Uses of Class
com.google.cloud.run.v2.ServicesClient.ListServicesPagedResponse
-
Packages that use ServicesClient.ListServicesPagedResponse Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of ServicesClient.ListServicesPagedResponse in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return ServicesClient.ListServicesPagedResponse Modifier and Type Method Description ServicesClient.ListServicesPagedResponse
ServicesClient. listServices(ListServicesRequest request)
Lists Services.ServicesClient.ListServicesPagedResponse
ServicesClient. listServices(LocationName parent)
Lists Services.ServicesClient.ListServicesPagedResponse
ServicesClient. listServices(String parent)
Lists Services.Methods in com.google.cloud.run.v2 that return types with arguments of type ServicesClient.ListServicesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ServicesClient.ListServicesPagedResponse>
ServicesClient.ListServicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>
ServicesClient. listServicesPagedCallable()
Lists Services.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>
ServicesSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>
ServicesSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices. -
Uses of ServicesClient.ListServicesPagedResponse in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type ServicesClient.ListServicesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>
GrpcServicesStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>
HttpJsonServicesStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>
ServicesStub. listServicesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>
ServicesStubSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>
ServicesStubSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices.
-