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