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 UpdateChannelRequestUpdateChannelRequest.Builder. build()UpdateChannelRequestUpdateChannelRequest.Builder. buildPartial()static UpdateChannelRequestUpdateChannelRequest. getDefaultInstance()UpdateChannelRequestUpdateChannelRequest.Builder. getDefaultInstanceForType()UpdateChannelRequestUpdateChannelRequest. getDefaultInstanceForType()static UpdateChannelRequestUpdateChannelRequest. parseDelimitedFrom(InputStream input)static UpdateChannelRequestUpdateChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateChannelRequestUpdateChannelRequest. parseFrom(byte[] data)static UpdateChannelRequestUpdateChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateChannelRequestUpdateChannelRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateChannelRequestUpdateChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateChannelRequestUpdateChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateChannelRequestUpdateChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateChannelRequestUpdateChannelRequest. parseFrom(InputStream input)static UpdateChannelRequestUpdateChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateChannelRequestUpdateChannelRequest. parseFrom(ByteBuffer data)static UpdateChannelRequestUpdateChannelRequest. 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.BuilderUpdateChannelRequest.Builder. mergeFrom(UpdateChannelRequest other)static UpdateChannelRequest.BuilderUpdateChannelRequest. newBuilder(UpdateChannelRequest prototype)default voidEventarcGrpc.AsyncService. updateChannel(UpdateChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Update a single channel.com.google.longrunning.OperationEventarcGrpc.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.voidEventarcGrpc.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.
-