Uses of Class
com.google.cloud.compute.v1.RegionInstanceTemplatesClient.ListPagedResponse
-
Packages that use RegionInstanceTemplatesClient.ListPagedResponse 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 RegionInstanceTemplatesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionInstanceTemplatesClient.ListPagedResponse Modifier and Type Method Description RegionInstanceTemplatesClient.ListPagedResponse
RegionInstanceTemplatesClient. list(ListRegionInstanceTemplatesRequest request)
Retrieves a list of instance templates that are contained within the specified project and region.RegionInstanceTemplatesClient.ListPagedResponse
RegionInstanceTemplatesClient. list(String project, String region)
Retrieves a list of instance templates that are contained within the specified project and region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionInstanceTemplatesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionInstanceTemplatesClient.ListPagedResponse>
RegionInstanceTemplatesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionInstanceTemplatesRequest,InstanceTemplateList,InstanceTemplate> context, com.google.api.core.ApiFuture<InstanceTemplateList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRegionInstanceTemplatesRequest,RegionInstanceTemplatesClient.ListPagedResponse>
RegionInstanceTemplatesClient. listPagedCallable()
Retrieves a list of instance templates that are contained within the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionInstanceTemplatesRequest,InstanceTemplateList,RegionInstanceTemplatesClient.ListPagedResponse>
RegionInstanceTemplatesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionInstanceTemplatesRequest,InstanceTemplateList,RegionInstanceTemplatesClient.ListPagedResponse>
RegionInstanceTemplatesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of RegionInstanceTemplatesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionInstanceTemplatesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionInstanceTemplatesRequest,RegionInstanceTemplatesClient.ListPagedResponse>
HttpJsonRegionInstanceTemplatesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionInstanceTemplatesRequest,RegionInstanceTemplatesClient.ListPagedResponse>
RegionInstanceTemplatesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionInstanceTemplatesRequest,InstanceTemplateList,RegionInstanceTemplatesClient.ListPagedResponse>
RegionInstanceTemplatesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionInstanceTemplatesRequest,InstanceTemplateList,RegionInstanceTemplatesClient.ListPagedResponse>
RegionInstanceTemplatesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-