Uses of Class
com.google.container.v1.GetNodePoolRequest
-
Packages that use GetNodePoolRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of GetNodePoolRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return types with arguments of type GetNodePoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>
ClusterManagerClient. getNodePoolCallable()
Retrieves the requested node pool.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodePoolRequest,NodePool>
ClusterManagerSettings.Builder. getNodePoolSettings()
Returns the builder for the settings used for calls to getNodePool.com.google.api.gax.rpc.UnaryCallSettings<GetNodePoolRequest,NodePool>
ClusterManagerSettings. getNodePoolSettings()
Returns the object with the settings used for calls to getNodePool.Methods in com.google.cloud.container.v1 with parameters of type GetNodePoolRequest Modifier and Type Method Description NodePool
ClusterManagerClient. getNodePool(GetNodePoolRequest request)
Retrieves the requested node pool. -
Uses of GetNodePoolRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type GetNodePoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>
ClusterManagerStub. getNodePoolCallable()
com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>
GrpcClusterManagerStub. getNodePoolCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodePoolRequest,NodePool>
ClusterManagerStubSettings.Builder. getNodePoolSettings()
Returns the builder for the settings used for calls to getNodePool.com.google.api.gax.rpc.UnaryCallSettings<GetNodePoolRequest,NodePool>
ClusterManagerStubSettings. getNodePoolSettings()
Returns the object with the settings used for calls to getNodePool. -
Uses of GetNodePoolRequest in com.google.container.v1
Methods in com.google.container.v1 that return GetNodePoolRequest Modifier and Type Method Description GetNodePoolRequest
GetNodePoolRequest.Builder. build()
GetNodePoolRequest
GetNodePoolRequest.Builder. buildPartial()
static GetNodePoolRequest
GetNodePoolRequest. getDefaultInstance()
GetNodePoolRequest
GetNodePoolRequest.Builder. getDefaultInstanceForType()
GetNodePoolRequest
GetNodePoolRequest. getDefaultInstanceForType()
static GetNodePoolRequest
GetNodePoolRequest. parseDelimitedFrom(InputStream input)
static GetNodePoolRequest
GetNodePoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(byte[] data)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(InputStream input)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(ByteBuffer data)
static GetNodePoolRequest
GetNodePoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type GetNodePoolRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNodePoolRequest,NodePool>
ClusterManagerGrpc. getGetNodePoolMethod()
com.google.protobuf.Parser<GetNodePoolRequest>
GetNodePoolRequest. getParserForType()
static com.google.protobuf.Parser<GetNodePoolRequest>
GetNodePoolRequest. parser()
Methods in com.google.container.v1 with parameters of type GetNodePoolRequest Modifier and Type Method Description default void
ClusterManagerGrpc.AsyncService. getNodePool(GetNodePoolRequest request, io.grpc.stub.StreamObserver<NodePool> responseObserver)
Retrieves the requested node pool.NodePool
ClusterManagerGrpc.ClusterManagerBlockingStub. getNodePool(GetNodePoolRequest request)
Retrieves the requested node pool.com.google.common.util.concurrent.ListenableFuture<NodePool>
ClusterManagerGrpc.ClusterManagerFutureStub. getNodePool(GetNodePoolRequest request)
Retrieves the requested node pool.void
ClusterManagerGrpc.ClusterManagerStub. getNodePool(GetNodePoolRequest request, io.grpc.stub.StreamObserver<NodePool> responseObserver)
Retrieves the requested node pool.GetNodePoolRequest.Builder
GetNodePoolRequest.Builder. mergeFrom(GetNodePoolRequest other)
static GetNodePoolRequest.Builder
GetNodePoolRequest. newBuilder(GetNodePoolRequest prototype)
-