Uses of Class
com.google.container.v1.SetLocationsRequest
-
Packages that use SetLocationsRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of SetLocationsRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return types with arguments of type SetLocationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetLocationsRequest,Operation>
ClusterManagerClient. setLocationsCallable()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLocationsRequest,Operation>
ClusterManagerSettings.Builder. setLocationsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<SetLocationsRequest,Operation>
ClusterManagerSettings. setLocationsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.Methods in com.google.cloud.container.v1 with parameters of type SetLocationsRequest Modifier and Type Method Description Operation
ClusterManagerClient. setLocations(SetLocationsRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update. -
Uses of SetLocationsRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type SetLocationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetLocationsRequest,Operation>
ClusterManagerStub. setLocationsCallable()
Deprecated.com.google.api.gax.rpc.UnaryCallable<SetLocationsRequest,Operation>
GrpcClusterManagerStub. setLocationsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLocationsRequest,Operation>
ClusterManagerStubSettings.Builder. setLocationsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<SetLocationsRequest,Operation>
ClusterManagerStubSettings. setLocationsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update. -
Uses of SetLocationsRequest in com.google.container.v1
Methods in com.google.container.v1 that return SetLocationsRequest Modifier and Type Method Description SetLocationsRequest
SetLocationsRequest.Builder. build()
SetLocationsRequest
SetLocationsRequest.Builder. buildPartial()
static SetLocationsRequest
SetLocationsRequest. getDefaultInstance()
SetLocationsRequest
SetLocationsRequest.Builder. getDefaultInstanceForType()
SetLocationsRequest
SetLocationsRequest. getDefaultInstanceForType()
static SetLocationsRequest
SetLocationsRequest. parseDelimitedFrom(InputStream input)
static SetLocationsRequest
SetLocationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLocationsRequest
SetLocationsRequest. parseFrom(byte[] data)
static SetLocationsRequest
SetLocationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLocationsRequest
SetLocationsRequest. parseFrom(com.google.protobuf.ByteString data)
static SetLocationsRequest
SetLocationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLocationsRequest
SetLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetLocationsRequest
SetLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLocationsRequest
SetLocationsRequest. parseFrom(InputStream input)
static SetLocationsRequest
SetLocationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLocationsRequest
SetLocationsRequest. parseFrom(ByteBuffer data)
static SetLocationsRequest
SetLocationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type SetLocationsRequest Modifier and Type Method Description com.google.protobuf.Parser<SetLocationsRequest>
SetLocationsRequest. getParserForType()
static io.grpc.MethodDescriptor<SetLocationsRequest,Operation>
ClusterManagerGrpc. getSetLocationsMethod()
static com.google.protobuf.Parser<SetLocationsRequest>
SetLocationsRequest. parser()
Methods in com.google.container.v1 with parameters of type SetLocationsRequest Modifier and Type Method Description SetLocationsRequest.Builder
SetLocationsRequest.Builder. mergeFrom(SetLocationsRequest other)
static SetLocationsRequest.Builder
SetLocationsRequest. newBuilder(SetLocationsRequest prototype)
default void
ClusterManagerGrpc.AsyncService. setLocations(SetLocationsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Deprecated.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setLocations(SetLocationsRequest request)
Deprecated.com.google.common.util.concurrent.ListenableFuture<Operation>
ClusterManagerGrpc.ClusterManagerFutureStub. setLocations(SetLocationsRequest request)
Deprecated.void
ClusterManagerGrpc.ClusterManagerStub. setLocations(SetLocationsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Deprecated.
-