Class AzureClusterGroup.Builder (0.84.0)

public static final class AzureClusterGroup.Builder extends GeneratedMessage.Builder<AzureClusterGroup.Builder> implements AzureClusterGroupOrBuilder

Identities of a group-type subject for Azure clusters.

Protobuf type google.cloud.gkemulticloud.v1.AzureClusterGroup

Static Methods

getDescriptor()

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

Methods

build()

public AzureClusterGroup build()
Returns
Type Description
AzureClusterGroup

buildPartial()

public AzureClusterGroup buildPartial()
Returns
Type Description
AzureClusterGroup

clear()

public AzureClusterGroup.Builder clear()
Returns
Type Description
AzureClusterGroup.Builder
Overrides

clearGroup()

public AzureClusterGroup.Builder clearGroup()

Required. The name of the group, e.g. my-group@domain.com.

string group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AzureClusterGroup.Builder

This builder for chaining.

getDefaultInstanceForType()

public AzureClusterGroup getDefaultInstanceForType()
Returns
Type Description
AzureClusterGroup

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGroup()

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

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AzureClusterGroup other)

public AzureClusterGroup.Builder mergeFrom(AzureClusterGroup other)
Parameter
Name Description
other AzureClusterGroup
Returns
Type Description
AzureClusterGroup.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AzureClusterGroup.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureClusterGroup.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AzureClusterGroup.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AzureClusterGroup.Builder
Overrides

setGroup(String value)

public AzureClusterGroup.Builder setGroup(String value)

Required. The name of the group, e.g. my-group@domain.com.

string group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The group to set.

Returns
Type Description
AzureClusterGroup.Builder

This builder for chaining.

setGroupBytes(ByteString value)

public AzureClusterGroup.Builder setGroupBytes(ByteString value)

Required. The name of the group, e.g. my-group@domain.com.

string group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for group to set.

Returns
Type Description
AzureClusterGroup.Builder

This builder for chaining.