Uses of Class
com.google.cloud.compute.v1.AddressesClient.ListPagedResponse
-
Packages that use AddressesClient.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 AddressesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AddressesClient.ListPagedResponse Modifier and Type Method Description AddressesClient.ListPagedResponse
AddressesClient. list(ListAddressesRequest request)
Retrieves a list of addresses contained within the specified region.AddressesClient.ListPagedResponse
AddressesClient. list(String project, String region)
Retrieves a list of addresses contained within the specified region.Methods in com.google.cloud.compute.v1 that return types with arguments of type AddressesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AddressesClient.ListPagedResponse>
AddressesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAddressesRequest,AddressList,Address> context, com.google.api.core.ApiFuture<AddressList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListAddressesRequest,AddressesClient.ListPagedResponse>
AddressesClient. listPagedCallable()
Retrieves a list of addresses contained within the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListAddressesRequest,AddressList,AddressesClient.ListPagedResponse>
AddressesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListAddressesRequest,AddressList,AddressesClient.ListPagedResponse>
AddressesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of AddressesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type AddressesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListAddressesRequest,AddressesClient.ListPagedResponse>
AddressesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListAddressesRequest,AddressesClient.ListPagedResponse>
HttpJsonAddressesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAddressesRequest,AddressList,AddressesClient.ListPagedResponse>
AddressesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListAddressesRequest,AddressList,AddressesClient.ListPagedResponse>
AddressesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-