Uses of Class
com.google.cloud.compute.v1.NodeTemplatesClient.AggregatedListPagedResponse
-
Packages that use NodeTemplatesClient.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 NodeTemplatesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NodeTemplatesClient.AggregatedListPagedResponse Modifier and Type Method Description NodeTemplatesClient.AggregatedListPagedResponse
NodeTemplatesClient. aggregatedList(AggregatedListNodeTemplatesRequest request)
Retrieves an aggregated list of node templates.NodeTemplatesClient.AggregatedListPagedResponse
NodeTemplatesClient. aggregatedList(String project)
Retrieves an aggregated list of node templates.Methods in com.google.cloud.compute.v1 that return types with arguments of type NodeTemplatesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListNodeTemplatesRequest,NodeTemplatesClient.AggregatedListPagedResponse>
NodeTemplatesClient. aggregatedListPagedCallable()
Retrieves an aggregated list of node templates.com.google.api.gax.rpc.PagedCallSettings<AggregatedListNodeTemplatesRequest,NodeTemplateAggregatedList,NodeTemplatesClient.AggregatedListPagedResponse>
NodeTemplatesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListNodeTemplatesRequest,NodeTemplateAggregatedList,NodeTemplatesClient.AggregatedListPagedResponse>
NodeTemplatesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<NodeTemplatesClient.AggregatedListPagedResponse>
NodeTemplatesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListNodeTemplatesRequest,NodeTemplateAggregatedList,Map.Entry<String,NodeTemplatesScopedList>> context, com.google.api.core.ApiFuture<NodeTemplateAggregatedList> futureResponse)
-
Uses of NodeTemplatesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-