Uses of Class
com.google.cloud.servicedirectory.v1beta1.EndpointName
-
Packages that use EndpointName Package Description com.google.cloud.servicedirectory.v1beta1 A client to Service Directory API -
-
Uses of EndpointName in com.google.cloud.servicedirectory.v1beta1
Methods in com.google.cloud.servicedirectory.v1beta1 that return EndpointName Modifier and Type Method Description EndpointName
EndpointName.Builder. build()
static EndpointName
EndpointName. of(String project, String location, String namespace, String service, String endpoint)
static EndpointName
EndpointName. parse(String formattedString)
Methods in com.google.cloud.servicedirectory.v1beta1 that return types with arguments of type EndpointName Modifier and Type Method Description static List<EndpointName>
EndpointName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.servicedirectory.v1beta1 with parameters of type EndpointName Modifier and Type Method Description void
RegistrationServiceClient. deleteEndpoint(EndpointName name)
Deletes an endpoint.Endpoint
RegistrationServiceClient. getEndpoint(EndpointName name)
Gets an endpoint.Method parameters in com.google.cloud.servicedirectory.v1beta1 with type arguments of type EndpointName Modifier and Type Method Description static List<String>
EndpointName. toStringList(List<EndpointName> values)
-