Uses of Class
com.google.cloud.compute.v1.NetworkAttachmentsClient.ListPagedResponse
-
Packages that use NetworkAttachmentsClient.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 NetworkAttachmentsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkAttachmentsClient.ListPagedResponse Modifier and Type Method Description NetworkAttachmentsClient.ListPagedResponse
NetworkAttachmentsClient. list(ListNetworkAttachmentsRequest request)
Lists the NetworkAttachments for a project in the given scope.NetworkAttachmentsClient.ListPagedResponse
NetworkAttachmentsClient. list(String project, String region)
Lists the NetworkAttachments for a project in the given scope.Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkAttachmentsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, com.google.api.core.ApiFuture<NetworkAttachmentList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsClient. listPagedCallable()
Lists the NetworkAttachments for a project in the given scope.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of NetworkAttachmentsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NetworkAttachmentsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentsClient.ListPagedResponse>
HttpJsonNetworkAttachmentsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-