Uses of Class
com.google.cloud.edgecontainer.v1.UpdateNodePoolRequest
-
Packages that use UpdateNodePoolRequest Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container APIcom.google.cloud.edgecontainer.v1.stub -
-
Uses of UpdateNodePoolRequest in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.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.cloud.edgecontainer.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,com.google.longrunning.Operation>EdgeContainerGrpc. getUpdateNodePoolMethod()static com.google.protobuf.Parser<UpdateNodePoolRequest>UpdateNodePoolRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,com.google.longrunning.Operation>EdgeContainerClient. updateNodePoolCallable()Updates the parameters of a single NodePool.com.google.api.gax.rpc.OperationCallable<UpdateNodePoolRequest,NodePool,OperationMetadata>EdgeContainerClient. updateNodePoolOperationCallable()Updates the parameters of a single NodePool.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateNodePoolRequest,NodePool,OperationMetadata>EdgeContainerSettings.Builder. updateNodePoolOperationSettings()Returns the builder for the settings used for calls to updateNodePool.com.google.api.gax.rpc.OperationCallSettings<UpdateNodePoolRequest,NodePool,OperationMetadata>EdgeContainerSettings. updateNodePoolOperationSettings()Returns the object with the settings used for calls to updateNodePool.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNodePoolRequest,com.google.longrunning.Operation>EdgeContainerSettings.Builder. updateNodePoolSettings()Returns the builder for the settings used for calls to updateNodePool.com.google.api.gax.rpc.UnaryCallSettings<UpdateNodePoolRequest,com.google.longrunning.Operation>EdgeContainerSettings. updateNodePoolSettings()Returns the object with the settings used for calls to updateNodePool.Methods in com.google.cloud.edgecontainer.v1 with parameters of type UpdateNodePoolRequest Modifier and Type Method Description UpdateNodePoolRequest.BuilderUpdateNodePoolRequest.Builder. mergeFrom(UpdateNodePoolRequest other)static UpdateNodePoolRequest.BuilderUpdateNodePoolRequest. newBuilder(UpdateNodePoolRequest prototype)default voidEdgeContainerGrpc.AsyncService. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the parameters of a single NodePool.com.google.longrunning.OperationEdgeContainerGrpc.EdgeContainerBlockingStub. updateNodePool(UpdateNodePoolRequest request)Updates the parameters of a single NodePool.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>EdgeContainerGrpc.EdgeContainerFutureStub. updateNodePool(UpdateNodePoolRequest request)Updates the parameters of a single NodePool.voidEdgeContainerGrpc.EdgeContainerStub. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the parameters of a single NodePool.com.google.api.gax.longrunning.OperationFuture<NodePool,OperationMetadata>EdgeContainerClient. updateNodePoolAsync(UpdateNodePoolRequest request)Updates the parameters of a single NodePool. -
Uses of UpdateNodePoolRequest in com.google.cloud.edgecontainer.v1.stub
Methods in com.google.cloud.edgecontainer.v1.stub that return types with arguments of type UpdateNodePoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,com.google.longrunning.Operation>EdgeContainerStub. updateNodePoolCallable()com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,com.google.longrunning.Operation>GrpcEdgeContainerStub. updateNodePoolCallable()com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,com.google.longrunning.Operation>HttpJsonEdgeContainerStub. updateNodePoolCallable()com.google.api.gax.rpc.OperationCallable<UpdateNodePoolRequest,NodePool,OperationMetadata>EdgeContainerStub. updateNodePoolOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateNodePoolRequest,NodePool,OperationMetadata>GrpcEdgeContainerStub. updateNodePoolOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateNodePoolRequest,NodePool,OperationMetadata>HttpJsonEdgeContainerStub. updateNodePoolOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateNodePoolRequest,NodePool,OperationMetadata>EdgeContainerStubSettings.Builder. updateNodePoolOperationSettings()Returns the builder for the settings used for calls to updateNodePool.com.google.api.gax.rpc.OperationCallSettings<UpdateNodePoolRequest,NodePool,OperationMetadata>EdgeContainerStubSettings. updateNodePoolOperationSettings()Returns the object with the settings used for calls to updateNodePool.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNodePoolRequest,com.google.longrunning.Operation>EdgeContainerStubSettings.Builder. updateNodePoolSettings()Returns the builder for the settings used for calls to updateNodePool.com.google.api.gax.rpc.UnaryCallSettings<UpdateNodePoolRequest,com.google.longrunning.Operation>EdgeContainerStubSettings. updateNodePoolSettings()Returns the object with the settings used for calls to updateNodePool.
-