Uses of Class
com.google.cloud.gkehub.v1.MembershipState.Code
-
Packages that use MembershipState.Code Package Description com.google.cloud.gkehub.v1 A client to GKE Hub -
-
Uses of MembershipState.Code in com.google.cloud.gkehub.v1
Methods in com.google.cloud.gkehub.v1 that return MembershipState.Code Modifier and Type Method Description static MembershipState.CodeMembershipState.Code. forNumber(int value)MembershipState.CodeMembershipState.Builder. getCode()Output only.MembershipState.CodeMembershipState. getCode()Output only.MembershipState.CodeMembershipStateOrBuilder. getCode()Output only.static MembershipState.CodeMembershipState.Code. valueOf(int value)Deprecated.static MembershipState.CodeMembershipState.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MembershipState.CodeMembershipState.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static MembershipState.Code[]MembershipState.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.gkehub.v1 that return types with arguments of type MembershipState.Code Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MembershipState.Code>MembershipState.Code. internalGetValueMap()Methods in com.google.cloud.gkehub.v1 with parameters of type MembershipState.Code Modifier and Type Method Description MembershipState.BuilderMembershipState.Builder. setCode(MembershipState.Code value)Output only.
-