Uses of Class
com.google.cloud.compute.v1.AddressesClient.AggregatedListPagedResponse
-
Packages that use AddressesClient.AggregatedListPagedResponse 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.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AddressesClient.AggregatedListPagedResponse Modifier and Type Method Description AddressesClient.AggregatedListPagedResponse
AddressesClient. aggregatedList(AggregatedListAddressesRequest request)
Retrieves an aggregated list of addresses.AddressesClient.AggregatedListPagedResponse
AddressesClient. aggregatedList(String project)
Retrieves an aggregated list of addresses.Methods in com.google.cloud.compute.v1 that return types with arguments of type AddressesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListAddressesRequest,AddressesClient.AggregatedListPagedResponse>
AddressesClient. aggregatedListPagedCallable()
Retrieves an aggregated list of addresses.com.google.api.gax.rpc.PagedCallSettings<AggregatedListAddressesRequest,AddressAggregatedList,AddressesClient.AggregatedListPagedResponse>
AddressesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListAddressesRequest,AddressAggregatedList,AddressesClient.AggregatedListPagedResponse>
AddressesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<AddressesClient.AggregatedListPagedResponse>
AddressesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>> context, com.google.api.core.ApiFuture<AddressAggregatedList> futureResponse)
-
Uses of AddressesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type AddressesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListAddressesRequest,AddressesClient.AggregatedListPagedResponse>
AddressesStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListAddressesRequest,AddressesClient.AggregatedListPagedResponse>
HttpJsonAddressesStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListAddressesRequest,AddressAggregatedList,AddressesClient.AggregatedListPagedResponse>
AddressesStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListAddressesRequest,AddressAggregatedList,AddressesClient.AggregatedListPagedResponse>
AddressesStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-