Class AnthosCluster.Builder (1.81.0)

public static final class AnthosCluster.Builder extends GeneratedMessage.Builder<AnthosCluster.Builder> implements AnthosClusterOrBuilder

Information specifying an Anthos Cluster.

Protobuf type google.cloud.deploy.v1.AnthosCluster

Static Methods

getDescriptor()

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

Methods

build()

public AnthosCluster build()
Returns
Type Description
AnthosCluster

buildPartial()

public AnthosCluster buildPartial()
Returns
Type Description
AnthosCluster

clear()

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

clearMembership()

public AnthosCluster.Builder clearMembership()

Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.

string membership = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
AnthosCluster.Builder

This builder for chaining.

getDefaultInstanceForType()

public AnthosCluster getDefaultInstanceForType()
Returns
Type Description
AnthosCluster

getDescriptorForType()

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

getMembership()

public String getMembership()

Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.

string membership = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The membership.

getMembershipBytes()

public ByteString getMembershipBytes()

Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.

string membership = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for membership.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AnthosCluster other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setMembership(String value)

public AnthosCluster.Builder setMembership(String value)

Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.

string membership = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The membership to set.

Returns
Type Description
AnthosCluster.Builder

This builder for chaining.

setMembershipBytes(ByteString value)

public AnthosCluster.Builder setMembershipBytes(ByteString value)

Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.

string membership = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for membership to set.

Returns
Type Description
AnthosCluster.Builder

This builder for chaining.