Uses of Class
com.google.cloud.servicedirectory.v1.RegistrationServiceClient.ListServicesPagedResponse
-
Packages that use RegistrationServiceClient.ListServicesPagedResponse Package Description com.google.cloud.servicedirectory.v1 A client to Service Directory APIcom.google.cloud.servicedirectory.v1.stub -
-
Uses of RegistrationServiceClient.ListServicesPagedResponse in com.google.cloud.servicedirectory.v1
Methods in com.google.cloud.servicedirectory.v1 that return RegistrationServiceClient.ListServicesPagedResponse Modifier and Type Method Description RegistrationServiceClient.ListServicesPagedResponse
RegistrationServiceClient. listServices(ListServicesRequest request)
Lists all services belonging to a namespace.RegistrationServiceClient.ListServicesPagedResponse
RegistrationServiceClient. listServices(NamespaceName parent)
Lists all services belonging to a namespace.RegistrationServiceClient.ListServicesPagedResponse
RegistrationServiceClient. listServices(String parent)
Lists all services belonging to a namespace.Methods in com.google.cloud.servicedirectory.v1 that return types with arguments of type RegistrationServiceClient.ListServicesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegistrationServiceClient.ListServicesPagedResponse>
RegistrationServiceClient.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,RegistrationServiceClient.ListServicesPagedResponse>
RegistrationServiceClient. listServicesPagedCallable()
Lists all services belonging to a namespace.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,RegistrationServiceClient.ListServicesPagedResponse>
RegistrationServiceSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,RegistrationServiceClient.ListServicesPagedResponse>
RegistrationServiceSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices. -
Uses of RegistrationServiceClient.ListServicesPagedResponse in com.google.cloud.servicedirectory.v1.stub
Methods in com.google.cloud.servicedirectory.v1.stub that return types with arguments of type RegistrationServiceClient.ListServicesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,RegistrationServiceClient.ListServicesPagedResponse>
GrpcRegistrationServiceStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,RegistrationServiceClient.ListServicesPagedResponse>
HttpJsonRegistrationServiceStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,RegistrationServiceClient.ListServicesPagedResponse>
RegistrationServiceStub. listServicesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,RegistrationServiceClient.ListServicesPagedResponse>
RegistrationServiceStubSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,RegistrationServiceClient.ListServicesPagedResponse>
RegistrationServiceStubSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices.
-