Class: Google::Cloud::Dataform::V1::DirectorySearchResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1/dataform.rb

Overview

Client-facing representation of a directory entry in search results.

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns File system path relative to the workspace root.

Returns:

  • (::String)

    File system path relative to the workspace root.



953
954
955
956
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 953

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