Class Fleet.Builder (0.80.0)

public static final class Fleet.Builder extends GeneratedMessage.Builder<Fleet.Builder> implements FleetOrBuilder

Fleet related configuration.

Fleets are a Google Cloud concept for logically organizing clusters, letting you use and manage multi-cluster capabilities and apply consistent policies across your systems.

Protobuf type google.cloud.edgecontainer.v1.Fleet

Implements

FleetOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public Fleet build()
Returns
Type Description
Fleet

buildPartial()

public Fleet buildPartial()
Returns
Type Description
Fleet

clear()

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

clearMembership()

public Fleet.Builder clearMembership()

Output only. The name of the managed Hub Membership resource associated to this cluster.

Membership names are formatted as projects/<project-number>/locations/global/membership/<cluster-id>.

string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Fleet.Builder

This builder for chaining.

clearProject()

public Fleet.Builder clearProject()

Required. The name of the Fleet host project where this cluster will be registered.

Project names are formatted as projects/<project-number>.

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

Returns
Type Description
Fleet.Builder

This builder for chaining.

getDefaultInstanceForType()

public Fleet getDefaultInstanceForType()
Returns
Type Description
Fleet

getDescriptorForType()

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

getMembership()

public String getMembership()

Output only. The name of the managed Hub Membership resource associated to this cluster.

Membership names are formatted as projects/<project-number>/locations/global/membership/<cluster-id>.

string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The membership.

getMembershipBytes()

public ByteString getMembershipBytes()

Output only. The name of the managed Hub Membership resource associated to this cluster.

Membership names are formatted as projects/<project-number>/locations/global/membership/<cluster-id>.

string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for membership.

getProject()

public String getProject()

Required. The name of the Fleet host project where this cluster will be registered.

Project names are formatted as projects/<project-number>.

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

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Required. The name of the Fleet host project where this cluster will be registered.

Project names are formatted as projects/<project-number>.

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

Returns
Type Description
ByteString

The bytes for project.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Fleet other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setMembership(String value)

public Fleet.Builder setMembership(String value)

Output only. The name of the managed Hub Membership resource associated to this cluster.

Membership names are formatted as projects/<project-number>/locations/global/membership/<cluster-id>.

string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The membership to set.

Returns
Type Description
Fleet.Builder

This builder for chaining.

setMembershipBytes(ByteString value)

public Fleet.Builder setMembershipBytes(ByteString value)

Output only. The name of the managed Hub Membership resource associated to this cluster.

Membership names are formatted as projects/<project-number>/locations/global/membership/<cluster-id>.

string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for membership to set.

Returns
Type Description
Fleet.Builder

This builder for chaining.

setProject(String value)

public Fleet.Builder setProject(String value)

Required. The name of the Fleet host project where this cluster will be registered.

Project names are formatted as projects/<project-number>.

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

Parameter
Name Description
value String

The project to set.

Returns
Type Description
Fleet.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public Fleet.Builder setProjectBytes(ByteString value)

Required. The name of the Fleet host project where this cluster will be registered.

Project names are formatted as projects/<project-number>.

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

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
Fleet.Builder

This builder for chaining.