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 ListChannelsResponse
ListChannelsResponse.Builder. build()
ListChannelsResponse
ListChannelsResponse.Builder. buildPartial()
static ListChannelsResponse
ListChannelsResponse. getDefaultInstance()
ListChannelsResponse
ListChannelsResponse.Builder. getDefaultInstanceForType()
ListChannelsResponse
ListChannelsResponse. getDefaultInstanceForType()
ListChannelsResponse
EventarcGrpc.EventarcBlockingStub. listChannels(ListChannelsRequest request)
List channels.static ListChannelsResponse
ListChannelsResponse. parseDelimitedFrom(InputStream input)
static ListChannelsResponse
ListChannelsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelsResponse
ListChannelsResponse. parseFrom(byte[] data)
static ListChannelsResponse
ListChannelsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelsResponse
ListChannelsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListChannelsResponse
ListChannelsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelsResponse
ListChannelsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListChannelsResponse
ListChannelsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelsResponse
ListChannelsResponse. parseFrom(InputStream input)
static ListChannelsResponse
ListChannelsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChannelsResponse
ListChannelsResponse. parseFrom(ByteBuffer data)
static ListChannelsResponse
ListChannelsResponse. 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.ListChannelsPage
EventarcClient.ListChannelsPage. createPage(com.google.api.gax.rpc.PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, ListChannelsResponse response)
ListChannelsResponse.Builder
ListChannelsResponse.Builder. mergeFrom(ListChannelsResponse other)
static ListChannelsResponse.Builder
ListChannelsResponse. 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.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)
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 void
EventarcGrpc.AsyncService. listChannels(ListChannelsRequest request, io.grpc.stub.StreamObserver<ListChannelsResponse> responseObserver)
List channels.void
EventarcGrpc.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.
-