public interface CloudControlDeploymentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudControlMetadata()
public abstract CloudControlMetadata getCloudControlMetadata()
Required. CloudControlReference, Deployment mode and parameters for the cloud_control
.google.cloud.cloudsecuritycompliance.v1.CloudControlMetadata cloud_control_metadata = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CloudControlMetadata |
The cloudControlMetadata. |
getCloudControlMetadataOrBuilder()
public abstract CloudControlMetadataOrBuilder getCloudControlMetadataOrBuilder()
Required. CloudControlReference, Deployment mode and parameters for the cloud_control
.google.cloud.cloudsecuritycompliance.v1.CloudControlMetadata cloud_control_metadata = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CloudControlMetadataOrBuilder |
getCreateTime()
public abstract Timestamp getCreateTime()
Output only. The time at which the resource was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which the resource was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDeploymentState()
public abstract DeploymentState getDeploymentState()
Output only. State of the deployment
.google.cloud.cloudsecuritycompliance.v1.DeploymentState deployment_state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DeploymentState |
The deploymentState. |
getDeploymentStateValue()
public abstract int getDeploymentStateValue()
Output only. State of the deployment
.google.cloud.cloudsecuritycompliance.v1.DeploymentState deployment_state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for deploymentState. |
getDescription()
public abstract 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 abstract 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 abstract String getEtag()
Optional. To prevent concurrent updates from overwriting each other, always
provide the etag
when you update a CustomComplianceCloudControl. You can
also provide the etag
when you delete a CustomComplianceCloudControl, to
help ensure that you're deleting the intended version of the
CustomComplianceCloudControl.
string etag = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()
Optional. To prevent concurrent updates from overwriting each other, always
provide the etag
when you update a CustomComplianceCloudControl. You can
also provide the etag
when you delete a CustomComplianceCloudControl, to
help ensure that you're deleting the intended version of the
CustomComplianceCloudControl.
string etag = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for etag. |
getFrameworkDeploymentReferences(int index)
public abstract FrameworkDeploymentReference getFrameworkDeploymentReferences(int index)
Output only. The references to the framework deployments that this cloud control deployment is part of.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference framework_deployment_references = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FrameworkDeploymentReference |
getFrameworkDeploymentReferencesCount()
public abstract int getFrameworkDeploymentReferencesCount()
Output only. The references to the framework deployments that this cloud control deployment is part of.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference framework_deployment_references = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getFrameworkDeploymentReferencesList()
public abstract List<FrameworkDeploymentReference> getFrameworkDeploymentReferencesList()
Output only. The references to the framework deployments that this cloud control deployment is part of.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference framework_deployment_references = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<FrameworkDeploymentReference> |
getFrameworkDeploymentReferencesOrBuilder(int index)
public abstract FrameworkDeploymentReferenceOrBuilder getFrameworkDeploymentReferencesOrBuilder(int index)
Output only. The references to the framework deployments that this cloud control deployment is part of.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference framework_deployment_references = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FrameworkDeploymentReferenceOrBuilder |
getFrameworkDeploymentReferencesOrBuilderList()
public abstract List<? extends FrameworkDeploymentReferenceOrBuilder> getFrameworkDeploymentReferencesOrBuilderList()
Output only. The references to the framework deployments that this cloud control deployment is part of.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference framework_deployment_references = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReferenceOrBuilder> |
getName()
public abstract String getName()
Identifier. CloudControlDeployment name in either of the following formats: organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. CloudControlDeployment name in either of the following formats: organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParameterSubstitutedCloudControl()
public abstract CloudControl getParameterSubstitutedCloudControl()
Output only. The cloud control after parameter substitution.
.google.cloud.cloudsecuritycompliance.v1.CloudControl parameter_substituted_cloud_control = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
CloudControl |
The parameterSubstitutedCloudControl. |
getParameterSubstitutedCloudControlOrBuilder()
public abstract CloudControlOrBuilder getParameterSubstitutedCloudControlOrBuilder()
Output only. The cloud control after parameter substitution.
.google.cloud.cloudsecuritycompliance.v1.CloudControl parameter_substituted_cloud_control = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
CloudControlOrBuilder |
getTargetResource()
public abstract String getTargetResource()
Output only. The resource on which the CloudControl is deployed based on the provided TargetResourceConfig. In format organizations/{organization}, folders/{folder} or projects/{project}.
string target_resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The targetResource. |
getTargetResourceBytes()
public abstract ByteString getTargetResourceBytes()
Output only. The resource on which the CloudControl is deployed based on the provided TargetResourceConfig. In format organizations/{organization}, folders/{folder} or projects/{project}.
string target_resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for targetResource. |
getTargetResourceConfig()
public abstract 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 abstract 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 abstract String getTargetResourceDisplayName()
Output only. The name of the application, project, folder, or organization that the cloud control is deployed on.
string target_resource_display_name = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The targetResourceDisplayName. |
getTargetResourceDisplayNameBytes()
public abstract ByteString getTargetResourceDisplayNameBytes()
Output only. The name of the application, project, folder, or organization that the cloud control is deployed on.
string target_resource_display_name = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for targetResourceDisplayName. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Output only. The time at which the resource last updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time at which the resource last updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCloudControlMetadata()
public abstract boolean hasCloudControlMetadata()
Required. CloudControlReference, Deployment mode and parameters for the cloud_control
.google.cloud.cloudsecuritycompliance.v1.CloudControlMetadata cloud_control_metadata = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the cloudControlMetadata field is set. |
hasCreateTime()
public abstract boolean hasCreateTime()
Output only. The time at which the resource was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasParameterSubstitutedCloudControl()
public abstract boolean hasParameterSubstitutedCloudControl()
Output only. The cloud control after parameter substitution.
.google.cloud.cloudsecuritycompliance.v1.CloudControl parameter_substituted_cloud_control = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the parameterSubstitutedCloudControl field is set. |
hasTargetResourceConfig()
public abstract 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 abstract boolean hasUpdateTime()
Output only. The time at which the resource last updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |