Uses of Class
com.google.cloud.compute.v1.NodeTemplatesClient.ListPagedResponse
-
Packages that use NodeTemplatesClient.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 NodeTemplatesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NodeTemplatesClient.ListPagedResponse Modifier and Type Method Description NodeTemplatesClient.ListPagedResponse
NodeTemplatesClient. list(ListNodeTemplatesRequest request)
Retrieves a list of node templates available to the specified project.NodeTemplatesClient.ListPagedResponse
NodeTemplatesClient. list(String project, String region)
Retrieves a list of node templates available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type NodeTemplatesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NodeTemplatesClient.ListPagedResponse>
NodeTemplatesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodeTemplatesRequest,NodeTemplateList,NodeTemplate> context, com.google.api.core.ApiFuture<NodeTemplateList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNodeTemplatesRequest,NodeTemplatesClient.ListPagedResponse>
NodeTemplatesClient. listPagedCallable()
Retrieves a list of node templates available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodeTemplatesRequest,NodeTemplateList,NodeTemplatesClient.ListPagedResponse>
NodeTemplatesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNodeTemplatesRequest,NodeTemplateList,NodeTemplatesClient.ListPagedResponse>
NodeTemplatesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of NodeTemplatesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NodeTemplatesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodeTemplatesRequest,NodeTemplatesClient.ListPagedResponse>
HttpJsonNodeTemplatesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodeTemplatesRequest,NodeTemplatesClient.ListPagedResponse>
NodeTemplatesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodeTemplatesRequest,NodeTemplateList,NodeTemplatesClient.ListPagedResponse>
NodeTemplatesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNodeTemplatesRequest,NodeTemplateList,NodeTemplatesClient.ListPagedResponse>
NodeTemplatesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-