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