Uses of Class
com.google.cloud.servicedirectory.v1.NamespaceName
-
Packages that use NamespaceName Package Description com.google.cloud.servicedirectory.v1 A client to Service Directory API -
-
Uses of NamespaceName in com.google.cloud.servicedirectory.v1
Methods in com.google.cloud.servicedirectory.v1 that return NamespaceName Modifier and Type Method Description NamespaceNameNamespaceName.Builder. build()static NamespaceNameNamespaceName. of(String project, String location, String namespace)static NamespaceNameNamespaceName. parse(String formattedString)Methods in com.google.cloud.servicedirectory.v1 that return types with arguments of type NamespaceName Modifier and Type Method Description static List<NamespaceName>NamespaceName. parseList(List<String> formattedStrings)Methods in com.google.cloud.servicedirectory.v1 with parameters of type NamespaceName Modifier and Type Method Description ServiceRegistrationServiceClient. createService(NamespaceName parent, Service service, String serviceId)Creates a service, and returns the new service.voidRegistrationServiceClient. deleteNamespace(NamespaceName name)Deletes a namespace.NamespaceRegistrationServiceClient. getNamespace(NamespaceName name)Gets a namespace.RegistrationServiceClient.ListServicesPagedResponseRegistrationServiceClient. listServices(NamespaceName parent)Lists all services belonging to a namespace.Method parameters in com.google.cloud.servicedirectory.v1 with type arguments of type NamespaceName Modifier and Type Method Description static List<String>NamespaceName. toStringList(List<NamespaceName> values)
-