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