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