Class FrameworkDeployment (0.1.0)

public final class FrameworkDeployment extends GeneratedMessageV3 implements FrameworkDeploymentOrBuilder

FrameworkDeployment is a resource that represents a deployment using a framework.

Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment

Static Fields

CC_DEPLOYMENTS_FIELD_NUMBER

public static final int CC_DEPLOYMENTS_FIELD_NUMBER
Field Value
Type Description
int

CC_GROUP_DEPLOYMENTS_FIELD_NUMBER

public static final int CC_GROUP_DEPLOYMENTS_FIELD_NUMBER
Field Value
Type Description
int

CLOUD_CONTROL_DEPLOYMENT_REFERENCES_FIELD_NUMBER

public static final int CLOUD_CONTROL_DEPLOYMENT_REFERENCES_FIELD_NUMBER
Field Value
Type Description
int

CLOUD_CONTROL_METADATA_FIELD_NUMBER

public static final int CLOUD_CONTROL_METADATA_FIELD_NUMBER
Field Value
Type Description
int

COMPUTED_TARGET_RESOURCE_FIELD_NUMBER

public static final int COMPUTED_TARGET_RESOURCE_FIELD_NUMBER
Field Value
Type Description
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

DEPLOYMENT_STATE_FIELD_NUMBER

public static final int DEPLOYMENT_STATE_FIELD_NUMBER
Field Value
Type Description
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

ETAG_FIELD_NUMBER

public static final int ETAG_FIELD_NUMBER
Field Value
Type Description
int

FRAMEWORK_FIELD_NUMBER

public static final int FRAMEWORK_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

TARGET_RESOURCE_CONFIG_FIELD_NUMBER

public static final int TARGET_RESOURCE_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

TARGET_RESOURCE_DISPLAY_NAME_FIELD_NUMBER

public static final int TARGET_RESOURCE_DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FrameworkDeployment getDefaultInstance()
Returns
Type Description
FrameworkDeployment

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static FrameworkDeployment.Builder newBuilder()
Returns
Type Description
FrameworkDeployment.Builder

newBuilder(FrameworkDeployment prototype)

public static FrameworkDeployment.Builder newBuilder(FrameworkDeployment prototype)
Parameter
Name Description
prototype FrameworkDeployment
Returns
Type Description
FrameworkDeployment.Builder

parseDelimitedFrom(InputStream input)

public static FrameworkDeployment parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeployment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FrameworkDeployment parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeployment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FrameworkDeployment parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeployment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FrameworkDeployment parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeployment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FrameworkDeployment parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeployment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FrameworkDeployment parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeployment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FrameworkDeployment> parser()
Returns
Type Description
Parser<FrameworkDeployment>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCcDeployments(int index) (deprecated)

public CloudControlDeployment getCcDeployments(int index)

Output only. This field is inlined just for cloudNext because the one platform apis of CCDeployment does not exist. Beyond cloud next it will be replaced with the field below which is the references of cloud control deployment

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 8 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
CloudControlDeployment

getCcDeploymentsCount() (deprecated)

public int getCcDeploymentsCount()

Output only. This field is inlined just for cloudNext because the one platform apis of CCDeployment does not exist. Beyond cloud next it will be replaced with the field below which is the references of cloud control deployment

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 8 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getCcDeploymentsList() (deprecated)

public List<CloudControlDeployment> getCcDeploymentsList()

Output only. This field is inlined just for cloudNext because the one platform apis of CCDeployment does not exist. Beyond cloud next it will be replaced with the field below which is the references of cloud control deployment

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 8 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<CloudControlDeployment>

getCcDeploymentsOrBuilder(int index) (deprecated)

public CloudControlDeploymentOrBuilder getCcDeploymentsOrBuilder(int index)

Output only. This field is inlined just for cloudNext because the one platform apis of CCDeployment does not exist. Beyond cloud next it will be replaced with the field below which is the references of cloud control deployment

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 8 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
CloudControlDeploymentOrBuilder

getCcDeploymentsOrBuilderList() (deprecated)

public List<? extends CloudControlDeploymentOrBuilder> getCcDeploymentsOrBuilderList()

Output only. This field is inlined just for cloudNext because the one platform apis of CCDeployment does not exist. Beyond cloud next it will be replaced with the field below which is the references of cloud control deployment

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 8 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentOrBuilder>

getCcGroupDeployments(int index)

public CloudControlGroupDeployment getCcGroupDeployments(int index)

