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