Uses of Class
com.google.cloud.servicedirectory.v1.ServiceName
-
Packages that use ServiceName Package Description com.google.cloud.servicedirectory.v1 A client to Service Directory API -
-
Uses of ServiceName in com.google.cloud.servicedirectory.v1
Methods in com.google.cloud.servicedirectory.v1 that return ServiceName Modifier and Type Method Description ServiceName
ServiceName.Builder. build()
static ServiceName
ServiceName. of(String project, String location, String namespace, String service)
static ServiceName
ServiceName. parse(String formattedString)
Methods in com.google.cloud.servicedirectory.v1 that return types with arguments of type ServiceName Modifier and Type Method Description static List<ServiceName>
ServiceName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.servicedirectory.v1 with parameters of type ServiceName Modifier and Type Method Description Endpoint
RegistrationServiceClient. createEndpoint(ServiceName parent, Endpoint endpoint, String endpointId)
Creates an endpoint, and returns the new endpoint.void
RegistrationServiceClient. deleteService(ServiceName name)
Deletes a service.Service
RegistrationServiceClient. getService(ServiceName name)
Gets a service.RegistrationServiceClient.ListEndpointsPagedResponse
RegistrationServiceClient. listEndpoints(ServiceName parent)
Lists all endpoints.Method parameters in com.google.cloud.servicedirectory.v1 with type arguments of type ServiceName Modifier and Type Method Description static List<String>
ServiceName. toStringList(List<ServiceName> values)
-