Uses of Class
com.google.cloud.gkemulticloud.v1.ReplicaPlacement
-
Packages that use ReplicaPlacement Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of ReplicaPlacement in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return ReplicaPlacement Modifier and Type Method Description ReplicaPlacement
ReplicaPlacement.Builder. build()
ReplicaPlacement
ReplicaPlacement.Builder. buildPartial()
static ReplicaPlacement
ReplicaPlacement. getDefaultInstance()
ReplicaPlacement
ReplicaPlacement.Builder. getDefaultInstanceForType()
ReplicaPlacement
ReplicaPlacement. getDefaultInstanceForType()
ReplicaPlacement
AzureControlPlane.Builder. getReplicaPlacements(int index)
Optional.ReplicaPlacement
AzureControlPlane. getReplicaPlacements(int index)
Optional.ReplicaPlacement
AzureControlPlaneOrBuilder. getReplicaPlacements(int index)
Optional.static ReplicaPlacement
ReplicaPlacement. parseDelimitedFrom(InputStream input)
static ReplicaPlacement
ReplicaPlacement. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicaPlacement
ReplicaPlacement. parseFrom(byte[] data)
static ReplicaPlacement
ReplicaPlacement. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicaPlacement
ReplicaPlacement. parseFrom(com.google.protobuf.ByteString data)
static ReplicaPlacement
ReplicaPlacement. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicaPlacement
ReplicaPlacement. parseFrom(com.google.protobuf.CodedInputStream input)
static ReplicaPlacement
ReplicaPlacement. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicaPlacement
ReplicaPlacement. parseFrom(InputStream input)
static ReplicaPlacement
ReplicaPlacement. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicaPlacement
ReplicaPlacement. parseFrom(ByteBuffer data)
static ReplicaPlacement
ReplicaPlacement. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type ReplicaPlacement Modifier and Type Method Description com.google.protobuf.Parser<ReplicaPlacement>
ReplicaPlacement. getParserForType()
List<ReplicaPlacement>
AzureControlPlane.Builder. getReplicaPlacementsList()
Optional.List<ReplicaPlacement>
AzureControlPlane. getReplicaPlacementsList()
Optional.List<ReplicaPlacement>
AzureControlPlaneOrBuilder. getReplicaPlacementsList()
Optional.static com.google.protobuf.Parser<ReplicaPlacement>
ReplicaPlacement. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type ReplicaPlacement Modifier and Type Method Description AzureControlPlane.Builder
AzureControlPlane.Builder. addReplicaPlacements(int index, ReplicaPlacement value)
Optional.AzureControlPlane.Builder
AzureControlPlane.Builder. addReplicaPlacements(ReplicaPlacement value)
Optional.ReplicaPlacement.Builder
ReplicaPlacement.Builder. mergeFrom(ReplicaPlacement other)
static ReplicaPlacement.Builder
ReplicaPlacement. newBuilder(ReplicaPlacement prototype)
AzureControlPlane.Builder
AzureControlPlane.Builder. setReplicaPlacements(int index, ReplicaPlacement value)
Optional.Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type ReplicaPlacement Modifier and Type Method Description AzureControlPlane.Builder
AzureControlPlane.Builder. addAllReplicaPlacements(Iterable<? extends ReplicaPlacement> values)
Optional.
-