public interface AnthosClusterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMembership()
public abstract 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 abstract 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. |