Class: Google::Cloud::Dataform::V1::ReadFileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::ReadFileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
ReadFile
request message.
Instance Attribute Summary collapse
-
#path ⇒ ::String
Required.
-
#revision ⇒ ::String
Optional.
-
#workspace ⇒ ::String
Required.
Instance Attribute Details
#path ⇒ ::String
Returns Required. The file's full path including filename, relative to the workspace root.
1031 1032 1033 1034 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1031 class ReadFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision ⇒ ::String
Returns Optional. The Git revision of the file to return. If left empty, the
current contents of path
will be returned.
1031 1032 1033 1034 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1031 class ReadFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workspace ⇒ ::String
Returns Required. The workspace's name.
1031 1032 1033 1034 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1031 class ReadFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |