Uses of Class
com.google.cloud.compute.v1.ForwardingRulesClient.ListPagedResponse
-
Packages that use ForwardingRulesClient.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 ForwardingRulesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ForwardingRulesClient.ListPagedResponse Modifier and Type Method Description ForwardingRulesClient.ListPagedResponseForwardingRulesClient. list(ListForwardingRulesRequest request)Retrieves a list of ForwardingRule resources available to the specified project and region.ForwardingRulesClient.ListPagedResponseForwardingRulesClient. list(String project, String region)Retrieves a list of ForwardingRule resources available to the specified project and region.Methods in com.google.cloud.compute.v1 that return types with arguments of type ForwardingRulesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ForwardingRulesClient.ListPagedResponse>ForwardingRulesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, com.google.api.core.ApiFuture<ForwardingRuleList> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesRequest,ForwardingRulesClient.ListPagedResponse>ForwardingRulesClient. listPagedCallable()Retrieves a list of ForwardingRule resources available to the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRulesClient.ListPagedResponse>ForwardingRulesSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRulesClient.ListPagedResponse>ForwardingRulesSettings. listSettings()Returns the object with the settings used for calls to list. -
Uses of ForwardingRulesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ForwardingRulesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesRequest,ForwardingRulesClient.ListPagedResponse>ForwardingRulesStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesRequest,ForwardingRulesClient.ListPagedResponse>HttpJsonForwardingRulesStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRulesClient.ListPagedResponse>ForwardingRulesStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRulesClient.ListPagedResponse>ForwardingRulesStubSettings. listSettings()Returns the object with the settings used for calls to list.
-