Uses of Class
com.google.cloud.ids.v1.EndpointName
-
Packages that use EndpointName Package Description com.google.cloud.ids.v1 A client to Cloud IDS API -
-
Uses of EndpointName in com.google.cloud.ids.v1
Methods in com.google.cloud.ids.v1 that return EndpointName Modifier and Type Method Description EndpointName
EndpointName.Builder. build()
static EndpointName
EndpointName. of(String project, String location, String endpoint)
static EndpointName
EndpointName. parse(String formattedString)
Methods in com.google.cloud.ids.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.ids.v1 with parameters of type EndpointName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
IDSClient. deleteEndpointAsync(EndpointName name)
Deletes a single Endpoint.Endpoint
IDSClient. getEndpoint(EndpointName name)
Gets details of a single Endpoint.Method parameters in com.google.cloud.ids.v1 with type arguments of type EndpointName Modifier and Type Method Description static List<String>
EndpointName. toStringList(List<EndpointName> values)
-