Uses of Class
com.google.cloud.compute.v1.InterconnectsClient.ListPagedResponse
-
Packages that use InterconnectsClient.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 InterconnectsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InterconnectsClient.ListPagedResponse Modifier and Type Method Description InterconnectsClient.ListPagedResponseInterconnectsClient. list(ListInterconnectsRequest request)Retrieves the list of Interconnects available to the specified project.InterconnectsClient.ListPagedResponseInterconnectsClient. list(String project)Retrieves the list of Interconnects available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InterconnectsClient.ListPagedResponse>InterconnectsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, com.google.api.core.ApiFuture<InterconnectList> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListInterconnectsRequest,InterconnectsClient.ListPagedResponse>InterconnectsClient. listPagedCallable()Retrieves the list of Interconnects available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectsRequest,InterconnectList,InterconnectsClient.ListPagedResponse>InterconnectsSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectsRequest,InterconnectList,InterconnectsClient.ListPagedResponse>InterconnectsSettings. listSettings()Returns the object with the settings used for calls to list. -
Uses of InterconnectsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InterconnectsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInterconnectsRequest,InterconnectsClient.ListPagedResponse>HttpJsonInterconnectsStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInterconnectsRequest,InterconnectsClient.ListPagedResponse>InterconnectsStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectsRequest,InterconnectList,InterconnectsClient.ListPagedResponse>InterconnectsStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectsRequest,InterconnectList,InterconnectsClient.ListPagedResponse>InterconnectsStubSettings. listSettings()Returns the object with the settings used for calls to list.
-