Uses of Class
com.google.cloud.compute.v1.InterconnectRemoteLocationsClient.ListPagedResponse
-
Packages that use InterconnectRemoteLocationsClient.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 InterconnectRemoteLocationsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InterconnectRemoteLocationsClient.ListPagedResponse Modifier and Type Method Description InterconnectRemoteLocationsClient.ListPagedResponse
InterconnectRemoteLocationsClient. list(ListInterconnectRemoteLocationsRequest request)
Retrieves the list of interconnect remote locations available to the specified project.InterconnectRemoteLocationsClient.ListPagedResponse
InterconnectRemoteLocationsClient. list(String project)
Retrieves the list of interconnect remote locations available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectRemoteLocationsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InterconnectRemoteLocationsClient.ListPagedResponse>
InterconnectRemoteLocationsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, com.google.api.core.ApiFuture<InterconnectRemoteLocationList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationsClient.ListPagedResponse>
InterconnectRemoteLocationsClient. listPagedCallable()
Retrieves the list of interconnect remote locations available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocationsClient.ListPagedResponse>
InterconnectRemoteLocationsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocationsClient.ListPagedResponse>
InterconnectRemoteLocationsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of InterconnectRemoteLocationsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InterconnectRemoteLocationsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationsClient.ListPagedResponse>
HttpJsonInterconnectRemoteLocationsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationsClient.ListPagedResponse>
InterconnectRemoteLocationsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocationsClient.ListPagedResponse>
InterconnectRemoteLocationsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocationsClient.ListPagedResponse>
InterconnectRemoteLocationsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-