public final class AwsClusterGroup extends GeneratedMessageV3 implements AwsClusterGroupOrBuilder
Identities of a group-type subject for AWS clusters.
Protobuf type google.cloud.gkemulticloud.v1.AwsClusterGroup
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
GROUP_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static AwsClusterGroup getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AwsClusterGroup.Builder newBuilder()
newBuilder(AwsClusterGroup prototype)
public static AwsClusterGroup.Builder newBuilder(AwsClusterGroup prototype)
public static AwsClusterGroup parseDelimitedFrom(InputStream input)
public static AwsClusterGroup parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AwsClusterGroup parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AwsClusterGroup parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AwsClusterGroup parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AwsClusterGroup parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AwsClusterGroup parseFrom(CodedInputStream input)
public static AwsClusterGroup parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AwsClusterGroup parseFrom(InputStream input)
public static AwsClusterGroup parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AwsClusterGroup parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AwsClusterGroup parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AwsClusterGroup> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public AwsClusterGroup getDefaultInstanceForType()
getGroup()
Required. The name of the group, e.g. my-group@domain.com
.
string group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The group.
|
getGroupBytes()
public ByteString getGroupBytes()
Required. The name of the group, e.g. my-group@domain.com
.
string group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for group.
|
getParserForType()
public Parser<AwsClusterGroup> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AwsClusterGroup.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AwsClusterGroup.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public AwsClusterGroup.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides