Uses of Class
com.google.cloud.contentwarehouse.v1.DeleteRuleSetRequest
-
Packages that use DeleteRuleSetRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of DeleteRuleSetRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DeleteRuleSetRequest Modifier and Type Method Description DeleteRuleSetRequest
DeleteRuleSetRequest.Builder. build()
DeleteRuleSetRequest
DeleteRuleSetRequest.Builder. buildPartial()
static DeleteRuleSetRequest
DeleteRuleSetRequest. getDefaultInstance()
DeleteRuleSetRequest
DeleteRuleSetRequest.Builder. getDefaultInstanceForType()
DeleteRuleSetRequest
DeleteRuleSetRequest. getDefaultInstanceForType()
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseDelimitedFrom(InputStream input)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(byte[] data)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(InputStream input)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(ByteBuffer data)
static DeleteRuleSetRequest
DeleteRuleSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DeleteRuleSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteRuleSetRequest,com.google.protobuf.Empty>
RuleSetServiceClient. deleteRuleSetCallable()
Deletes a ruleset.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRuleSetRequest,com.google.protobuf.Empty>
RuleSetServiceSettings.Builder. deleteRuleSetSettings()
Returns the builder for the settings used for calls to deleteRuleSet.com.google.api.gax.rpc.UnaryCallSettings<DeleteRuleSetRequest,com.google.protobuf.Empty>
RuleSetServiceSettings. deleteRuleSetSettings()
Returns the object with the settings used for calls to deleteRuleSet.static io.grpc.MethodDescriptor<DeleteRuleSetRequest,com.google.protobuf.Empty>
RuleSetServiceGrpc. getDeleteRuleSetMethod()
com.google.protobuf.Parser<DeleteRuleSetRequest>
DeleteRuleSetRequest. getParserForType()
static com.google.protobuf.Parser<DeleteRuleSetRequest>
DeleteRuleSetRequest. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DeleteRuleSetRequest Modifier and Type Method Description void
RuleSetServiceClient. deleteRuleSet(DeleteRuleSetRequest request)
Deletes a ruleset.default void
RuleSetServiceGrpc.AsyncService. deleteRuleSet(DeleteRuleSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a ruleset.com.google.protobuf.Empty
RuleSetServiceGrpc.RuleSetServiceBlockingStub. deleteRuleSet(DeleteRuleSetRequest request)
Deletes a ruleset.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
RuleSetServiceGrpc.RuleSetServiceFutureStub. deleteRuleSet(DeleteRuleSetRequest request)
Deletes a ruleset.void
RuleSetServiceGrpc.RuleSetServiceStub. deleteRuleSet(DeleteRuleSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a ruleset.DeleteRuleSetRequest.Builder
DeleteRuleSetRequest.Builder. mergeFrom(DeleteRuleSetRequest other)
static DeleteRuleSetRequest.Builder
DeleteRuleSetRequest. newBuilder(DeleteRuleSetRequest prototype)
-
Uses of DeleteRuleSetRequest in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type DeleteRuleSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteRuleSetRequest,com.google.protobuf.Empty>
GrpcRuleSetServiceStub. deleteRuleSetCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteRuleSetRequest,com.google.protobuf.Empty>
HttpJsonRuleSetServiceStub. deleteRuleSetCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteRuleSetRequest,com.google.protobuf.Empty>
RuleSetServiceStub. deleteRuleSetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRuleSetRequest,com.google.protobuf.Empty>
RuleSetServiceStubSettings.Builder. deleteRuleSetSettings()
Returns the builder for the settings used for calls to deleteRuleSet.com.google.api.gax.rpc.UnaryCallSettings<DeleteRuleSetRequest,com.google.protobuf.Empty>
RuleSetServiceStubSettings. deleteRuleSetSettings()
Returns the object with the settings used for calls to deleteRuleSet.
-