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