Class: Google::Cloud::Translate::V3::OutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::OutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Output configuration for BatchTranslateText request.
Instance Attribute Summary collapse
-
#gcs_destination ⇒ ::Google::Cloud::Translate::V3::GcsDestination
Google Cloud Storage destination for output content.
Instance Attribute Details
#gcs_destination ⇒ ::Google::Cloud::Translate::V3::GcsDestination
457 458 459 460 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 457 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |