Class AwsClusterGroup.Builder (0.84.0)

public static final class AwsClusterGroup.Builder extends GeneratedMessage.Builder<AwsClusterGroup.Builder> implements AwsClusterGroupOrBuilder

Identities of a group-type subject for AWS clusters.

Protobuf type google.cloud.gkemulticloud.v1.AwsClusterGroup

Static Methods

getDescriptor()

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

Methods

build()

public AwsClusterGroup build()
Returns
Type Description
AwsClusterGroup

buildPartial()

public AwsClusterGroup buildPartial()
Returns
Type Description
AwsClusterGroup

clear()

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

clearGroup()

public AwsClusterGroup.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
AwsClusterGroup.Builder

This builder for chaining.

getDefaultInstanceForType()

public AwsClusterGroup getDefaultInstanceForType()
Returns
Type Description
AwsClusterGroup

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(AwsClusterGroup other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setGroup(String value)

public AwsClusterGroup.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
AwsClusterGroup.Builder

This builder for chaining.

setGroupBytes(ByteString value)

public AwsClusterGroup.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
AwsClusterGroup.Builder

This builder for chaining.