Uses of Class
com.google.cloud.edgecontainer.v1.GetNodePoolRequest
-
Packages that use GetNodePoolRequest Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container APIcom.google.cloud.edgecontainer.v1.stub -
-
Uses of GetNodePoolRequest in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return GetNodePoolRequest Modifier and Type Method Description GetNodePoolRequestGetNodePoolRequest.Builder. build()GetNodePoolRequestGetNodePoolRequest.Builder. buildPartial()static GetNodePoolRequestGetNodePoolRequest. getDefaultInstance()GetNodePoolRequestGetNodePoolRequest.Builder. getDefaultInstanceForType()GetNodePoolRequestGetNodePoolRequest. getDefaultInstanceForType()static GetNodePoolRequestGetNodePoolRequest. parseDelimitedFrom(InputStream input)static GetNodePoolRequestGetNodePoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodePoolRequestGetNodePoolRequest. parseFrom(byte[] data)static GetNodePoolRequestGetNodePoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodePoolRequestGetNodePoolRequest. parseFrom(com.google.protobuf.ByteString data)static GetNodePoolRequestGetNodePoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodePoolRequestGetNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetNodePoolRequestGetNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodePoolRequestGetNodePoolRequest. parseFrom(InputStream input)static GetNodePoolRequestGetNodePoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodePoolRequestGetNodePoolRequest. parseFrom(ByteBuffer data)static GetNodePoolRequestGetNodePoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type GetNodePoolRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNodePoolRequest,NodePool>EdgeContainerGrpc. getGetNodePoolMethod()com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>EdgeContainerClient. getNodePoolCallable()Gets details of a single NodePool.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodePoolRequest,NodePool>EdgeContainerSettings.Builder. getNodePoolSettings()Returns the builder for the settings used for calls to getNodePool.com.google.api.gax.rpc.UnaryCallSettings<GetNodePoolRequest,NodePool>EdgeContainerSettings. getNodePoolSettings()Returns the object with the settings used for calls to getNodePool.com.google.protobuf.Parser<GetNodePoolRequest>GetNodePoolRequest. getParserForType()static com.google.protobuf.Parser<GetNodePoolRequest>GetNodePoolRequest. parser()Methods in com.google.cloud.edgecontainer.v1 with parameters of type GetNodePoolRequest Modifier and Type Method Description NodePoolEdgeContainerClient. getNodePool(GetNodePoolRequest request)Gets details of a single NodePool.default voidEdgeContainerGrpc.AsyncService. getNodePool(GetNodePoolRequest request, io.grpc.stub.StreamObserver<NodePool> responseObserver)Gets details of a single NodePool.NodePoolEdgeContainerGrpc.EdgeContainerBlockingStub. getNodePool(GetNodePoolRequest request)Gets details of a single NodePool.com.google.common.util.concurrent.ListenableFuture<NodePool>EdgeContainerGrpc.EdgeContainerFutureStub. getNodePool(GetNodePoolRequest request)Gets details of a single NodePool.voidEdgeContainerGrpc.EdgeContainerStub. getNodePool(GetNodePoolRequest request, io.grpc.stub.StreamObserver<NodePool> responseObserver)Gets details of a single NodePool.GetNodePoolRequest.BuilderGetNodePoolRequest.Builder. mergeFrom(GetNodePoolRequest other)static GetNodePoolRequest.BuilderGetNodePoolRequest. newBuilder(GetNodePoolRequest prototype) -
Uses of GetNodePoolRequest in com.google.cloud.edgecontainer.v1.stub
Methods in com.google.cloud.edgecontainer.v1.stub that return types with arguments of type GetNodePoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>EdgeContainerStub. getNodePoolCallable()com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>GrpcEdgeContainerStub. getNodePoolCallable()com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>HttpJsonEdgeContainerStub. getNodePoolCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodePoolRequest,NodePool>EdgeContainerStubSettings.Builder. getNodePoolSettings()Returns the builder for the settings used for calls to getNodePool.com.google.api.gax.rpc.UnaryCallSettings<GetNodePoolRequest,NodePool>EdgeContainerStubSettings. getNodePoolSettings()Returns the object with the settings used for calls to getNodePool.
-