Class: Google::Cloud::Dataform::V1beta1::ReadRepositoryFileResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::ReadRepositoryFileResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
ReadRepositoryFile
response message.
Instance Attribute Summary collapse
-
#contents ⇒ ::String
The file's contents.
Instance Attribute Details
#contents ⇒ ::String
Returns The file's contents.
328 329 330 331 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 328 class ReadRepositoryFileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |