Uses of Class
com.google.cloud.compute.v1.RegionSslPoliciesClient.ListPagedResponse
-
Packages that use RegionSslPoliciesClient.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 RegionSslPoliciesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionSslPoliciesClient.ListPagedResponse Modifier and Type Method Description RegionSslPoliciesClient.ListPagedResponse
RegionSslPoliciesClient. list(ListRegionSslPoliciesRequest request)
Lists all the SSL policies that have been configured for the specified project and region.RegionSslPoliciesClient.ListPagedResponse
RegionSslPoliciesClient. list(String project, String region)
Lists all the SSL policies that have been configured for the specified project and region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionSslPoliciesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionSslPoliciesClient.ListPagedResponse>
RegionSslPoliciesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionSslPoliciesRequest,SslPoliciesList,SslPolicy> context, com.google.api.core.ApiFuture<SslPoliciesList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRegionSslPoliciesRequest,RegionSslPoliciesClient.ListPagedResponse>
RegionSslPoliciesClient. listPagedCallable()
Lists all the SSL policies that have been configured for the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionSslPoliciesRequest,SslPoliciesList,RegionSslPoliciesClient.ListPagedResponse>
RegionSslPoliciesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionSslPoliciesRequest,SslPoliciesList,RegionSslPoliciesClient.ListPagedResponse>
RegionSslPoliciesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of RegionSslPoliciesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionSslPoliciesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionSslPoliciesRequest,RegionSslPoliciesClient.ListPagedResponse>
HttpJsonRegionSslPoliciesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionSslPoliciesRequest,RegionSslPoliciesClient.ListPagedResponse>
RegionSslPoliciesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionSslPoliciesRequest,SslPoliciesList,RegionSslPoliciesClient.ListPagedResponse>
RegionSslPoliciesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionSslPoliciesRequest,SslPoliciesList,RegionSslPoliciesClient.ListPagedResponse>
RegionSslPoliciesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-