Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListAdaptiveMtDatasetsRequest.
Request message for listing all Adaptive MT datasets that the requestor has access to.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. An expression for filtering the results of the request. Filter is not supported yet.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. An expression for filtering the results of the request. Filter is not supported yet.
Returns
- (::String) — Optional. An expression for filtering the results of the request. Filter is not supported yet.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Requested page size. The server may return fewer results than requested. If unspecified, the server picks an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Requested page size. The server may return fewer results than requested. If unspecified, the server picks an appropriate default.
Returns
- (::Integer) — Optional. Requested page size. The server may return fewer results than requested. If unspecified, the server picks an appropriate default.
#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
ListAdaptiveMtDatasetsResponse.next_page_token returned from the
previous call to
ListAdaptiveMtDatasets
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
ListAdaptiveMtDatasetsResponse.next_page_token returned from the
previous call to
ListAdaptiveMtDatasets
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
ListAdaptiveMtDatasetsResponse.next_page_token returned from the
previous call to
ListAdaptiveMtDatasets
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 datasets.
projects/{project-number-or-id}/locations/{location-id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the project from which to list the Adaptive
MT datasets.
projects/{project-number-or-id}/locations/{location-id}
Returns
-
(::String) — Required. The resource name of the project from which to list the Adaptive
MT datasets.
projects/{project-number-or-id}/locations/{location-id}