Interface CloudControlGroupDeploymentOrBuilder (0.1.0)

public interface CloudControlGroupDeploymentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCcDeploymentReferences(int index)

public abstract 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
Returns
Type Description
CloudControlDeploymentReference

getCcDeploymentReferencesCount()

public abstract 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 abstract 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];

Returns
Type Description
List<CloudControlDeploymentReference>

getCcDeploymentReferencesOrBuilder(int index)

public abstract 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
Returns
Type Description
CloudControlDeploymentReferenceOrBuilder

getCcDeploymentReferencesOrBuilderList()

public abstract 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 abstract 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
Returns
Type Description
CloudControlDeployment

getCcDeploymentsCount() (deprecated)

public abstract 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 abstract 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];

Returns
Type Description
List<CloudControlDeployment>

getCcDeploymentsOrBuilder(int index) (deprecated)

public abstract 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
Returns
Type Description
CloudControlDeploymentOrBuilder

getCcDeploymentsOrBuilderList() (deprecated)

public abstract 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 abstract CloudControlGroup getCloudControlGroup()

Required. Cloud control group

.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloudControlGroup

The cloudControlGroup.

getCloudControlGroupOrBuilder()

public abstract CloudControlGroupOrBuilder getCloudControlGroupOrBuilder()

Required. Cloud control group

.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup cloud_control_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloudControlGroupOrBuilder

hasCloudControlGroup()

public abstract 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.