Class: Google::Cloud::Ces::V1beta::FileContext::FileBytes
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::FileContext::FileBytes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/file_context.rb
Overview
File provided as raw bytes.
Instance Attribute Summary collapse
-
#data ⇒ ::String
Required.
-
#file_name ⇒ ::String
Required.
-
#mime_type ⇒ ::String
Required.
Instance Attribute Details
#data ⇒ ::String
Returns Required. Raw bytes of the file.
42 43 44 45 |
# File 'proto_docs/google/cloud/ces/v1beta/file_context.rb', line 42 class FileBytes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |