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 ListChannelsRequestListChannelsRequest.Builder. build()ListChannelsRequestListChannelsRequest.Builder. buildPartial()static ListChannelsRequestListChannelsRequest. getDefaultInstance()ListChannelsRequestListChannelsRequest.Builder. getDefaultInstanceForType()ListChannelsRequestListChannelsRequest. getDefaultInstanceForType()static ListChannelsRequestListChannelsRequest. parseDelimitedFrom(InputStream input)static ListChannelsRequestListChannelsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsRequestListChannelsRequest. parseFrom(byte[] data)static ListChannelsRequestListChannelsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsRequestListChannelsRequest. parseFrom(com.google.protobuf.ByteString data)static ListChannelsRequestListChannelsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsRequestListChannelsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListChannelsRequestListChannelsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsRequestListChannelsRequest. parseFrom(InputStream input)static ListChannelsRequestListChannelsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsRequestListChannelsRequest. parseFrom(ByteBuffer data)static ListChannelsRequestListChannelsRequest. 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.ListChannelsPagedResponseEventarcClient. listChannels(ListChannelsRequest request)List channels.default voidEventarcGrpc.AsyncService. listChannels(ListChannelsRequest request, io.grpc.stub.StreamObserver<ListChannelsResponse> responseObserver)List channels.ListChannelsResponseEventarcGrpc.EventarcBlockingStub. listChannels(ListChannelsRequest request)List channels.com.google.common.util.concurrent.ListenableFuture<ListChannelsResponse>EventarcGrpc.EventarcFutureStub. listChannels(ListChannelsRequest request)List channels.voidEventarcGrpc.EventarcStub. listChannels(ListChannelsRequest request, io.grpc.stub.StreamObserver<ListChannelsResponse> responseObserver)List channels.ListChannelsRequest.BuilderListChannelsRequest.Builder. mergeFrom(ListChannelsRequest other)static ListChannelsRequest.BuilderListChannelsRequest. 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.ListChannelsPageEventarcClient.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.
-