public static final class CloudControlGroupDeployment.Builder extends GeneratedMessageV3.Builder<CloudControlGroupDeployment.Builder> implements CloudControlGroupDeploymentOrBuilder
CloudControlGroupDeployment contains the cloud control group and the cloud
control deployments in the group.
Protobuf type google.cloud.cloudsecuritycompliance.v1.CloudControlGroupDeployment
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllCcDeploymentReferences(Iterable<? extends CloudControlDeploymentReference> values)
public CloudControlGroupDeployment.Builder addAllCcDeploymentReferences(Iterable<? extends CloudControlDeploymentReference> values)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference>
|
addAllCcDeployments(Iterable<? extends CloudControlDeployment> values) (deprecated)
public CloudControlGroupDeployment.Builder addAllCcDeployments(Iterable<? extends CloudControlDeployment> values)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment>
|
addCcDeploymentReferences(CloudControlDeploymentReference value)
public CloudControlGroupDeployment.Builder addCcDeploymentReferences(CloudControlDeploymentReference value)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addCcDeploymentReferences(CloudControlDeploymentReference.Builder builderForValue)
public CloudControlGroupDeployment.Builder addCcDeploymentReferences(CloudControlDeploymentReference.Builder builderForValue)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addCcDeploymentReferences(int index, CloudControlDeploymentReference value)
public CloudControlGroupDeployment.Builder addCcDeploymentReferences(int index, CloudControlDeploymentReference value)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addCcDeploymentReferences(int index, CloudControlDeploymentReference.Builder builderForValue)
public CloudControlGroupDeployment.Builder addCcDeploymentReferences(int index, CloudControlDeploymentReference.Builder builderForValue)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addCcDeploymentReferencesBuilder()
public CloudControlDeploymentReference.Builder addCcDeploymentReferencesBuilder()
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addCcDeploymentReferencesBuilder(int index)
public CloudControlDeploymentReference.Builder addCcDeploymentReferencesBuilder(int index)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
addCcDeployments(CloudControlDeployment value) (deprecated)
public CloudControlGroupDeployment.Builder addCcDeployments(CloudControlDeployment value)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
addCcDeployments(CloudControlDeployment.Builder builderForValue) (deprecated)
public CloudControlGroupDeployment.Builder addCcDeployments(CloudControlDeployment.Builder builderForValue)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
addCcDeployments(int index, CloudControlDeployment value) (deprecated)
public CloudControlGroupDeployment.Builder addCcDeployments(int index, CloudControlDeployment value)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
addCcDeployments(int index, CloudControlDeployment.Builder builderForValue) (deprecated)
public CloudControlGroupDeployment.Builder addCcDeployments(int index, CloudControlDeployment.Builder builderForValue)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
addCcDeploymentsBuilder() (deprecated)
public CloudControlDeployment.Builder addCcDeploymentsBuilder()
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
addCcDeploymentsBuilder(int index) (deprecated)
public CloudControlDeployment.Builder addCcDeploymentsBuilder(int index)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudControlGroupDeployment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CloudControlGroupDeployment build()
buildPartial()
public CloudControlGroupDeployment buildPartial()
clear()
public CloudControlGroupDeployment.Builder clear()
Overrides
clearCcDeploymentReferences()
public CloudControlGroupDeployment.Builder clearCcDeploymentReferences()
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearCcDeployments() (deprecated)
public CloudControlGroupDeployment.Builder clearCcDeployments()
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
clearCloudControlGroup()
public CloudControlGroupDeployment.Builder clearCloudControlGroup()
Required. Cloud control group
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public CloudControlGroupDeployment.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudControlGroupDeployment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public CloudControlGroupDeployment.Builder clone()
Overrides
getCcDeploymentReferences(int index)
public CloudControlDeploymentReference getCcDeploymentReferences(int index)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getCcDeploymentReferencesBuilder(int index)
public CloudControlDeploymentReference.Builder getCcDeploymentReferencesBuilder(int index)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getCcDeploymentReferencesBuilderList()
public List<CloudControlDeploymentReference.Builder> getCcDeploymentReferencesBuilderList()
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCcDeploymentReferencesCount()
public int getCcDeploymentReferencesCount()
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
getCcDeploymentReferencesList()
public List<CloudControlDeploymentReference> getCcDeploymentReferencesList()
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCcDeploymentReferencesOrBuilder(int index)
public CloudControlDeploymentReferenceOrBuilder getCcDeploymentReferencesOrBuilder(int index)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getCcDeploymentReferencesOrBuilderList()
public List<? extends CloudControlDeploymentReferenceOrBuilder> getCcDeploymentReferencesOrBuilderList()
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReferenceOrBuilder> |
|
getCcDeployments(int index) (deprecated)
public CloudControlDeployment getCcDeployments(int index)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
getCcDeploymentsBuilder(int index) (deprecated)
public CloudControlDeployment.Builder getCcDeploymentsBuilder(int index)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
getCcDeploymentsBuilderList() (deprecated)
public List<CloudControlDeployment.Builder> getCcDeploymentsBuilderList()
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
getCcDeploymentsCount() (deprecated)
public int getCcDeploymentsCount()
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
|
getCcDeploymentsList() (deprecated)
public List<CloudControlDeployment> getCcDeploymentsList()
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
getCcDeploymentsOrBuilder(int index) (deprecated)
public CloudControlDeploymentOrBuilder getCcDeploymentsOrBuilder(int index)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
getCcDeploymentsOrBuilderList() (deprecated)
public List<? extends CloudControlDeploymentOrBuilder> getCcDeploymentsOrBuilderList()
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentOrBuilder> |
|
getCloudControlGroup()
public CloudControlGroup getCloudControlGroup()
Required. Cloud control group
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];
getCloudControlGroupBuilder()
public CloudControlGroup.Builder getCloudControlGroupBuilder()
Required. Cloud control group
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];
getCloudControlGroupOrBuilder()
public CloudControlGroupOrBuilder getCloudControlGroupOrBuilder()
Required. Cloud control group
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public CloudControlGroupDeployment getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
hasCloudControlGroup()
public boolean hasCloudControlGroup()
Required. Cloud control group
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the cloudControlGroup field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeCloudControlGroup(CloudControlGroup value)
public CloudControlGroupDeployment.Builder mergeCloudControlGroup(CloudControlGroup value)
Required. Cloud control group
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(CloudControlGroupDeployment other)
public CloudControlGroupDeployment.Builder mergeFrom(CloudControlGroupDeployment other)
public CloudControlGroupDeployment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CloudControlGroupDeployment.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudControlGroupDeployment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeCcDeploymentReferences(int index)
public CloudControlGroupDeployment.Builder removeCcDeploymentReferences(int index)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
removeCcDeployments(int index) (deprecated)
public CloudControlGroupDeployment.Builder removeCcDeployments(int index)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
setCcDeploymentReferences(int index, CloudControlDeploymentReference value)
public CloudControlGroupDeployment.Builder setCcDeploymentReferences(int index, CloudControlDeploymentReference value)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
setCcDeploymentReferences(int index, CloudControlDeploymentReference.Builder builderForValue)
public CloudControlGroupDeployment.Builder setCcDeploymentReferences(int index, CloudControlDeploymentReference.Builder builderForValue)
Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1
and cloud-control-2
, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1
and
cloud-control-deployment-2
respectively, then the
references are:
<code><code>
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
</code></code>
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeploymentReference cc_deployment_references = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
setCcDeployments(int index, CloudControlDeployment value) (deprecated)
public CloudControlGroupDeployment.Builder setCcDeployments(int index, CloudControlDeployment value)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
setCcDeployments(int index, CloudControlDeployment.Builder builderForValue) (deprecated)
public CloudControlGroupDeployment.Builder setCcDeployments(int index, CloudControlDeployment.Builder builderForValue)
Required. Cloud control deployments in the group
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDeployment cc_deployments = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
setCloudControlGroup(CloudControlGroup value)
public CloudControlGroupDeployment.Builder setCloudControlGroup(CloudControlGroup value)
Required. Cloud control group
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];
setCloudControlGroup(CloudControlGroup.Builder builderForValue)
public CloudControlGroupDeployment.Builder setCloudControlGroup(CloudControlGroup.Builder builderForValue)
Required. Cloud control group
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public CloudControlGroupDeployment.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudControlGroupDeployment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudControlGroupDeployment.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides