Uses of Class
com.google.container.v1.UpdateNodePoolRequest
-
Packages that use UpdateNodePoolRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of UpdateNodePoolRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return types with arguments of type UpdateNodePoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,Operation>ClusterManagerClient. updateNodePoolCallable()Updates the version and/or image type for the specified node pool.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNodePoolRequest,Operation>ClusterManagerSettings.Builder. updateNodePoolSettings()Returns the builder for the settings used for calls to updateNodePool.com.google.api.gax.rpc.UnaryCallSettings<UpdateNodePoolRequest,Operation>ClusterManagerSettings. updateNodePoolSettings()Returns the object with the settings used for calls to updateNodePool.Methods in com.google.cloud.container.v1 with parameters of type UpdateNodePoolRequest Modifier and Type Method Description OperationClusterManagerClient. updateNodePool(UpdateNodePoolRequest request)Updates the version and/or image type for the specified node pool. -
Uses of UpdateNodePoolRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type UpdateNodePoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,Operation>ClusterManagerStub. updateNodePoolCallable()com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,Operation>GrpcClusterManagerStub. updateNodePoolCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNodePoolRequest,Operation>ClusterManagerStubSettings.Builder. updateNodePoolSettings()Returns the builder for the settings used for calls to updateNodePool.com.google.api.gax.rpc.UnaryCallSettings<UpdateNodePoolRequest,Operation>ClusterManagerStubSettings. updateNodePoolSettings()Returns the object with the settings used for calls to updateNodePool. -
Uses of UpdateNodePoolRequest in com.google.container.v1
Methods in com.google.container.v1 that return UpdateNodePoolRequest Modifier and Type Method Description UpdateNodePoolRequestUpdateNodePoolRequest.Builder. build()UpdateNodePoolRequestUpdateNodePoolRequest.Builder. buildPartial()static UpdateNodePoolRequestUpdateNodePoolRequest. getDefaultInstance()UpdateNodePoolRequestUpdateNodePoolRequest.Builder. getDefaultInstanceForType()UpdateNodePoolRequestUpdateNodePoolRequest. getDefaultInstanceForType()static UpdateNodePoolRequestUpdateNodePoolRequest. parseDelimitedFrom(InputStream input)static UpdateNodePoolRequestUpdateNodePoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(byte[] data)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(InputStream input)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(ByteBuffer data)static UpdateNodePoolRequestUpdateNodePoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1 that return types with arguments of type UpdateNodePoolRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateNodePoolRequest>UpdateNodePoolRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateNodePoolRequest,Operation>ClusterManagerGrpc. getUpdateNodePoolMethod()static com.google.protobuf.Parser<UpdateNodePoolRequest>UpdateNodePoolRequest. parser()Methods in com.google.container.v1 with parameters of type UpdateNodePoolRequest Modifier and Type Method Description UpdateNodePoolRequest.BuilderUpdateNodePoolRequest.Builder. mergeFrom(UpdateNodePoolRequest other)static UpdateNodePoolRequest.BuilderUpdateNodePoolRequest. newBuilder(UpdateNodePoolRequest prototype)default voidClusterManagerGrpc.AsyncService. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Updates the version and/or image type for the specified node pool.OperationClusterManagerGrpc.ClusterManagerBlockingStub. updateNodePool(UpdateNodePoolRequest request)Updates the version and/or image type for the specified node pool.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. updateNodePool(UpdateNodePoolRequest request)Updates the version and/or image type for the specified node pool.voidClusterManagerGrpc.ClusterManagerStub. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Updates the version and/or image type for the specified node pool.
-