Uses of Interface
com.google.cloud.apigeeconnect.v1.ConnectionOrBuilder
-
Packages that use ConnectionOrBuilder Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect API -
-
Uses of ConnectionOrBuilder in com.google.cloud.apigeeconnect.v1
Classes in com.google.cloud.apigeeconnect.v1 that implement ConnectionOrBuilder Modifier and Type Class Description class
Connection
Protobuf typegoogle.cloud.apigeeconnect.v1.Connection
static class
Connection.Builder
Protobuf typegoogle.cloud.apigeeconnect.v1.Connection
Methods in com.google.cloud.apigeeconnect.v1 that return ConnectionOrBuilder Modifier and Type Method Description ConnectionOrBuilder
ListConnectionsResponse.Builder. getConnectionsOrBuilder(int index)
A list of clients.ConnectionOrBuilder
ListConnectionsResponse. getConnectionsOrBuilder(int index)
A list of clients.ConnectionOrBuilder
ListConnectionsResponseOrBuilder. getConnectionsOrBuilder(int index)
A list of clients.Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type ConnectionOrBuilder Modifier and Type Method Description List<? extends ConnectionOrBuilder>
ListConnectionsResponse.Builder. getConnectionsOrBuilderList()
A list of clients.List<? extends ConnectionOrBuilder>
ListConnectionsResponse. getConnectionsOrBuilderList()
A list of clients.List<? extends ConnectionOrBuilder>
ListConnectionsResponseOrBuilder. getConnectionsOrBuilderList()
A list of clients.
-