Interface FleetOrBuilder (0.38.0)

public interface FleetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMembership()

public abstract 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
TypeDescription
String

The membership.

getMembershipBytes()

public abstract 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
TypeDescription
ByteString

The bytes for membership.

getProject()

public abstract 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
TypeDescription
String

The project.

getProjectBytes()

public abstract 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
TypeDescription
ByteString

The bytes for project.