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