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 DeleteChannelRequestDeleteChannelRequest.Builder. build()DeleteChannelRequestDeleteChannelRequest.Builder. buildPartial()static DeleteChannelRequestDeleteChannelRequest. getDefaultInstance()DeleteChannelRequestDeleteChannelRequest.Builder. getDefaultInstanceForType()DeleteChannelRequestDeleteChannelRequest. getDefaultInstanceForType()static DeleteChannelRequestDeleteChannelRequest. parseDelimitedFrom(InputStream input)static DeleteChannelRequestDeleteChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteChannelRequestDeleteChannelRequest. parseFrom(byte[] data)static DeleteChannelRequestDeleteChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteChannelRequestDeleteChannelRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteChannelRequestDeleteChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteChannelRequestDeleteChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteChannelRequestDeleteChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteChannelRequestDeleteChannelRequest. parseFrom(InputStream input)static DeleteChannelRequestDeleteChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteChannelRequestDeleteChannelRequest. parseFrom(ByteBuffer data)static DeleteChannelRequestDeleteChannelRequest. 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 voidEventarcGrpc.AsyncService. deleteChannel(DeleteChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Delete a single channel.com.google.longrunning.OperationEventarcGrpc.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.voidEventarcGrpc.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.BuilderDeleteChannelRequest.Builder. mergeFrom(DeleteChannelRequest other)static DeleteChannelRequest.BuilderDeleteChannelRequest. 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.
-