Class: Google::Cloud::Dataform::V1beta1::FetchFileDiffResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::FetchFileDiffResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
FetchFileDiff
response message.
Instance Attribute Summary collapse
-
#formatted_diff ⇒ ::String
The raw formatted Git diff for the file.
Instance Attribute Details
#formatted_diff ⇒ ::String
Returns The raw formatted Git diff for the file.
753 754 755 756 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 753 class FetchFileDiffResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |