Uses of Class
com.google.cloud.compute.v1.NetworkEndpointGroupsClient.AggregatedListPagedResponse
-
Packages that use NetworkEndpointGroupsClient.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 NetworkEndpointGroupsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkEndpointGroupsClient.AggregatedListPagedResponse Modifier and Type Method Description NetworkEndpointGroupsClient.AggregatedListPagedResponse
NetworkEndpointGroupsClient. aggregatedList(AggregatedListNetworkEndpointGroupsRequest request)
Retrieves the list of network endpoint groups and sorts them by zone.NetworkEndpointGroupsClient.AggregatedListPagedResponse
NetworkEndpointGroupsClient. aggregatedList(String project)
Retrieves the list of network endpoint groups and sorts them by zone.Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkEndpointGroupsClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.AggregatedListPagedResponse>
NetworkEndpointGroupsClient. aggregatedListPagedCallable()
Retrieves the list of network endpoint groups and sorts them by zone.com.google.api.gax.rpc.PagedCallSettings<AggregatedListNetworkEndpointGroupsRequest,NetworkEndpointGroupAggregatedList,NetworkEndpointGroupsClient.AggregatedListPagedResponse>
NetworkEndpointGroupsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListNetworkEndpointGroupsRequest,NetworkEndpointGroupAggregatedList,NetworkEndpointGroupsClient.AggregatedListPagedResponse>
NetworkEndpointGroupsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<NetworkEndpointGroupsClient.AggregatedListPagedResponse>
NetworkEndpointGroupsClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListNetworkEndpointGroupsRequest,NetworkEndpointGroupAggregatedList,Map.Entry<String,NetworkEndpointGroupsScopedList>> context, com.google.api.core.ApiFuture<NetworkEndpointGroupAggregatedList> futureResponse)
-
Uses of NetworkEndpointGroupsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-