Uses of Class
com.google.cloud.apigeeconnect.v1.Connection
-
Packages that use Connection Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect API -
-
Uses of Connection in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return Connection Modifier and Type Method Description Connection
Connection.Builder. build()
Connection
Connection.Builder. buildPartial()
Connection
ListConnectionsResponse.Builder. getConnections(int index)
A list of clients.Connection
ListConnectionsResponse. getConnections(int index)
A list of clients.Connection
ListConnectionsResponseOrBuilder. getConnections(int index)
A list of clients.static Connection
Connection. getDefaultInstance()
Connection
Connection.Builder. getDefaultInstanceForType()
Connection
Connection. getDefaultInstanceForType()
static Connection
Connection. parseDelimitedFrom(InputStream input)
static Connection
Connection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(byte[] data)
static Connection
Connection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(com.google.protobuf.ByteString data)
static Connection
Connection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(com.google.protobuf.CodedInputStream input)
static Connection
Connection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(InputStream input)
static Connection
Connection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(ByteBuffer data)
static Connection
Connection. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type Connection Modifier and Type Method Description List<Connection>
ListConnectionsResponse.Builder. getConnectionsList()
A list of clients.List<Connection>
ListConnectionsResponse. getConnectionsList()
A list of clients.List<Connection>
ListConnectionsResponseOrBuilder. getConnectionsList()
A list of clients.com.google.protobuf.Parser<Connection>
Connection. getParserForType()
static com.google.protobuf.Parser<Connection>
Connection. parser()
Methods in com.google.cloud.apigeeconnect.v1 with parameters of type Connection Modifier and Type Method Description ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. addConnections(int index, Connection value)
A list of clients.ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. addConnections(Connection value)
A list of clients.Connection.Builder
Connection.Builder. mergeFrom(Connection other)
static Connection.Builder
Connection. newBuilder(Connection prototype)
ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. setConnections(int index, Connection value)
A list of clients.Method parameters in com.google.cloud.apigeeconnect.v1 with type arguments of type Connection Modifier and Type Method Description ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. addAllConnections(Iterable<? extends Connection> values)
A list of clients.static com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPagedResponse>
ConnectionServiceClient.ListConnectionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse)
protected ConnectionServiceClient.ListConnectionsPage
ConnectionServiceClient.ListConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ListConnectionsResponse response)
com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPage>
ConnectionServiceClient.ListConnectionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse)
-