Class: Google::Cloud::Dataform::V1beta1::DirectorySearchResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::DirectorySearchResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Client-facing representation of a directory entry in search results.
Instance Attribute Summary collapse
-
#path ⇒ ::String
File system path relative to the workspace root.
Instance Attribute Details
#path ⇒ ::String
Returns File system path relative to the workspace root.
963 964 965 966 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 963 class DirectorySearchResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |