Uses of Class
com.google.cloud.compute.v1.InterconnectAttachmentsClient.ListPagedResponse
-
Packages that use InterconnectAttachmentsClient.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 InterconnectAttachmentsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InterconnectAttachmentsClient.ListPagedResponse Modifier and Type Method Description InterconnectAttachmentsClient.ListPagedResponse
InterconnectAttachmentsClient. list(ListInterconnectAttachmentsRequest request)
Retrieves the list of interconnect attachments contained within the specified region.InterconnectAttachmentsClient.ListPagedResponse
InterconnectAttachmentsClient. list(String project, String region)
Retrieves the list of interconnect attachments contained within the specified region.Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectAttachmentsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InterconnectAttachmentsClient.ListPagedResponse>
InterconnectAttachmentsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachment> context, com.google.api.core.ApiFuture<InterconnectAttachmentList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInterconnectAttachmentsRequest,InterconnectAttachmentsClient.ListPagedResponse>
InterconnectAttachmentsClient. listPagedCallable()
Retrieves the list of interconnect attachments contained within the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachmentsClient.ListPagedResponse>
InterconnectAttachmentsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachmentsClient.ListPagedResponse>
InterconnectAttachmentsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of InterconnectAttachmentsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InterconnectAttachmentsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInterconnectAttachmentsRequest,InterconnectAttachmentsClient.ListPagedResponse>
HttpJsonInterconnectAttachmentsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectAttachmentsRequest,InterconnectAttachmentsClient.ListPagedResponse>
InterconnectAttachmentsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachmentsClient.ListPagedResponse>
InterconnectAttachmentsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachmentsClient.ListPagedResponse>
InterconnectAttachmentsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-