public interface GkeHubClusterReferenceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMembership()
The full or partial name of a GKE Hub membership, using one of the
following forms:
*
`https:
//gkehub.googleapis.com/v1beta1/projects
// /{project_id}/locations/global/memberships/{membership_id}`
* `projects/{project_id}/locations/global/memberships/{membership_id}`
* `{membership_id}`
If project is not specified, the project of the GameServerCluster resource
is used to generate the full name of the GKE Hub membership.
|
ByteString |
getMembershipBytes()
The full or partial name of a GKE Hub membership, using one of the
following forms:
*
`https:
//gkehub.googleapis.com/v1beta1/projects
// /{project_id}/locations/global/memberships/{membership_id}`
* `projects/{project_id}/locations/global/memberships/{membership_id}`
* `{membership_id}`
If project is not specified, the project of the GameServerCluster resource
is used to generate the full name of the GKE Hub membership.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getMembership()
The full or partial name of a GKE Hub membership, using one of the following forms: * `https: //gkehub.googleapis.com/v1beta1/projects // /{project_id}/locations/global/memberships/{membership_id}` * `projects/{project_id}/locations/global/memberships/{membership_id}` * `{membership_id}` If project is not specified, the project of the GameServerCluster resource is used to generate the full name of the GKE Hub membership.
string membership = 1;
ByteString getMembershipBytes()
The full or partial name of a GKE Hub membership, using one of the following forms: * `https: //gkehub.googleapis.com/v1beta1/projects // /{project_id}/locations/global/memberships/{membership_id}` * `projects/{project_id}/locations/global/memberships/{membership_id}` * `{membership_id}` If project is not specified, the project of the GameServerCluster resource is used to generate the full name of the GKE Hub membership.
string membership = 1;
Copyright © 2020 Google LLC. All rights reserved.