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 NodePoolClusterManagerClient. 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 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.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 voidClusterManagerGrpc.AsyncService. getNodePool(GetNodePoolRequest request, io.grpc.stub.StreamObserver<NodePool> responseObserver)Retrieves the requested node pool.NodePoolClusterManagerGrpc.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.voidClusterManagerGrpc.ClusterManagerStub. getNodePool(GetNodePoolRequest request, io.grpc.stub.StreamObserver<NodePool> responseObserver)Retrieves the requested node pool.GetNodePoolRequest.BuilderGetNodePoolRequest.Builder. mergeFrom(GetNodePoolRequest other)static GetNodePoolRequest.BuilderGetNodePoolRequest. newBuilder(GetNodePoolRequest prototype)
-