Class: Google::Cloud::Dataform::V1beta1::ReadFileResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::ReadFileResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
ReadFile
response message.
Instance Attribute Summary collapse
-
#file_contents ⇒ ::String
The file's contents.
Instance Attribute Details
#file_contents ⇒ ::String
Returns The file's contents.
881 882 883 884 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 881 class ReadFileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |