Uses of Class
com.google.cloud.gkehub.v1alpha2.OnPremCluster
-
Packages that use OnPremCluster Package Description com.google.cloud.gkehub.v1alpha2 A client to GKE Hub API -
-
Uses of OnPremCluster in com.google.cloud.gkehub.v1alpha2
Methods in com.google.cloud.gkehub.v1alpha2 that return OnPremCluster Modifier and Type Method Description OnPremCluster
OnPremCluster.Builder. build()
OnPremCluster
OnPremCluster.Builder. buildPartial()
static OnPremCluster
OnPremCluster. getDefaultInstance()
OnPremCluster
OnPremCluster.Builder. getDefaultInstanceForType()
OnPremCluster
OnPremCluster. getDefaultInstanceForType()
OnPremCluster
MembershipEndpoint.Builder. getOnPremCluster()
Optional.OnPremCluster
MembershipEndpoint. getOnPremCluster()
Optional.OnPremCluster
MembershipEndpointOrBuilder. getOnPremCluster()
Optional.static OnPremCluster
OnPremCluster. parseDelimitedFrom(InputStream input)
static OnPremCluster
OnPremCluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OnPremCluster
OnPremCluster. parseFrom(byte[] data)
static OnPremCluster
OnPremCluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OnPremCluster
OnPremCluster. parseFrom(com.google.protobuf.ByteString data)
static OnPremCluster
OnPremCluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OnPremCluster
OnPremCluster. parseFrom(com.google.protobuf.CodedInputStream input)
static OnPremCluster
OnPremCluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OnPremCluster
OnPremCluster. parseFrom(InputStream input)
static OnPremCluster
OnPremCluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OnPremCluster
OnPremCluster. parseFrom(ByteBuffer data)
static OnPremCluster
OnPremCluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.v1alpha2 that return types with arguments of type OnPremCluster Modifier and Type Method Description com.google.protobuf.Parser<OnPremCluster>
OnPremCluster. getParserForType()
static com.google.protobuf.Parser<OnPremCluster>
OnPremCluster. parser()
Methods in com.google.cloud.gkehub.v1alpha2 with parameters of type OnPremCluster Modifier and Type Method Description OnPremCluster.Builder
OnPremCluster.Builder. mergeFrom(OnPremCluster other)
MembershipEndpoint.Builder
MembershipEndpoint.Builder. mergeOnPremCluster(OnPremCluster value)
Optional.static OnPremCluster.Builder
OnPremCluster. newBuilder(OnPremCluster prototype)
MembershipEndpoint.Builder
MembershipEndpoint.Builder. setOnPremCluster(OnPremCluster value)
Optional.
-