Uses of Class
com.google.cloud.eventarc.v1.Channel
-
Packages that use Channel Package Description com.google.cloud.eventarc.v1 A client to Eventarc APIcom.google.cloud.eventarc.v1.stub -
-
Uses of Channel in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return Channel Modifier and Type Method Description Channel
Channel.Builder. build()
Channel
Channel.Builder. buildPartial()
Channel
CreateChannelRequest.Builder. getChannel()
Required.Channel
CreateChannelRequest. getChannel()
Required.Channel
CreateChannelRequestOrBuilder. getChannel()
Required.Channel
EventarcClient. getChannel(ChannelName name)
Get a single Channel.Channel
EventarcClient. getChannel(GetChannelRequest request)
Get a single Channel.Channel
EventarcClient. getChannel(String name)
Get a single Channel.Channel
EventarcGrpc.EventarcBlockingStub. getChannel(GetChannelRequest request)
Get a single Channel.Channel
UpdateChannelRequest.Builder. getChannel()
The channel to be updated.Channel
UpdateChannelRequest. getChannel()
The channel to be updated.Channel
UpdateChannelRequestOrBuilder. getChannel()
The channel to be updated.Channel
ListChannelsResponse.Builder. getChannels(int index)
The requested channels, up to the number specified in `page_size`.Channel
ListChannelsResponse. getChannels(int index)
The requested channels, up to the number specified in `page_size`.Channel
ListChannelsResponseOrBuilder. getChannels(int index)
The requested channels, up to the number specified in `page_size`.static Channel
Channel. getDefaultInstance()
Channel
Channel.Builder. getDefaultInstanceForType()
Channel
Channel. getDefaultInstanceForType()
static Channel
Channel. parseDelimitedFrom(InputStream input)
static Channel
Channel. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(byte[] data)
static Channel
Channel. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(com.google.protobuf.ByteString data)
static Channel
Channel. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(com.google.protobuf.CodedInputStream input)
static Channel
Channel. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(InputStream input)
static Channel
Channel. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(ByteBuffer data)
static Channel
Channel. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type Channel Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. createChannelAsync(CreateChannelRequest request)
Create a new channel in a particular project and location.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. createChannelAsync(LocationName parent, Channel channel, String channelId)
Create a new channel in a particular project and location.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. createChannelAsync(String parent, Channel channel, String channelId)
Create a new channel in a particular project and location.com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata>
EventarcClient. createChannelOperationCallable()
Create a new channel in a particular project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateChannelRequest,Channel,OperationMetadata>
EventarcSettings.Builder. createChannelOperationSettings()
Returns the builder for the settings used for calls to createChannel.com.google.api.gax.rpc.OperationCallSettings<CreateChannelRequest,Channel,OperationMetadata>
EventarcSettings. createChannelOperationSettings()
Returns the object with the settings used for calls to createChannel.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. deleteChannelAsync(ChannelName name)
Delete a single channel.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. deleteChannelAsync(DeleteChannelRequest request)
Delete a single channel.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. deleteChannelAsync(String name)
Delete a single channel.com.google.api.gax.rpc.OperationCallable<DeleteChannelRequest,Channel,OperationMetadata>
EventarcClient. deleteChannelOperationCallable()
Delete a single channel.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteChannelRequest,Channel,OperationMetadata>
EventarcSettings.Builder. deleteChannelOperationSettings()
Returns the builder for the settings used for calls to deleteChannel.com.google.api.gax.rpc.OperationCallSettings<DeleteChannelRequest,Channel,OperationMetadata>
EventarcSettings. deleteChannelOperationSettings()
Returns the object with the settings used for calls to deleteChannel.com.google.common.util.concurrent.ListenableFuture<Channel>
EventarcGrpc.EventarcFutureStub. getChannel(GetChannelRequest request)
Get a single Channel.com.google.api.gax.rpc.UnaryCallable<GetChannelRequest,Channel>
EventarcClient. getChannelCallable()
Get a single Channel.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetChannelRequest,Channel>
EventarcSettings.Builder. getChannelSettings()
Returns the builder for the settings used for calls to getChannel.com.google.api.gax.rpc.UnaryCallSettings<GetChannelRequest,Channel>
EventarcSettings. getChannelSettings()
Returns the object with the settings used for calls to getChannel.List<Channel>
ListChannelsResponse.Builder. getChannelsList()
The requested channels, up to the number specified in `page_size`.List<Channel>
ListChannelsResponse. getChannelsList()
The requested channels, up to the number specified in `page_size`.List<Channel>
ListChannelsResponseOrBuilder. getChannelsList()
The requested channels, up to the number specified in `page_size`.static io.grpc.MethodDescriptor<GetChannelRequest,Channel>
EventarcGrpc. getGetChannelMethod()
com.google.protobuf.Parser<Channel>
Channel. getParserForType()
static com.google.protobuf.Parser<Channel>
Channel. parser()
com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. updateChannelAsync(Channel channel, com.google.protobuf.FieldMask updateMask)
Update a single channel.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. updateChannelAsync(UpdateChannelRequest request)
Update a single channel.com.google.api.gax.rpc.OperationCallable<UpdateChannelRequest,Channel,OperationMetadata>
EventarcClient. updateChannelOperationCallable()
Update a single channel.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateChannelRequest,Channel,OperationMetadata>
EventarcSettings.Builder. updateChannelOperationSettings()
Returns the builder for the settings used for calls to updateChannel.com.google.api.gax.rpc.OperationCallSettings<UpdateChannelRequest,Channel,OperationMetadata>
EventarcSettings. updateChannelOperationSettings()
Returns the object with the settings used for calls to updateChannel.Methods in com.google.cloud.eventarc.v1 with parameters of type Channel Modifier and Type Method Description ListChannelsResponse.Builder
ListChannelsResponse.Builder. addChannels(int index, Channel value)
The requested channels, up to the number specified in `page_size`.ListChannelsResponse.Builder
ListChannelsResponse.Builder. addChannels(Channel value)
The requested channels, up to the number specified in `page_size`.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. createChannelAsync(LocationName parent, Channel channel, String channelId)
Create a new channel in a particular project and location.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. createChannelAsync(String parent, Channel channel, String channelId)
Create a new channel in a particular project and location.CreateChannelRequest.Builder
CreateChannelRequest.Builder. mergeChannel(Channel value)
Required.UpdateChannelRequest.Builder
UpdateChannelRequest.Builder. mergeChannel(Channel value)
The channel to be updated.Channel.Builder
Channel.Builder. mergeFrom(Channel other)
static Channel.Builder
Channel. newBuilder(Channel prototype)
CreateChannelRequest.Builder
CreateChannelRequest.Builder. setChannel(Channel value)
Required.UpdateChannelRequest.Builder
UpdateChannelRequest.Builder. setChannel(Channel value)
The channel to be updated.ListChannelsResponse.Builder
ListChannelsResponse.Builder. setChannels(int index, Channel value)
The requested channels, up to the number specified in `page_size`.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. updateChannelAsync(Channel channel, com.google.protobuf.FieldMask updateMask)
Update a single channel.Method parameters in com.google.cloud.eventarc.v1 with type arguments of type Channel Modifier and Type Method Description ListChannelsResponse.Builder
ListChannelsResponse.Builder. addAllChannels(Iterable<? extends Channel> values)
The requested channels, up to the number specified in `page_size`.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)
default void
EventarcGrpc.AsyncService. getChannel(GetChannelRequest request, io.grpc.stub.StreamObserver<Channel> responseObserver)
Get a single Channel.void
EventarcGrpc.EventarcStub. getChannel(GetChannelRequest request, io.grpc.stub.StreamObserver<Channel> responseObserver)
Get a single Channel. -
Uses of Channel in com.google.cloud.eventarc.v1.stub
Methods in com.google.cloud.eventarc.v1.stub that return types with arguments of type Channel Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata>
EventarcStub. createChannelOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata>
GrpcEventarcStub. createChannelOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata>
HttpJsonEventarcStub. createChannelOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateChannelRequest,Channel,OperationMetadata>
EventarcStubSettings.Builder. createChannelOperationSettings()
Returns the builder for the settings used for calls to createChannel.com.google.api.gax.rpc.OperationCallSettings<CreateChannelRequest,Channel,OperationMetadata>
EventarcStubSettings. createChannelOperationSettings()
Returns the object with the settings used for calls to createChannel.com.google.api.gax.rpc.OperationCallable<DeleteChannelRequest,Channel,OperationMetadata>
EventarcStub. deleteChannelOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteChannelRequest,Channel,OperationMetadata>
GrpcEventarcStub. deleteChannelOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteChannelRequest,Channel,OperationMetadata>
HttpJsonEventarcStub. deleteChannelOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteChannelRequest,Channel,OperationMetadata>
EventarcStubSettings.Builder. deleteChannelOperationSettings()
Returns the builder for the settings used for calls to deleteChannel.com.google.api.gax.rpc.OperationCallSettings<DeleteChannelRequest,Channel,OperationMetadata>
EventarcStubSettings. deleteChannelOperationSettings()
Returns the object with the settings used for calls to deleteChannel.com.google.api.gax.rpc.UnaryCallable<GetChannelRequest,Channel>
EventarcStub. getChannelCallable()
com.google.api.gax.rpc.UnaryCallable<GetChannelRequest,Channel>
GrpcEventarcStub. getChannelCallable()
com.google.api.gax.rpc.UnaryCallable<GetChannelRequest,Channel>
HttpJsonEventarcStub. getChannelCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetChannelRequest,Channel>
EventarcStubSettings.Builder. getChannelSettings()
Returns the builder for the settings used for calls to getChannel.com.google.api.gax.rpc.UnaryCallSettings<GetChannelRequest,Channel>
EventarcStubSettings. getChannelSettings()
Returns the object with the settings used for calls to getChannel.com.google.api.gax.rpc.OperationCallable<UpdateChannelRequest,Channel,OperationMetadata>
EventarcStub. updateChannelOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateChannelRequest,Channel,OperationMetadata>
GrpcEventarcStub. updateChannelOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateChannelRequest,Channel,OperationMetadata>
HttpJsonEventarcStub. updateChannelOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateChannelRequest,Channel,OperationMetadata>
EventarcStubSettings.Builder. updateChannelOperationSettings()
Returns the builder for the settings used for calls to updateChannel.com.google.api.gax.rpc.OperationCallSettings<UpdateChannelRequest,Channel,OperationMetadata>
EventarcStubSettings. updateChannelOperationSettings()
Returns the object with the settings used for calls to updateChannel.
-