Uses of Class
com.google.cloud.apigeeconnect.v1.EndpointName
-
Packages that use EndpointName Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect API -
-
Uses of EndpointName in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return EndpointName Modifier and Type Method Description EndpointName
EndpointName.Builder. build()
static EndpointName
EndpointName. of(String project, String endpoint)
static EndpointName
EndpointName. parse(String formattedString)
Methods in com.google.cloud.apigeeconnect.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.apigeeconnect.v1 with parameters of type EndpointName Modifier and Type Method Description ConnectionServiceClient.ListConnectionsPagedResponse
ConnectionServiceClient. listConnections(EndpointName parent)
Lists connections that are currently active for the given Apigee Connect endpoint.Method parameters in com.google.cloud.apigeeconnect.v1 with type arguments of type EndpointName Modifier and Type Method Description static List<String>
EndpointName. toStringList(List<EndpointName> values)
-