Uses of Class
com.google.cloud.eventarc.v1.ListChannelConnectionsRequest
-
Packages that use ListChannelConnectionsRequest Package Description com.google.cloud.eventarc.v1 A client to Eventarc APIcom.google.cloud.eventarc.v1.stub -
-
Uses of ListChannelConnectionsRequest in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return ListChannelConnectionsRequest Modifier and Type Method Description ListChannelConnectionsRequest
ListChannelConnectionsRequest.Builder. build()
ListChannelConnectionsRequest
ListChannelConnectionsRequest.Builder. buildPartial()
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. getDefaultInstance()
ListChannelConnectionsRequest
ListChannelConnectionsRequest.Builder. getDefaultInstanceForType()
ListChannelConnectionsRequest
ListChannelConnectionsRequest. getDefaultInstanceForType()
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseDelimitedFrom(InputStream input)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(byte[] data)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(InputStream input)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(ByteBuffer data)
static ListChannelConnectionsRequest
ListChannelConnectionsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type ListChannelConnectionsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListChannelConnectionsRequest,ListChannelConnectionsResponse>
EventarcGrpc. getListChannelConnectionsMethod()
com.google.protobuf.Parser<ListChannelConnectionsRequest>
ListChannelConnectionsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListChannelConnectionsRequest,ListChannelConnectionsResponse>
EventarcClient. listChannelConnectionsCallable()
List channel connections.com.google.api.gax.rpc.UnaryCallable<ListChannelConnectionsRequest,EventarcClient.ListChannelConnectionsPagedResponse>
EventarcClient. listChannelConnectionsPagedCallable()
List channel connections.com.google.api.gax.rpc.PagedCallSettings.Builder<ListChannelConnectionsRequest,ListChannelConnectionsResponse,EventarcClient.ListChannelConnectionsPagedResponse>
EventarcSettings.Builder. listChannelConnectionsSettings()
Returns the builder for the settings used for calls to listChannelConnections.com.google.api.gax.rpc.PagedCallSettings<ListChannelConnectionsRequest,ListChannelConnectionsResponse,EventarcClient.ListChannelConnectionsPagedResponse>
EventarcSettings. listChannelConnectionsSettings()
Returns the object with the settings used for calls to listChannelConnections.static com.google.protobuf.Parser<ListChannelConnectionsRequest>
ListChannelConnectionsRequest. parser()
Methods in com.google.cloud.eventarc.v1 with parameters of type ListChannelConnectionsRequest Modifier and Type Method Description EventarcClient.ListChannelConnectionsPagedResponse
EventarcClient. listChannelConnections(ListChannelConnectionsRequest request)
List channel connections.default void
EventarcGrpc.AsyncService. listChannelConnections(ListChannelConnectionsRequest request, io.grpc.stub.StreamObserver<ListChannelConnectionsResponse> responseObserver)
List channel connections.ListChannelConnectionsResponse
EventarcGrpc.EventarcBlockingStub. listChannelConnections(ListChannelConnectionsRequest request)
List channel connections.com.google.common.util.concurrent.ListenableFuture<ListChannelConnectionsResponse>
EventarcGrpc.EventarcFutureStub. listChannelConnections(ListChannelConnectionsRequest request)
List channel connections.void
EventarcGrpc.EventarcStub. listChannelConnections(ListChannelConnectionsRequest request, io.grpc.stub.StreamObserver<ListChannelConnectionsResponse> responseObserver)
List channel connections.ListChannelConnectionsRequest.Builder
ListChannelConnectionsRequest.Builder. mergeFrom(ListChannelConnectionsRequest other)
static ListChannelConnectionsRequest.Builder
ListChannelConnectionsRequest. newBuilder(ListChannelConnectionsRequest prototype)
Method parameters in com.google.cloud.eventarc.v1 with type arguments of type ListChannelConnectionsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<EventarcClient.ListChannelConnectionsPagedResponse>
EventarcClient.ListChannelConnectionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, com.google.api.core.ApiFuture<ListChannelConnectionsResponse> futureResponse)
protected EventarcClient.ListChannelConnectionsPage
EventarcClient.ListChannelConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ListChannelConnectionsResponse response)
com.google.api.core.ApiFuture<EventarcClient.ListChannelConnectionsPage>
EventarcClient.ListChannelConnectionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, com.google.api.core.ApiFuture<ListChannelConnectionsResponse> futureResponse)
-
Uses of ListChannelConnectionsRequest in com.google.cloud.eventarc.v1.stub
-