Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListAdaptiveMtFilesRequest.
The request to list all AdaptiveMt files under a given dataset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional.
Returns
- (::Integer) — Optional.
#page_token
def page_token() -> ::String
Returns
-
(::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 ifpage_token
is empty or missing.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::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 ifpage_token
is empty or missing.
Returns
-
(::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 ifpage_token
is empty or missing.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the project from which to list the Adaptive
MT files.
projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the project from which to list the Adaptive
MT files.
projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}
Returns
-
(::String) — Required. The resource name of the project from which to list the Adaptive
MT files.
projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}