Uses of Class
com.google.cloud.compute.v1.NodeGroupsClient.AggregatedListPagedResponse
-
Packages that use NodeGroupsClient.AggregatedListPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of NodeGroupsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NodeGroupsClient.AggregatedListPagedResponse Modifier and Type Method Description NodeGroupsClient.AggregatedListPagedResponse
NodeGroupsClient. aggregatedList(AggregatedListNodeGroupsRequest request)
Retrieves an aggregated list of node groups.NodeGroupsClient.AggregatedListPagedResponse
NodeGroupsClient. aggregatedList(String project)
Retrieves an aggregated list of node groups.Methods in com.google.cloud.compute.v1 that return types with arguments of type NodeGroupsClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListNodeGroupsRequest,NodeGroupsClient.AggregatedListPagedResponse>
NodeGroupsClient. aggregatedListPagedCallable()
Retrieves an aggregated list of node groups.com.google.api.gax.rpc.PagedCallSettings<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,NodeGroupsClient.AggregatedListPagedResponse>
NodeGroupsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,NodeGroupsClient.AggregatedListPagedResponse>
NodeGroupsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<NodeGroupsClient.AggregatedListPagedResponse>
NodeGroupsClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>> context, com.google.api.core.ApiFuture<NodeGroupAggregatedList> futureResponse)
-
Uses of NodeGroupsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NodeGroupsClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListNodeGroupsRequest,NodeGroupsClient.AggregatedListPagedResponse>
HttpJsonNodeGroupsStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListNodeGroupsRequest,NodeGroupsClient.AggregatedListPagedResponse>
NodeGroupsStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,NodeGroupsClient.AggregatedListPagedResponse>
NodeGroupsStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,NodeGroupsClient.AggregatedListPagedResponse>
NodeGroupsStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-