Output only. Similarly we'll also have a field for CloudControlGroups

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupDeployment cc_group_deployments = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
CloudControlGroupDeployment

getCcGroupDeploymentsCount()

public int getCcGroupDeploymentsCount()

Output only. Similarly we'll also have a field for CloudControlGroups

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupDeployment cc_group_deployments = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getCcGroupDeploymentsList()

public List<CloudControlGroupDeployment> getCcGroupDeploymentsList()

Output only. Similarly we'll also have a field for CloudControlGroups

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupDeployment cc_group_deployments = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<CloudControlGroupDeployment>

getCcGroupDeploymentsOrBuilder(int index)

public CloudControlGroupDeploymentOrBuilder getCcGroupDeploymentsOrBuilder(int index)

Output only. Similarly we'll also have a field for CloudControlGroups

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupDeployment cc_group_deployments = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
CloudControlGroupDeploymentOrBuilder

getCcGroupDeploymentsOrBuilderList()

public List<? extends CloudControlGroupDeploymentOrBuilder> getCcGroupDeploymentsOrBuilderList()

Output only. Similarly we'll also have a field for CloudControlGroups

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupDeployment cc_group_deployments = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlGroupDeploymentOrBuilder>

getCloudControlDeploymentReferences(int index)

public CloudControlDeploymentReference getCloudControlDeploymentReferences(int index)

Output only. The references to the cloud control deployments. Example: If a framework deployment deploys two cloud controls, cc-deployment-1 and cc-deployment-2, then the cloud_control_deployment_references will be: { cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-1" }, cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-2" }

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cloud_control_deployment_references = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
CloudControlDeploymentReference

getCloudControlDeploymentReferencesCount()

public int getCloudControlDeploymentReferencesCount()

Output only. The references to the cloud control deployments. Example: If a framework deployment deploys two cloud controls, cc-deployment-1 and cc-deployment-2, then the cloud_control_deployment_references will be: { cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-1" }, cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-2" }

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cloud_control_deployment_references = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getCloudControlDeploymentReferencesList()

public List<CloudControlDeploymentReference> getCloudControlDeploymentReferencesList()

Output only. The references to the cloud control deployments. Example: If a framework deployment deploys two cloud controls, cc-deployment-1 and cc-deployment-2, then the cloud_control_deployment_references will be: { cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-1" }, cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-2" }

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cloud_control_deployment_references = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<CloudControlDeploymentReference>

getCloudControlDeploymentReferencesOrBuilder(int index)

public CloudControlDeploymentReferenceOrBuilder getCloudControlDeploymentReferencesOrBuilder(int index)

Output only. The references to the cloud control deployments. Example: If a framework deployment deploys two cloud controls, cc-deployment-1 and cc-deployment-2, then the cloud_control_deployment_references will be: { cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-1" }, cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-2" }

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cloud_control_deployment_references = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
CloudControlDeploymentReferenceOrBuilder

getCloudControlDeploymentReferencesOrBuilderList()

public List<? extends CloudControlDeploymentReferenceOrBuilder> getCloudControlDeploymentReferencesOrBuilderList()

