Uses of Class
com.google.cloud.eventarc.v1.ListChannelsResponse
-
Packages that use ListChannelsResponse Package Description com.google.cloud.eventarc.v1 A client to Eventarc APIcom.google.cloud.eventarc.v1.stub -
-
Uses of ListChannelsResponse in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return ListChannelsResponse Modifier and Type Method Description ListChannelsResponseListChannelsResponse.Builder. build()ListChannelsResponseListChannelsResponse.Builder. buildPartial()static ListChannelsResponseListChannelsResponse. getDefaultInstance()ListChannelsResponseListChannelsResponse.Builder. getDefaultInstanceForType()ListChannelsResponseListChannelsResponse. getDefaultInstanceForType()ListChannelsResponseEventarcGrpc.EventarcBlockingStub. listChannels(ListChannelsRequest request)List channels.static ListChannelsResponseListChannelsResponse. parseDelimitedFrom(InputStream input)static ListChannelsResponseListChannelsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsResponseListChannelsResponse. parseFrom(byte[] data)static ListChannelsResponseListChannelsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsResponseListChannelsResponse. parseFrom(com.google.protobuf.ByteString data)static ListChannelsResponseListChannelsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsResponseListChannelsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListChannelsResponseListChannelsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsResponseListChannelsResponse. parseFrom(InputStream input)static ListChannelsResponseListChannelsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListChannelsResponseListChannelsResponse. parseFrom(ByteBuffer data)static ListChannelsResponseListChannelsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.eventarc.v1 that return types with arguments of type ListChannelsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListChannelsRequest,ListChannelsResponse>EventarcGrpc. getListChannelsMethod()com.google.protobuf.Parser<ListChannelsResponse>ListChannelsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListChannelsResponse>EventarcGrpc.EventarcFutureStub. listChannels(ListChannelsRequest request)List channels.com.google.api.gax.rpc.UnaryCallable<ListChannelsRequest,ListChannelsResponse>EventarcClient. listChannelsCallable()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<ListChannelsResponse>ListChannelsResponse. parser()Methods in com.google.cloud.eventarc.v1 with parameters of type ListChannelsResponse Modifier and Type Method Description protected EventarcClient.ListChannelsPageEventarcClient.ListChannelsPage. createPage(com.google.api.gax.rpc.PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, ListChannelsResponse response)ListChannelsResponse.BuilderListChannelsResponse.Builder. mergeFrom(ListChannelsResponse other)static ListChannelsResponse.BuilderListChannelsResponse. newBuilder(ListChannelsResponse prototype)Method parameters in com.google.cloud.eventarc.v1 with type arguments of type ListChannelsResponse 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)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)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)default voidEventarcGrpc.AsyncService. listChannels(ListChannelsRequest request, io.grpc.stub.StreamObserver<ListChannelsResponse> responseObserver)List channels.voidEventarcGrpc.EventarcStub. listChannels(ListChannelsRequest request, io.grpc.stub.StreamObserver<ListChannelsResponse> responseObserver)List channels. -
Uses of ListChannelsResponse in com.google.cloud.eventarc.v1.stub
Methods in com.google.cloud.eventarc.v1.stub that return types with arguments of type ListChannelsResponse 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.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.
-