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