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 DeleteRuleSetRequestDeleteRuleSetRequest.Builder. build()DeleteRuleSetRequestDeleteRuleSetRequest.Builder. buildPartial()static DeleteRuleSetRequestDeleteRuleSetRequest. getDefaultInstance()DeleteRuleSetRequestDeleteRuleSetRequest.Builder. getDefaultInstanceForType()DeleteRuleSetRequestDeleteRuleSetRequest. getDefaultInstanceForType()static DeleteRuleSetRequestDeleteRuleSetRequest. parseDelimitedFrom(InputStream input)static DeleteRuleSetRequestDeleteRuleSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuleSetRequestDeleteRuleSetRequest. parseFrom(byte[] data)static DeleteRuleSetRequestDeleteRuleSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuleSetRequestDeleteRuleSetRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteRuleSetRequestDeleteRuleSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuleSetRequestDeleteRuleSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteRuleSetRequestDeleteRuleSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuleSetRequestDeleteRuleSetRequest. parseFrom(InputStream input)static DeleteRuleSetRequestDeleteRuleSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuleSetRequestDeleteRuleSetRequest. parseFrom(ByteBuffer data)static DeleteRuleSetRequestDeleteRuleSetRequest. 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 voidRuleSetServiceClient. deleteRuleSet(DeleteRuleSetRequest request)Deletes a ruleset.default voidRuleSetServiceGrpc.AsyncService. deleteRuleSet(DeleteRuleSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a ruleset.com.google.protobuf.EmptyRuleSetServiceGrpc.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.voidRuleSetServiceGrpc.RuleSetServiceStub. deleteRuleSet(DeleteRuleSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a ruleset.DeleteRuleSetRequest.BuilderDeleteRuleSetRequest.Builder. mergeFrom(DeleteRuleSetRequest other)static DeleteRuleSetRequest.BuilderDeleteRuleSetRequest. 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.
-