Uses of Class
com.google.cloud.compute.v1.PublicDelegatedPrefixesClient.ListPagedResponse
-
Packages that use PublicDelegatedPrefixesClient.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 PublicDelegatedPrefixesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return PublicDelegatedPrefixesClient.ListPagedResponse Modifier and Type Method Description PublicDelegatedPrefixesClient.ListPagedResponse
PublicDelegatedPrefixesClient. list(ListPublicDelegatedPrefixesRequest request)
Lists the PublicDelegatedPrefixes for a project in the given region.PublicDelegatedPrefixesClient.ListPagedResponse
PublicDelegatedPrefixesClient. list(String project, String region)
Lists the PublicDelegatedPrefixes for a project in the given region.Methods in com.google.cloud.compute.v1 that return types with arguments of type PublicDelegatedPrefixesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<PublicDelegatedPrefixesClient.ListPagedResponse>
PublicDelegatedPrefixesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, com.google.api.core.ApiFuture<PublicDelegatedPrefixList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixesClient.ListPagedResponse>
PublicDelegatedPrefixesClient. listPagedCallable()
Lists the PublicDelegatedPrefixes for a project in the given region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefixesClient.ListPagedResponse>
PublicDelegatedPrefixesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefixesClient.ListPagedResponse>
PublicDelegatedPrefixesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of PublicDelegatedPrefixesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type PublicDelegatedPrefixesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixesClient.ListPagedResponse>
HttpJsonPublicDelegatedPrefixesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixesClient.ListPagedResponse>
PublicDelegatedPrefixesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefixesClient.ListPagedResponse>
PublicDelegatedPrefixesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefixesClient.ListPagedResponse>
PublicDelegatedPrefixesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-