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 ListNodePoolsResponseClusterManagerClient. listNodePools(ListNodePoolsRequest request)Lists the node pools for a cluster.ListNodePoolsResponseClusterManagerClient. 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 ListNodePoolsResponseListNodePoolsResponse.Builder. build()ListNodePoolsResponseListNodePoolsResponse.Builder. buildPartial()static ListNodePoolsResponseListNodePoolsResponse. getDefaultInstance()ListNodePoolsResponseListNodePoolsResponse.Builder. getDefaultInstanceForType()ListNodePoolsResponseListNodePoolsResponse. getDefaultInstanceForType()ListNodePoolsResponseClusterManagerGrpc.ClusterManagerBlockingStub. listNodePools(ListNodePoolsRequest request)Lists the node pools for a cluster.static ListNodePoolsResponseListNodePoolsResponse. parseDelimitedFrom(InputStream input)static ListNodePoolsResponseListNodePoolsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodePoolsResponseListNodePoolsResponse. parseFrom(byte[] data)static ListNodePoolsResponseListNodePoolsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodePoolsResponseListNodePoolsResponse. parseFrom(com.google.protobuf.ByteString data)static ListNodePoolsResponseListNodePoolsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodePoolsResponseListNodePoolsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListNodePoolsResponseListNodePoolsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodePoolsResponseListNodePoolsResponse. parseFrom(InputStream input)static ListNodePoolsResponseListNodePoolsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodePoolsResponseListNodePoolsResponse. parseFrom(ByteBuffer data)static ListNodePoolsResponseListNodePoolsResponse. 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.BuilderListNodePoolsResponse.Builder. mergeFrom(ListNodePoolsResponse other)static ListNodePoolsResponse.BuilderListNodePoolsResponse. newBuilder(ListNodePoolsResponse prototype)Method parameters in com.google.container.v1beta1 with type arguments of type ListNodePoolsResponse Modifier and Type Method Description default voidClusterManagerGrpc.AsyncService. listNodePools(ListNodePoolsRequest request, io.grpc.stub.StreamObserver<ListNodePoolsResponse> responseObserver)Lists the node pools for a cluster.voidClusterManagerGrpc.ClusterManagerStub. listNodePools(ListNodePoolsRequest request, io.grpc.stub.StreamObserver<ListNodePoolsResponse> responseObserver)Lists the node pools for a cluster.
-