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 NamespaceName
NamespaceName.Builder. build()
static NamespaceName
NamespaceName. of(String project, String location, String namespace)
static NamespaceName
NamespaceName. 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 Service
RegistrationServiceClient. createService(NamespaceName parent, Service service, String serviceId)
Creates a service, and returns the new service.void
RegistrationServiceClient. deleteNamespace(NamespaceName name)
Deletes a namespace.Namespace
RegistrationServiceClient. getNamespace(NamespaceName name)
Gets a namespace.RegistrationServiceClient.ListServicesPagedResponse
RegistrationServiceClient. 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)
-