Output only. The references to the cloud control deployments. Example: If a framework deployment deploys two cloud controls, cc-deployment-1 and cc-deployment-2, then the cloud_control_deployment_references will be: { cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-1" }, cloud_control_deployment_reference: { cloud_control_deployment: "organizations/{organization}/locations/{location}/cloudControlDeployments/cc-deployment-2" }

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cloud_control_deployment_references = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReferenceOrBuilder>

getCloudControlMetadata(int index)

public CloudControlMetadata getCloudControlMetadata(int index)

Required. Deployment mode and parameters for each of the cloud_controls part of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlMetadata cloud_control_metadata = 6 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
CloudControlMetadata

getCloudControlMetadataCount()

public int getCloudControlMetadataCount()

Required. Deployment mode and parameters for each of the cloud_controls part of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlMetadata cloud_control_metadata = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getCloudControlMetadataList()

public List<CloudControlMetadata> getCloudControlMetadataList()

Required. Deployment mode and parameters for each of the cloud_controls part of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlMetadata cloud_control_metadata = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<CloudControlMetadata>

getCloudControlMetadataOrBuilder(int index)

public CloudControlMetadataOrBuilder getCloudControlMetadataOrBuilder(int index)

Required. Deployment mode and parameters for each of the cloud_controls part of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlMetadata cloud_control_metadata = 6 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
CloudControlMetadataOrBuilder

getCloudControlMetadataOrBuilderList()

public List<? extends CloudControlMetadataOrBuilder> getCloudControlMetadataOrBuilderList()

Required. Deployment mode and parameters for each of the cloud_controls part of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlMetadata cloud_control_metadata = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlMetadataOrBuilder>

getComputedTargetResource()

public String getComputedTargetResource()

Output only. The resource on which the Framework is deployed based on the provided TargetResourceConfig. In format organizations/{organization}, folders/{folder}, projects/{project} or projects/{project}/locations/{location}/applications/{application}.

string computed_target_resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The computedTargetResource.

getComputedTargetResourceBytes()

public ByteString getComputedTargetResourceBytes()

Output only. The resource on which the Framework is deployed based on the provided TargetResourceConfig. In format organizations/{organization}, folders/{folder}, projects/{project} or projects/{project}/locations/{location}/applications/{application}.

string computed_target_resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for computedTargetResource.

getCreateTime()

public Timestamp getCreateTime()

Output only. The time at which the resource was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time at which the resource was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public FrameworkDeployment getDefaultInstanceForType()
Returns
Type Description
FrameworkDeployment

getDeploymentState()

public DeploymentState getDeploymentState()

Output only. State of the deployment

.google.cloud.cloudsecuritycompliance.v1.DeploymentState deployment_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentState

The deploymentState.

getDeploymentStateValue()

public int getDeploymentStateValue()

Output only. State of the deployment

.google.cloud.cloudsecuritycompliance.v1.DeploymentState deployment_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for deploymentState.

getDescription()

public String getDescription()

Optional. User provided description of the deployment

string description = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Optional. User provided description of the deployment

string description = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getEtag()

public String getEtag()

Optional. To prevent concurrent updates from overwriting each other, always provide the etag when you update a CustomComplianceFramework. You can also provide the etag when you delete a CustomComplianceFramework, to help ensure that you're deleting the intended version of the CustomComplianceFramework.

string etag = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. To prevent concurrent updates from overwriting each other, always provide the etag when you update a CustomComplianceFramework. You can also provide the etag when you delete a CustomComplianceFramework, to help ensure that you're deleting the intended version of the CustomComplianceFramework.

string etag = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for etag.

getFramework()

public FrameworkReference getFramework()

Required. Framework resource reference

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FrameworkReference

The framework.

getFrameworkOrBuilder()

public FrameworkReferenceOrBuilder getFrameworkOrBuilder()

Required. Framework resource reference

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FrameworkReferenceOrBuilder

getName()

public String getName()

Identifier. FrameworkDeployment name in either of the following formats: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. FrameworkDeployment name in either of the following formats: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<FrameworkDeployment> getParserForType()
Returns
Type Description
Parser<FrameworkDeployment>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTargetResourceConfig()

public TargetResourceConfig getTargetResourceConfig()

Required. target_resource_config referencing either an already existing target_resource or contains config for a target_resource to be created

.google.cloud.cloudsecuritycompliance.v1.TargetResourceConfig target_resource_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TargetResourceConfig

The targetResourceConfig.

getTargetResourceConfigOrBuilder()

public TargetResourceConfigOrBuilder getTargetResourceConfigOrBuilder()

Required. target_resource_config referencing either an already existing target_resource or contains config for a target_resource to be created

.google.cloud.cloudsecuritycompliance.v1.TargetResourceConfig target_resource_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TargetResourceConfigOrBuilder

getTargetResourceDisplayName()

public String getTargetResourceDisplayName()

Output only. The display name of the target resource.

string target_resource_display_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The targetResourceDisplayName.

getTargetResourceDisplayNameBytes()

public ByteString getTargetResourceDisplayNameBytes()

Output only. The display name of the target resource.

string target_resource_display_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for targetResourceDisplayName.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The time at which the resource last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time at which the resource last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. The time at which the resource was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasFramework()

public boolean hasFramework()

Required. Framework resource reference

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the framework field is set.

hasTargetResourceConfig()

public boolean hasTargetResourceConfig()

Required. target_resource_config referencing either an already existing target_resource or contains config for a target_resource to be created

.google.cloud.cloudsecuritycompliance.v1.TargetResourceConfig target_resource_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the targetResourceConfig field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The time at which the resource last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FrameworkDeployment.Builder newBuilderForType()
Returns
Type Description
FrameworkDeployment.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FrameworkDeployment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FrameworkDeployment.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FrameworkDeployment.Builder toBuilder()
Returns
Type Description
FrameworkDeployment.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException