Uses of Class
com.google.cloud.gkemulticloud.v1.AzureClusterError
-
Packages that use AzureClusterError Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AzureClusterError in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AzureClusterError Modifier and Type Method Description AzureClusterError
AzureClusterError.Builder. build()
AzureClusterError
AzureClusterError.Builder. buildPartial()
static AzureClusterError
AzureClusterError. getDefaultInstance()
AzureClusterError
AzureClusterError.Builder. getDefaultInstanceForType()
AzureClusterError
AzureClusterError. getDefaultInstanceForType()
AzureClusterError
AzureCluster.Builder. getErrors(int index)
Output only.AzureClusterError
AzureCluster. getErrors(int index)
Output only.AzureClusterError
AzureClusterOrBuilder. getErrors(int index)
Output only.static AzureClusterError
AzureClusterError. parseDelimitedFrom(InputStream input)
static AzureClusterError
AzureClusterError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterError
AzureClusterError. parseFrom(byte[] data)
static AzureClusterError
AzureClusterError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterError
AzureClusterError. parseFrom(com.google.protobuf.ByteString data)
static AzureClusterError
AzureClusterError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterError
AzureClusterError. parseFrom(com.google.protobuf.CodedInputStream input)
static AzureClusterError
AzureClusterError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterError
AzureClusterError. parseFrom(InputStream input)
static AzureClusterError
AzureClusterError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureClusterError
AzureClusterError. parseFrom(ByteBuffer data)
static AzureClusterError
AzureClusterError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AzureClusterError Modifier and Type Method Description List<AzureClusterError>
AzureCluster.Builder. getErrorsList()
Output only.List<AzureClusterError>
AzureCluster. getErrorsList()
Output only.List<AzureClusterError>
AzureClusterOrBuilder. getErrorsList()
Output only.com.google.protobuf.Parser<AzureClusterError>
AzureClusterError. getParserForType()
static com.google.protobuf.Parser<AzureClusterError>
AzureClusterError. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AzureClusterError Modifier and Type Method Description AzureCluster.Builder
AzureCluster.Builder. addErrors(int index, AzureClusterError value)
Output only.AzureCluster.Builder
AzureCluster.Builder. addErrors(AzureClusterError value)
Output only.AzureClusterError.Builder
AzureClusterError.Builder. mergeFrom(AzureClusterError other)
static AzureClusterError.Builder
AzureClusterError. newBuilder(AzureClusterError prototype)
AzureCluster.Builder
AzureCluster.Builder. setErrors(int index, AzureClusterError value)
Output only.Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AzureClusterError Modifier and Type Method Description AzureCluster.Builder
AzureCluster.Builder. addAllErrors(Iterable<? extends AzureClusterError> values)
Output only.
-