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 ConnectionConnection.Builder. build()ConnectionConnection.Builder. buildPartial()ConnectionListConnectionsResponse.Builder. getConnections(int index)A list of clients.ConnectionListConnectionsResponse. getConnections(int index)A list of clients.ConnectionListConnectionsResponseOrBuilder. getConnections(int index)A list of clients.static ConnectionConnection. getDefaultInstance()ConnectionConnection.Builder. getDefaultInstanceForType()ConnectionConnection. getDefaultInstanceForType()static ConnectionConnection. parseDelimitedFrom(InputStream input)static ConnectionConnection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(byte[] data)static ConnectionConnection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(com.google.protobuf.ByteString data)static ConnectionConnection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(com.google.protobuf.CodedInputStream input)static ConnectionConnection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(InputStream input)static ConnectionConnection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(ByteBuffer data)static ConnectionConnection. 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.BuilderListConnectionsResponse.Builder. addConnections(int index, Connection value)A list of clients.ListConnectionsResponse.BuilderListConnectionsResponse.Builder. addConnections(Connection value)A list of clients.Connection.BuilderConnection.Builder. mergeFrom(Connection other)static Connection.BuilderConnection. newBuilder(Connection prototype)ListConnectionsResponse.BuilderListConnectionsResponse.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.BuilderListConnectionsResponse.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.ListConnectionsPageConnectionServiceClient.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)
-