Class: Google::Cloud::Translate::V3::ListAdaptiveMtFilesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListAdaptiveMtFilesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
The request to list all AdaptiveMt files under a given dataset.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional.
324 325 326 327 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 324 class ListAdaptiveMtFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Optional. A token identifying a page of results the server should return.
Typically, this is the value of
ListAdaptiveMtFilesResponse.next_page_token returned from the
previous call to ListAdaptiveMtFiles
method. The first page is
returned if page_token
is empty or missing.
324 325 326 327 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 324 class ListAdaptiveMtFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the project from which to list the Adaptive
MT files.
projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}
.
324 325 326 327 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 324 class ListAdaptiveMtFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |