Uses of Class
com.google.cloud.gkehub.v1alpha2.MembershipName
-
Packages that use MembershipName Package Description com.google.cloud.gkehub.v1alpha2 A client to GKE Hub API -
-
Uses of MembershipName in com.google.cloud.gkehub.v1alpha2
Methods in com.google.cloud.gkehub.v1alpha2 that return MembershipName Modifier and Type Method Description MembershipName
MembershipName.Builder. build()
static MembershipName
MembershipName. of(String project, String location, String membership)
static MembershipName
MembershipName. parse(String formattedString)
Methods in com.google.cloud.gkehub.v1alpha2 that return types with arguments of type MembershipName Modifier and Type Method Description static List<MembershipName>
MembershipName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gkehub.v1alpha2 with parameters of type MembershipName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
GkeHubClient. deleteMembershipAsync(MembershipName name)
Removes a Membership.Membership
GkeHubClient. getMembership(MembershipName name)
Gets the details of a Membership.Method parameters in com.google.cloud.gkehub.v1alpha2 with type arguments of type MembershipName Modifier and Type Method Description static List<String>
MembershipName. toStringList(List<MembershipName> values)
-