File tree Expand file tree Collapse file tree
google/cloud/documentai/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,11 @@ service DocumentProcessorService {
212212
213213 // Creates a processor from the
214214 // [ProcessorType][google.cloud.documentai.v1.ProcessorType] provided. The
215- // processor will be at `ENABLED` state by default after its creation.
215+ // processor will be at `ENABLED` state by default after its creation. Note
216+ // that this method requires the `documentai.processors.create` permission on
217+ // the project, which is highly privileged. A user or service account with
218+ // this permission can create new processors that can interact with any gcs
219+ // bucket in your project.
216220 rpc CreateProcessor (CreateProcessorRequest ) returns (Processor ) {
217221 option (google.api.http ) = {
218222 post : "/v1/{parent=projects/*/locations/*}/processors"
You can’t perform that action at this time.
0 commit comments