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