Uses of Class
com.google.cloud.deploy.v1.AnthosCluster
-
Packages that use AnthosCluster Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of AnthosCluster in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return AnthosCluster Modifier and Type Method Description AnthosCluster
AnthosCluster.Builder. build()
AnthosCluster
AnthosCluster.Builder. buildPartial()
AnthosCluster
Target.Builder. getAnthosCluster()
Optional.AnthosCluster
Target. getAnthosCluster()
Optional.AnthosCluster
TargetOrBuilder. getAnthosCluster()
Optional.static AnthosCluster
AnthosCluster. getDefaultInstance()
AnthosCluster
AnthosCluster.Builder. getDefaultInstanceForType()
AnthosCluster
AnthosCluster. getDefaultInstanceForType()
static AnthosCluster
AnthosCluster. parseDelimitedFrom(InputStream input)
static AnthosCluster
AnthosCluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnthosCluster
AnthosCluster. parseFrom(byte[] data)
static AnthosCluster
AnthosCluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnthosCluster
AnthosCluster. parseFrom(com.google.protobuf.ByteString data)
static AnthosCluster
AnthosCluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnthosCluster
AnthosCluster. parseFrom(com.google.protobuf.CodedInputStream input)
static AnthosCluster
AnthosCluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnthosCluster
AnthosCluster. parseFrom(InputStream input)
static AnthosCluster
AnthosCluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnthosCluster
AnthosCluster. parseFrom(ByteBuffer data)
static AnthosCluster
AnthosCluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type AnthosCluster Modifier and Type Method Description com.google.protobuf.Parser<AnthosCluster>
AnthosCluster. getParserForType()
static com.google.protobuf.Parser<AnthosCluster>
AnthosCluster. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type AnthosCluster Modifier and Type Method Description Target.Builder
Target.Builder. mergeAnthosCluster(AnthosCluster value)
Optional.AnthosCluster.Builder
AnthosCluster.Builder. mergeFrom(AnthosCluster other)
static AnthosCluster.Builder
AnthosCluster. newBuilder(AnthosCluster prototype)
Target.Builder
Target.Builder. setAnthosCluster(AnthosCluster value)
Optional.
-