Class: Google::Cloud::Dataform::V1beta1::ReadFileResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#file_contents::String

Returns The file's contents.

Returns:

  • (::String)

    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