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