Uses of Class
com.google.cloud.compute.v1.ServiceAttachmentsClient.AggregatedListPagedResponse
-
Packages that use ServiceAttachmentsClient.AggregatedListPagedResponse 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 ServiceAttachmentsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ServiceAttachmentsClient.AggregatedListPagedResponse Modifier and Type Method Description ServiceAttachmentsClient.AggregatedListPagedResponse
ServiceAttachmentsClient. aggregatedList(AggregatedListServiceAttachmentsRequest request)
Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.ServiceAttachmentsClient.AggregatedListPagedResponse
ServiceAttachmentsClient. aggregatedList(String project)
Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type ServiceAttachmentsClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListServiceAttachmentsRequest,ServiceAttachmentsClient.AggregatedListPagedResponse>
ServiceAttachmentsClient. aggregatedListPagedCallable()
Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,ServiceAttachmentsClient.AggregatedListPagedResponse>
ServiceAttachmentsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,ServiceAttachmentsClient.AggregatedListPagedResponse>
ServiceAttachmentsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<ServiceAttachmentsClient.AggregatedListPagedResponse>
ServiceAttachmentsClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>> context, com.google.api.core.ApiFuture<ServiceAttachmentAggregatedList> futureResponse)
-
Uses of ServiceAttachmentsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-