Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ExportDataRequest.
Request message for ExportData.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset
def dataset() -> ::String
Returns
-
(::String) — Required. Name of the dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
#dataset=
def dataset=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
Returns
-
(::String) — Required. Name of the dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
#output_config
def output_config() -> ::Google::Cloud::Translate::V3::DatasetOutputConfig
Returns
- (::Google::Cloud::Translate::V3::DatasetOutputConfig) — Required. The config for the output content.
#output_config=
def output_config=(value) -> ::Google::Cloud::Translate::V3::DatasetOutputConfig
Parameter
- value (::Google::Cloud::Translate::V3::DatasetOutputConfig) — Required. The config for the output content.
Returns
- (::Google::Cloud::Translate::V3::DatasetOutputConfig) — Required. The config for the output content.