Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListExamplesRequest.
Request message for ListExamples.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) —
Optional. An expression for filtering the examples that will be returned. Example filter:
usage=TRAIN
#filter=
def filter=(value) -> ::String
-
value (::String) —
Optional. An expression for filtering the examples that will be returned. Example filter:
usage=TRAIN
-
(::String) —
Optional. An expression for filtering the examples that will be returned. Example filter:
usage=TRAIN
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. Requested page size. The server can return fewer results than requested.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. Requested page size. The server can return fewer results than requested.
- (::Integer) — Optional. Requested page size. The server can return fewer results than requested.
#page_token
def page_token() -> ::String
- (::String) — Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListExamples call.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListExamples call.
- (::String) — Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListExamples call.
#parent
def parent() -> ::String
-
(::String) — Required. Name of the parent dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Name of the parent dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
-
(::String) — Required. Name of the parent dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}