Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ListProcessorsRequest.
Request message for list all processors belongs to a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
-
(::Integer) — The maximum number of processors to return.
If unspecified, at most
50
processors will be returned. The maximum value is100
. Values above100
will be coerced to100
.
#page_size=
def page_size=(value) -> ::Integer
Parameter
-
value (::Integer) — The maximum number of processors to return.
If unspecified, at most
50
processors will be returned. The maximum value is100
. Values above100
will be coerced to100
.
Returns
-
(::Integer) — The maximum number of processors to return.
If unspecified, at most
50
processors will be returned. The maximum value is100
. Values above100
will be coerced to100
.
#page_token
def page_token() -> ::String
Returns
- (::String) — We will return the processors sorted by creation time. The page token will point to the next processor.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — We will return the processors sorted by creation time. The page token will point to the next processor.
Returns
- (::String) — We will return the processors sorted by creation time. The page token will point to the next processor.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent (project and location) which owns this collection of
Processors. Format:
projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent (project and location) which owns this collection of
Processors. Format:
projects/{project}/locations/{location}
Returns
-
(::String) — Required. The parent (project and location) which owns this collection of
Processors. Format:
projects/{project}/locations/{location}