Uses of Class
com.google.cloud.gkemulticloud.v1.AwsControlPlane
-
Packages that use AwsControlPlane Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AwsControlPlane in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AwsControlPlane Modifier and Type Method Description AwsControlPlane
AwsControlPlane.Builder. build()
AwsControlPlane
AwsControlPlane.Builder. buildPartial()
AwsControlPlane
AwsCluster.Builder. getControlPlane()
Required.AwsControlPlane
AwsCluster. getControlPlane()
Required.AwsControlPlane
AwsClusterOrBuilder. getControlPlane()
Required.static AwsControlPlane
AwsControlPlane. getDefaultInstance()
AwsControlPlane
AwsControlPlane.Builder. getDefaultInstanceForType()
AwsControlPlane
AwsControlPlane. getDefaultInstanceForType()
static AwsControlPlane
AwsControlPlane. parseDelimitedFrom(InputStream input)
static AwsControlPlane
AwsControlPlane. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsControlPlane
AwsControlPlane. parseFrom(byte[] data)
static AwsControlPlane
AwsControlPlane. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsControlPlane
AwsControlPlane. parseFrom(com.google.protobuf.ByteString data)
static AwsControlPlane
AwsControlPlane. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsControlPlane
AwsControlPlane. parseFrom(com.google.protobuf.CodedInputStream input)
static AwsControlPlane
AwsControlPlane. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsControlPlane
AwsControlPlane. parseFrom(InputStream input)
static AwsControlPlane
AwsControlPlane. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsControlPlane
AwsControlPlane. parseFrom(ByteBuffer data)
static AwsControlPlane
AwsControlPlane. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AwsControlPlane Modifier and Type Method Description com.google.protobuf.Parser<AwsControlPlane>
AwsControlPlane. getParserForType()
static com.google.protobuf.Parser<AwsControlPlane>
AwsControlPlane. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AwsControlPlane Modifier and Type Method Description AwsCluster.Builder
AwsCluster.Builder. mergeControlPlane(AwsControlPlane value)
Required.AwsControlPlane.Builder
AwsControlPlane.Builder. mergeFrom(AwsControlPlane other)
static AwsControlPlane.Builder
AwsControlPlane. newBuilder(AwsControlPlane prototype)
AwsCluster.Builder
AwsCluster.Builder. setControlPlane(AwsControlPlane value)
Required.
-