public final class AzureClusterGroup extends GeneratedMessageV3 implements AzureClusterGroupOrBuilder
Identities of a group-type subject for Azure clusters.
Protobuf type google.cloud.gkemulticloud.v1.AzureClusterGroup
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 AzureClusterGroup getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AzureClusterGroup.Builder newBuilder()
newBuilder(AzureClusterGroup prototype)
public static AzureClusterGroup.Builder newBuilder(AzureClusterGroup prototype)
public static AzureClusterGroup parseDelimitedFrom(InputStream input)
public static AzureClusterGroup parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AzureClusterGroup parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AzureClusterGroup parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AzureClusterGroup parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AzureClusterGroup parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AzureClusterGroup parseFrom(CodedInputStream input)
public static AzureClusterGroup parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AzureClusterGroup parseFrom(InputStream input)
public static AzureClusterGroup parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AzureClusterGroup parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AzureClusterGroup parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AzureClusterGroup> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public AzureClusterGroup 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<AzureClusterGroup> 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 AzureClusterGroup.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AzureClusterGroup.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public AzureClusterGroup.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides