Class: Google::Cloud::Dataform::V1beta1::FetchFileDiffRequest

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 request message.

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns Required. The file's full path including filename, relative to the workspace root.

Returns:

  • (::String)

    Required. The file's full path including filename, relative to the workspace root.



744
745
746
747
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 744

class FetchFileDiffRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workspace::String

Returns Required. The workspace's name.

Returns:

  • (::String)

    Required. The workspace's name.



744
745
746
747
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 744

class FetchFileDiffRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end