Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::ListProcessorVersionsRequest.
Request message for list all processor versions belongs to a processor.
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 processor versions to return.
If unspecified, at most
10
processor versions will be returned. The maximum value is20
. Values above20
will be coerced to20
.
#page_size=
def page_size=(value) -> ::Integer
Parameter
-
value (::Integer) — The maximum number of processor versions to return.
If unspecified, at most
10
processor versions will be returned. The maximum value is20
. Values above20
will be coerced to20
.
Returns
-
(::Integer) — The maximum number of processor versions to return.
If unspecified, at most
10
processor versions will be returned. The maximum value is20
. Values above20
will be coerced to20
.
#page_token
def page_token() -> ::String
Returns
- (::String) — We will return the processor versions sorted by creation time. The page token will point to the next processor version.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — We will return the processor versions sorted by creation time. The page token will point to the next processor version.
Returns
- (::String) — We will return the processor versions sorted by creation time. The page token will point to the next processor version.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent (project, location and processor) to list all
versions. Format:
projects/{project}/locations/{location}/processors/{processor}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent (project, location and processor) to list all
versions. Format:
projects/{project}/locations/{location}/processors/{processor}
Returns
-
(::String) — Required. The parent (project, location and processor) to list all
versions. Format:
projects/{project}/locations/{location}/processors/{processor}