Uses of Class
com.google.cloud.servicedirectory.v1.EndpointName
-
Packages that use EndpointName Package Description com.google.cloud.servicedirectory.v1 A client to Service Directory API -
-
Uses of EndpointName in com.google.cloud.servicedirectory.v1
Methods in com.google.cloud.servicedirectory.v1 that return EndpointName Modifier and Type Method Description EndpointNameEndpointName.Builder. build()static EndpointNameEndpointName. of(String project, String location, String namespace, String service, String endpoint)static EndpointNameEndpointName. parse(String formattedString)Methods in com.google.cloud.servicedirectory.v1 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.v1 with parameters of type EndpointName Modifier and Type Method Description voidRegistrationServiceClient. deleteEndpoint(EndpointName name)Deletes an endpoint.EndpointRegistrationServiceClient. getEndpoint(EndpointName name)Gets an endpoint.Method parameters in com.google.cloud.servicedirectory.v1 with type arguments of type EndpointName Modifier and Type Method Description static List<String>EndpointName. toStringList(List<EndpointName> values)
-