Class CloudControlGroupDeployment (0.1.0)

public final class CloudControlGroupDeployment extends GeneratedMessageV3 implements CloudControlGroupDeploymentOrBuilder

CloudControlGroupDeployment contains the cloud control group and the cloud control deployments in the group.

Protobuf type google.cloud.cloudsecuritycompliance.v1.CloudControlGroupDeployment

Static Fields

CC_DEPLOYMENTS_FIELD_NUMBER

public static final int CC_DEPLOYMENTS_FIELD_NUMBER
Field Value
Type Description
int

CC_DEPLOYMENT_REFERENCES_FIELD_NUMBER

public static final int CC_DEPLOYMENT_REFERENCES_FIELD_NUMBER
Field Value
Type Description
int

CLOUD_CONTROL_GROUP_FIELD_NUMBER

public static final int CLOUD_CONTROL_GROUP_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CloudControlGroupDeployment getDefaultInstance()
Returns
Type Description
CloudControlGroupDeployment

getDescriptor()

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

newBuilder()

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

newBuilder(CloudControlGroupDeployment prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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
Returns
Type Description
CloudControlDeploymentReference

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

Returns
Type Description
List<CloudControlDeploymentReference>

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

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

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

Returns
Type Description
List<CloudControlDeployment>

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

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

Returns
Type Description
CloudControlGroup

The cloudControlGroup.

getCloudControlGroupOrBuilder()

public CloudControlGroupOrBuilder getCloudControlGroupOrBuilder()

Required. Cloud control group

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

Returns
Type Description
CloudControlGroupOrBuilder

getDefaultInstanceForType()

public CloudControlGroupDeployment getDefaultInstanceForType()
Returns
Type Description
CloudControlGroupDeployment

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
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.

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 CloudControlGroupDeployment.Builder newBuilderForType()
Returns
Type Description
CloudControlGroupDeployment.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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