Uses of Class
com.google.cloud.compute.v1.InstanceTemplatesClient.AggregatedListPagedResponse
-
Packages that use InstanceTemplatesClient.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 InstanceTemplatesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstanceTemplatesClient.AggregatedListPagedResponse Modifier and Type Method Description InstanceTemplatesClient.AggregatedListPagedResponse
InstanceTemplatesClient. aggregatedList(AggregatedListInstanceTemplatesRequest request)
Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified project.InstanceTemplatesClient.AggregatedListPagedResponse
InstanceTemplatesClient. aggregatedList(String project)
Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type InstanceTemplatesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListInstanceTemplatesRequest,InstanceTemplatesClient.AggregatedListPagedResponse>
InstanceTemplatesClient. aggregatedListPagedCallable()
Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList,InstanceTemplatesClient.AggregatedListPagedResponse>
InstanceTemplatesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList,InstanceTemplatesClient.AggregatedListPagedResponse>
InstanceTemplatesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<InstanceTemplatesClient.AggregatedListPagedResponse>
InstanceTemplatesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList,Map.Entry<String,InstanceTemplatesScopedList>> context, com.google.api.core.ApiFuture<InstanceTemplateAggregatedList> futureResponse)
-
Uses of InstanceTemplatesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-