Class: Google::Cloud::Translate::V3::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::GcsSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
The Google Cloud Storage location for the input content.
Instance Attribute Summary collapse
-
#input_uri ⇒ ::String
Required.
Instance Attribute Details
#input_uri ⇒ ::String
Returns Required. Source data URI. For example, gs://my_bucket/my_object
.
382 383 384 385 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 382 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |