Uses of Class
com.google.cloud.compute.v1.ForwardingRulesClient.AggregatedListPagedResponse
-
Packages that use ForwardingRulesClient.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 ForwardingRulesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ForwardingRulesClient.AggregatedListPagedResponse Modifier and Type Method Description ForwardingRulesClient.AggregatedListPagedResponse
ForwardingRulesClient. aggregatedList(AggregatedListForwardingRulesRequest request)
Retrieves an aggregated list of forwarding rules.ForwardingRulesClient.AggregatedListPagedResponse
ForwardingRulesClient. aggregatedList(String project)
Retrieves an aggregated list of forwarding rules.Methods in com.google.cloud.compute.v1 that return types with arguments of type ForwardingRulesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListForwardingRulesRequest,ForwardingRulesClient.AggregatedListPagedResponse>
ForwardingRulesClient. aggregatedListPagedCallable()
Retrieves an aggregated list of forwarding rules.com.google.api.gax.rpc.PagedCallSettings<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,ForwardingRulesClient.AggregatedListPagedResponse>
ForwardingRulesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,ForwardingRulesClient.AggregatedListPagedResponse>
ForwardingRulesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<ForwardingRulesClient.AggregatedListPagedResponse>
ForwardingRulesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, com.google.api.core.ApiFuture<ForwardingRuleAggregatedList> futureResponse)
-
Uses of ForwardingRulesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-