Cloud Translation V3 API - Class Google::Cloud::Translate::V3::ExportDataRequest (v1.1.0)

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

#output_config=

def output_config=(value) -> ::Google::Cloud::Translate::V3::DatasetOutputConfig
Parameter
Returns