Uses of Class
com.google.cloud.apigeeconnect.v1.ListConnectionsResponse
-
Packages that use ListConnectionsResponse Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect APIcom.google.cloud.apigeeconnect.v1.stub -
-
Uses of ListConnectionsResponse in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return ListConnectionsResponse Modifier and Type Method Description ListConnectionsResponseListConnectionsResponse.Builder. build()ListConnectionsResponseListConnectionsResponse.Builder. buildPartial()static ListConnectionsResponseListConnectionsResponse. getDefaultInstance()ListConnectionsResponseListConnectionsResponse.Builder. getDefaultInstanceForType()ListConnectionsResponseListConnectionsResponse. getDefaultInstanceForType()ListConnectionsResponseConnectionServiceGrpc.ConnectionServiceBlockingStub. listConnections(ListConnectionsRequest request)Lists connections that are currently active for the given Apigee Connect endpoint.static ListConnectionsResponseListConnectionsResponse. parseDelimitedFrom(InputStream input)static ListConnectionsResponseListConnectionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsResponseListConnectionsResponse. parseFrom(byte[] data)static ListConnectionsResponseListConnectionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsResponseListConnectionsResponse. parseFrom(com.google.protobuf.ByteString data)static ListConnectionsResponseListConnectionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsResponseListConnectionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListConnectionsResponseListConnectionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsResponseListConnectionsResponse. parseFrom(InputStream input)static ListConnectionsResponseListConnectionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsResponseListConnectionsResponse. parseFrom(ByteBuffer data)static ListConnectionsResponseListConnectionsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type ListConnectionsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListConnectionsRequest,ListConnectionsResponse>ConnectionServiceGrpc. getListConnectionsMethod()com.google.protobuf.Parser<ListConnectionsResponse>ListConnectionsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListConnectionsResponse>ConnectionServiceGrpc.ConnectionServiceFutureStub. listConnections(ListConnectionsRequest request)Lists connections that are currently active for the given Apigee Connect endpoint.com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ListConnectionsResponse>ConnectionServiceClient. listConnectionsCallable()Lists connections that are currently active for the given Apigee Connect endpoint.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceSettings.Builder. listConnectionsSettings()Returns the builder for the settings used for calls to listConnections.com.google.api.gax.rpc.PagedCallSettings<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceSettings. listConnectionsSettings()Returns the object with the settings used for calls to listConnections.static com.google.protobuf.Parser<ListConnectionsResponse>ListConnectionsResponse. parser()Methods in com.google.cloud.apigeeconnect.v1 with parameters of type ListConnectionsResponse Modifier and Type Method Description protected ConnectionServiceClient.ListConnectionsPageConnectionServiceClient.ListConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ListConnectionsResponse response)ListConnectionsResponse.BuilderListConnectionsResponse.Builder. mergeFrom(ListConnectionsResponse other)static ListConnectionsResponse.BuilderListConnectionsResponse. newBuilder(ListConnectionsResponse prototype)Method parameters in com.google.cloud.apigeeconnect.v1 with type arguments of type ListConnectionsResponse Modifier and Type Method Description 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)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)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)default voidConnectionServiceGrpc.AsyncService. listConnections(ListConnectionsRequest request, io.grpc.stub.StreamObserver<ListConnectionsResponse> responseObserver)Lists connections that are currently active for the given Apigee Connect endpoint.voidConnectionServiceGrpc.ConnectionServiceStub. listConnections(ListConnectionsRequest request, io.grpc.stub.StreamObserver<ListConnectionsResponse> responseObserver)Lists connections that are currently active for the given Apigee Connect endpoint. -
Uses of ListConnectionsResponse in com.google.cloud.apigeeconnect.v1.stub
Methods in com.google.cloud.apigeeconnect.v1.stub that return types with arguments of type ListConnectionsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ListConnectionsResponse>ConnectionServiceStub. listConnectionsCallable()com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ListConnectionsResponse>GrpcConnectionServiceStub. listConnectionsCallable()com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ListConnectionsResponse>HttpJsonConnectionServiceStub. listConnectionsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceStubSettings.Builder. listConnectionsSettings()Returns the builder for the settings used for calls to listConnections.com.google.api.gax.rpc.PagedCallSettings<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceStubSettings. listConnectionsSettings()Returns the object with the settings used for calls to listConnections.
-