Package com.google.cloud.deploy.v1
Interface AnthosClusterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnthosCluster
,AnthosCluster.Builder
public interface AnthosClusterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMembership()
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration.com.google.protobuf.ByteString
getMembershipBytes()
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMembership
String getMembership()
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.resource_reference) = { ... }
- Returns:
- The membership.
-
getMembershipBytes
com.google.protobuf.ByteString getMembershipBytes()
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.resource_reference) = { ... }
- Returns:
- The bytes for membership.
-
-