public interface FleetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |