Skip to content

Commit

Permalink
docs(document_ai-v1): Add a note about documentai.processors.create
Browse files Browse the repository at this point in the history
… permission (#26136)
  • Loading branch information
gcf-owl-bot[bot] committed Jun 21, 2024
1 parent 5a59609 commit bd60b61
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,11 @@ def undeploy_processor_version request, options = nil
##
# Creates a processor from the
# {::Google::Cloud::DocumentAI::V1::ProcessorType ProcessorType} provided. The
# processor will be at `ENABLED` state by default after its creation.
# processor will be at `ENABLED` state by default after its creation. Note
# that this method requires the `documentai.processors.create` permission on
# the project, which is highly privileged. A user or service account with
# this permission can create new processors that can interact with any gcs
# bucket in your project.
#
# @overload create_processor(request, options = nil)
# Pass arguments to `create_processor` via a request object, either of type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,11 @@ def undeploy_processor_version request, options = nil
##
# Creates a processor from the
# {::Google::Cloud::DocumentAI::V1::ProcessorType ProcessorType} provided. The
# processor will be at `ENABLED` state by default after its creation.
# processor will be at `ENABLED` state by default after its creation. Note
# that this method requires the `documentai.processors.create` permission on
# the project, which is highly privileged. A user or service account with
# this permission can create new processors that can interact with any gcs
# bucket in your project.
#
# @overload create_processor(request, options = nil)
# Pass arguments to `create_processor` via a request object, either of type
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd60b61

Please sign in to comment.