Uses of Class
com.google.cloud.edgecontainer.v1.ListNodePoolsResponse
-
Packages that use ListNodePoolsResponse Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container APIcom.google.cloud.edgecontainer.v1.stub -
-
Uses of ListNodePoolsResponse in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 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
EdgeContainerGrpc.EdgeContainerBlockingStub. listNodePools(ListNodePoolsRequest request)
Lists NodePools in a given project and location.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.cloud.edgecontainer.v1 that return types with arguments of type ListNodePoolsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNodePoolsRequest,ListNodePoolsResponse>
EdgeContainerGrpc. getListNodePoolsMethod()
com.google.protobuf.Parser<ListNodePoolsResponse>
ListNodePoolsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListNodePoolsResponse>
EdgeContainerGrpc.EdgeContainerFutureStub. listNodePools(ListNodePoolsRequest request)
Lists NodePools in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse>
EdgeContainerClient. listNodePoolsCallable()
Lists NodePools in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodePoolsRequest,ListNodePoolsResponse,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerSettings.Builder. listNodePoolsSettings()
Returns the builder for the settings used for calls to listNodePools.com.google.api.gax.rpc.PagedCallSettings<ListNodePoolsRequest,ListNodePoolsResponse,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerSettings. listNodePoolsSettings()
Returns the object with the settings used for calls to listNodePools.static com.google.protobuf.Parser<ListNodePoolsResponse>
ListNodePoolsResponse. parser()
Methods in com.google.cloud.edgecontainer.v1 with parameters of type ListNodePoolsResponse Modifier and Type Method Description protected EdgeContainerClient.ListNodePoolsPage
EdgeContainerClient.ListNodePoolsPage. createPage(com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, ListNodePoolsResponse response)
ListNodePoolsResponse.Builder
ListNodePoolsResponse.Builder. mergeFrom(ListNodePoolsResponse other)
static ListNodePoolsResponse.Builder
ListNodePoolsResponse. newBuilder(ListNodePoolsResponse prototype)
Method parameters in com.google.cloud.edgecontainer.v1 with type arguments of type ListNodePoolsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerClient.ListNodePoolsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, com.google.api.core.ApiFuture<ListNodePoolsResponse> futureResponse)
static com.google.api.core.ApiFuture<EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerClient.ListNodePoolsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, com.google.api.core.ApiFuture<ListNodePoolsResponse> futureResponse)
protected EdgeContainerClient.ListNodePoolsPage
EdgeContainerClient.ListNodePoolsPage. createPage(com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, ListNodePoolsResponse response)
com.google.api.core.ApiFuture<EdgeContainerClient.ListNodePoolsPage>
EdgeContainerClient.ListNodePoolsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, com.google.api.core.ApiFuture<ListNodePoolsResponse> futureResponse)
com.google.api.core.ApiFuture<EdgeContainerClient.ListNodePoolsPage>
EdgeContainerClient.ListNodePoolsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, com.google.api.core.ApiFuture<ListNodePoolsResponse> futureResponse)
default void
EdgeContainerGrpc.AsyncService. listNodePools(ListNodePoolsRequest request, io.grpc.stub.StreamObserver<ListNodePoolsResponse> responseObserver)
Lists NodePools in a given project and location.void
EdgeContainerGrpc.EdgeContainerStub. listNodePools(ListNodePoolsRequest request, io.grpc.stub.StreamObserver<ListNodePoolsResponse> responseObserver)
Lists NodePools in a given project and location. -
Uses of ListNodePoolsResponse in com.google.cloud.edgecontainer.v1.stub
Methods in com.google.cloud.edgecontainer.v1.stub that return types with arguments of type ListNodePoolsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse>
EdgeContainerStub. listNodePoolsCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse>
GrpcEdgeContainerStub. listNodePoolsCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse>
HttpJsonEdgeContainerStub. listNodePoolsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodePoolsRequest,ListNodePoolsResponse,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerStubSettings.Builder. listNodePoolsSettings()
Returns the builder for the settings used for calls to listNodePools.com.google.api.gax.rpc.PagedCallSettings<ListNodePoolsRequest,ListNodePoolsResponse,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerStubSettings. listNodePoolsSettings()
Returns the object with the settings used for calls to listNodePools.
-