Send feedback
Class CloudControlGroup (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class CloudControlGroup extends GeneratedMessageV3 implements CloudControlGroupOrBuilder
CloudControlGroup is an optional entity within a Framework that helps
customers organize their CloudControls.
Protobuf type google.cloud.cloudsecuritycompliance.v1.CloudControlGroup
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CLOUD_CONTROL_DETAILS_FIELD_NUMBER
public static final int CLOUD_CONTROL_DETAILS_FIELD_NUMBER
Field Value
Type
Description
int
CONTROL_FIELD_NUMBER
public static final int CONTROL_FIELD_NUMBER
Field Value
Type
Description
int
CONTROL_ID_FIELD_NUMBER
public static final int CONTROL_ID_FIELD_NUMBER
Field Value
Type
Description
int
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
MAJOR_REVISION_ID_FIELD_NUMBER
public static final int MAJOR_REVISION_ID_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static CloudControlGroup getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CloudControlGroup . Builder newBuilder ()
newBuilder(CloudControlGroup prototype)
public static CloudControlGroup . Builder newBuilder ( CloudControlGroup prototype )
public static CloudControlGroup parseDelimitedFrom ( InputStream input )
public static CloudControlGroup parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CloudControlGroup parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudControlGroup parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CloudControlGroup parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudControlGroup parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CloudControlGroup parseFrom ( CodedInputStream input )
public static CloudControlGroup parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CloudControlGroup parseFrom ( InputStream input )
public static CloudControlGroup parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CloudControlGroup parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudControlGroup parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CloudControlGroup> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCloudControlDetails(int index)
public CloudControlDetails getCloudControlDetails ( int index )
Required. The details of the cloud controls to be referred to in the
framework.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDetails cloud_control_details = 5 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
getCloudControlDetailsCount()
public int getCloudControlDetailsCount ()
Required. The details of the cloud controls to be referred to in the
framework.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDetails cloud_control_details = 5 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
getCloudControlDetailsList()
public List<CloudControlDetails> getCloudControlDetailsList ()
Required. The details of the cloud controls to be referred to in the
framework.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDetails cloud_control_details = 5 [(.google.api.field_behavior) = REQUIRED];
getCloudControlDetailsOrBuilder(int index)
public CloudControlDetailsOrBuilder getCloudControlDetailsOrBuilder ( int index )
Required. The details of the cloud controls to be referred to in the
framework.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDetails cloud_control_details = 5 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
getCloudControlDetailsOrBuilderList()
public List <? extends CloudControlDetailsOrBuilder > getCloudControlDetailsOrBuilderList ()
Required. The details of the cloud controls to be referred to in the
framework.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlDetails cloud_control_details = 5 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
List <? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlDetailsOrBuilder >
getControl()
public String getControl ()
Optional. The industry-defined Control assciated with the cloud controls in
this group.
organizations/{organization}/locations/{location}/controls/{control_id}
string control = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The control.
getControlBytes()
public ByteString getControlBytes ()
Optional. The industry-defined Control assciated with the cloud controls in
this group.
organizations/{organization}/locations/{location}/controls/{control_id}
string control = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for control.
getControlId()
public String getControlId ()
Optional. The control identifier used to fetch the findings. This is same
as the control report name.
string control_id = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The controlId.
getControlIdBytes()
public ByteString getControlIdBytes ()
Optional. The control identifier used to fetch the findings. This is same
as the control report name.
string control_id = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for controlId.
getDefaultInstanceForType()
public CloudControlGroup getDefaultInstanceForType ()
getDescription()
public String getDescription ()
Optional. The description of the cloud control group.The maximum length is
2000 characters.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The description.
getDescriptionBytes()
public ByteString getDescriptionBytes ()
Optional. The description of the cloud control group.The maximum length is
2000 characters.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for description.
getMajorRevisionId()
public long getMajorRevisionId ()
Optional. Major revision of the cloud control group.
int64 major_revision_id = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
long
The majorRevisionId.
getName()
Required. The name of the cloud control group in the format:
“organizations/{organization}/locations/{location}/
cloudControlGroups/{cloud-control-group}”
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Required. The name of the cloud control group in the format:
“organizations/{organization}/locations/{location}/
cloudControlGroups/{cloud-control-group}”
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<CloudControlGroup> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getType()
public CloudControlGroup . CloudControlGroupType getType ()
Optional. Output only. The type of the cloud control group. Default is
TYPE_CUSTOM.
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup.CloudControlGroupType type = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
getTypeValue()
public int getTypeValue ()
Optional. Output only. The type of the cloud control group. Default is
TYPE_CUSTOM.
.google.cloud.cloudsecuritycompliance.v1.CloudControlGroup.CloudControlGroupType type = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for type.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CloudControlGroup . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudControlGroup . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public CloudControlGroup . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-17 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-17 UTC."],[],[],null,[]]