Class: Google::Cloud::Dataform::V1beta1::FetchFileDiffResponse

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

Instance Attribute Details

#formatted_diff::String

Returns The raw formatted Git diff for the file.

Returns:

  • (::String)

    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