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 Operation
ClusterManagerClient. 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 UpdateNodePoolRequest
UpdateNodePoolRequest.Builder. build()
UpdateNodePoolRequest
UpdateNodePoolRequest.Builder. buildPartial()
static UpdateNodePoolRequest
UpdateNodePoolRequest. getDefaultInstance()
UpdateNodePoolRequest
UpdateNodePoolRequest.Builder. getDefaultInstanceForType()
UpdateNodePoolRequest
UpdateNodePoolRequest. getDefaultInstanceForType()
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseDelimitedFrom(InputStream input)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseFrom(byte[] data)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseFrom(InputStream input)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNodePoolRequest
UpdateNodePoolRequest. parseFrom(ByteBuffer data)
static UpdateNodePoolRequest
UpdateNodePoolRequest. 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.Builder
UpdateNodePoolRequest.Builder. mergeFrom(UpdateNodePoolRequest other)
static UpdateNodePoolRequest.Builder
UpdateNodePoolRequest. newBuilder(UpdateNodePoolRequest prototype)
default void
ClusterManagerGrpc.AsyncService. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the version and/or image type for the specified node pool.Operation
ClusterManagerGrpc.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.void
ClusterManagerGrpc.ClusterManagerStub. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the version and/or image type for the specified node pool.
-