Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListDatasetsRequest.
Request message for ListDatasets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Requested page size. The server can return fewer results than requested.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Requested page size. The server can return fewer results than requested.
Returns
- (::Integer) — Optional. Requested page size. The server can return fewer results than requested.
#page_token
def page_token() -> ::String
Returns
- (::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 ListDatasets call.
#page_token=
def page_token=(value) -> ::String
Parameter
- 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 ListDatasets call.
Returns
- (::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 ListDatasets call.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Name of the parent project. In form of
projects/{project-number-or-id}/locations/{location-id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the parent project. In form of
projects/{project-number-or-id}/locations/{location-id}
Returns
-
(::String) — Required. Name of the parent project. In form of
projects/{project-number-or-id}/locations/{location-id}