Uses of Class
com.google.cloud.servicedirectory.v1beta1.RegistrationServiceClient.ListNamespacesPagedResponse
-
Packages that use RegistrationServiceClient.ListNamespacesPagedResponse Package Description com.google.cloud.servicedirectory.v1beta1 A client to Service Directory APIcom.google.cloud.servicedirectory.v1beta1.stub -
-
Uses of RegistrationServiceClient.ListNamespacesPagedResponse in com.google.cloud.servicedirectory.v1beta1
Methods in com.google.cloud.servicedirectory.v1beta1 that return RegistrationServiceClient.ListNamespacesPagedResponse Modifier and Type Method Description RegistrationServiceClient.ListNamespacesPagedResponse
RegistrationServiceClient. listNamespaces(ListNamespacesRequest request)
Lists all namespaces.RegistrationServiceClient.ListNamespacesPagedResponse
RegistrationServiceClient. listNamespaces(LocationName parent)
Lists all namespaces.RegistrationServiceClient.ListNamespacesPagedResponse
RegistrationServiceClient. listNamespaces(String parent)
Lists all namespaces.Methods in com.google.cloud.servicedirectory.v1beta1 that return types with arguments of type RegistrationServiceClient.ListNamespacesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceClient.ListNamespacesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, com.google.api.core.ApiFuture<ListNamespacesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNamespacesRequest,RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceClient. listNamespacesPagedCallable()
Lists all namespaces.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNamespacesRequest,ListNamespacesResponse,RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceSettings.Builder. listNamespacesSettings()
Returns the builder for the settings used for calls to listNamespaces.com.google.api.gax.rpc.PagedCallSettings<ListNamespacesRequest,ListNamespacesResponse,RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceSettings. listNamespacesSettings()
Returns the object with the settings used for calls to listNamespaces. -
Uses of RegistrationServiceClient.ListNamespacesPagedResponse in com.google.cloud.servicedirectory.v1beta1.stub
-