Class: Google::Apis::DataformV1beta1::FileSearchResult
- Inherits:
-
Object
- Object
- Google::Apis::DataformV1beta1::FileSearchResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataform_v1beta1/classes.rb,
lib/google/apis/dataform_v1beta1/representations.rb,
lib/google/apis/dataform_v1beta1/representations.rb
Overview
Client-facing representation of a file entry in search results.
Instance Attribute Summary collapse
-
#path ⇒ String
File system path relative to the workspace root.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FileSearchResult
constructor
A new instance of FileSearchResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FileSearchResult
Returns a new instance of FileSearchResult.
932 933 934 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 932 def initialize(**args) update!(**args) end |
Instance Attribute Details
#path ⇒ String
File system path relative to the workspace root.
Corresponds to the JSON property path
930 931 932 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 930 def path @path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
937 938 939 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 937 def update!(**args) @path = args[:path] if args.key?(:path) end |