Uses of Class
com.google.cloud.compute.v1.InterconnectLocationsClient.ListPagedResponse
-
Packages that use InterconnectLocationsClient.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 InterconnectLocationsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InterconnectLocationsClient.ListPagedResponse Modifier and Type Method Description InterconnectLocationsClient.ListPagedResponseInterconnectLocationsClient. list(ListInterconnectLocationsRequest request)Retrieves the list of interconnect locations available to the specified project.InterconnectLocationsClient.ListPagedResponseInterconnectLocationsClient. list(String project)Retrieves the list of interconnect locations available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectLocationsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InterconnectLocationsClient.ListPagedResponse>InterconnectLocationsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, com.google.api.core.ApiFuture<InterconnectLocationList> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse>InterconnectLocationsClient. listPagedCallable()Retrieves the list of interconnect locations available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocationsClient.ListPagedResponse>InterconnectLocationsSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocationsClient.ListPagedResponse>InterconnectLocationsSettings. listSettings()Returns the object with the settings used for calls to list. -
Uses of InterconnectLocationsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InterconnectLocationsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse>HttpJsonInterconnectLocationsStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse>InterconnectLocationsStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocationsClient.ListPagedResponse>InterconnectLocationsStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocationsClient.ListPagedResponse>InterconnectLocationsStubSettings. listSettings()Returns the object with the settings used for calls to list.
-