Uses of Class
com.google.cloud.eventarc.v1.UpdateChannelRequest
-
Packages that use UpdateChannelRequest Package Description com.google.cloud.eventarc.v1 A client to Eventarc APIcom.google.cloud.eventarc.v1.stub -
-
Uses of UpdateChannelRequest in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return UpdateChannelRequest Modifier and Type Method Description UpdateChannelRequest
UpdateChannelRequest.Builder. build()
UpdateChannelRequest
UpdateChannelRequest.Builder. buildPartial()
static UpdateChannelRequest
UpdateChannelRequest. getDefaultInstance()
UpdateChannelRequest
UpdateChannelRequest.Builder. getDefaultInstanceForType()
UpdateChannelRequest
UpdateChannelRequest. getDefaultInstanceForType()
static UpdateChannelRequest
UpdateChannelRequest. parseDelimitedFrom(InputStream input)
static UpdateChannelRequest
UpdateChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(byte[] data)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(InputStream input)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(ByteBuffer data)
static UpdateChannelRequest
UpdateChannelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type UpdateChannelRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateChannelRequest>
UpdateChannelRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateChannelRequest,com.google.longrunning.Operation>
EventarcGrpc. getUpdateChannelMethod()
static com.google.protobuf.Parser<UpdateChannelRequest>
UpdateChannelRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateChannelRequest,com.google.longrunning.Operation>
EventarcClient. updateChannelCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateChannelRequest,com.google.longrunning.Operation>
EventarcSettings.Builder. updateChannelSettings()
Returns the builder for the settings used for calls to updateChannel.com.google.api.gax.rpc.UnaryCallSettings<UpdateChannelRequest,com.google.longrunning.Operation>
EventarcSettings. updateChannelSettings()
Returns the object with the settings used for calls to updateChannel.Methods in com.google.cloud.eventarc.v1 with parameters of type UpdateChannelRequest Modifier and Type Method Description UpdateChannelRequest.Builder
UpdateChannelRequest.Builder. mergeFrom(UpdateChannelRequest other)
static UpdateChannelRequest.Builder
UpdateChannelRequest. newBuilder(UpdateChannelRequest prototype)
default void
EventarcGrpc.AsyncService. updateChannel(UpdateChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Update a single channel.com.google.longrunning.Operation
EventarcGrpc.EventarcBlockingStub. updateChannel(UpdateChannelRequest request)
Update a single channel.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
EventarcGrpc.EventarcFutureStub. updateChannel(UpdateChannelRequest request)
Update a single channel.void
EventarcGrpc.EventarcStub. updateChannel(UpdateChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Update a single channel.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>
EventarcClient. updateChannelAsync(UpdateChannelRequest request)
Update a single channel. -
Uses of UpdateChannelRequest in com.google.cloud.eventarc.v1.stub
Methods in com.google.cloud.eventarc.v1.stub that return types with arguments of type UpdateChannelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateChannelRequest,com.google.longrunning.Operation>
EventarcStub. updateChannelCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateChannelRequest,com.google.longrunning.Operation>
GrpcEventarcStub. updateChannelCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateChannelRequest,com.google.longrunning.Operation>
HttpJsonEventarcStub. updateChannelCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateChannelRequest,com.google.longrunning.Operation>
EventarcStubSettings.Builder. updateChannelSettings()
Returns the builder for the settings used for calls to updateChannel.com.google.api.gax.rpc.UnaryCallSettings<UpdateChannelRequest,com.google.longrunning.Operation>
EventarcStubSettings. updateChannelSettings()
Returns the object with the settings used for calls to updateChannel.
-