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 OperationClusterManagerClient. 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 SetLocationsRequestSetLocationsRequest.Builder. build()SetLocationsRequestSetLocationsRequest.Builder. buildPartial()static SetLocationsRequestSetLocationsRequest. getDefaultInstance()SetLocationsRequestSetLocationsRequest.Builder. getDefaultInstanceForType()SetLocationsRequestSetLocationsRequest. getDefaultInstanceForType()static SetLocationsRequestSetLocationsRequest. parseDelimitedFrom(InputStream input)static SetLocationsRequestSetLocationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLocationsRequestSetLocationsRequest. parseFrom(byte[] data)static SetLocationsRequestSetLocationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLocationsRequestSetLocationsRequest. parseFrom(com.google.protobuf.ByteString data)static SetLocationsRequestSetLocationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLocationsRequestSetLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SetLocationsRequestSetLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLocationsRequestSetLocationsRequest. parseFrom(InputStream input)static SetLocationsRequestSetLocationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLocationsRequestSetLocationsRequest. parseFrom(ByteBuffer data)static SetLocationsRequestSetLocationsRequest. 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.BuilderSetLocationsRequest.Builder. mergeFrom(SetLocationsRequest other)static SetLocationsRequest.BuilderSetLocationsRequest. newBuilder(SetLocationsRequest prototype)default voidClusterManagerGrpc.AsyncService. setLocations(SetLocationsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Deprecated.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setLocations(SetLocationsRequest request)Deprecated.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setLocations(SetLocationsRequest request)Deprecated.voidClusterManagerGrpc.ClusterManagerStub. setLocations(SetLocationsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Deprecated.
-