class Google::Apis::TestingV1::FileReference
A reference to a file, used for user inputs.
Attributes
gcs_path[RW]
A path to a file in Google
Cloud Storage. Example: gs://build-app- 1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding) Corresponds to the JSON property `gcsPath` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 1052 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/testing_v1/classes.rb, line 1057 def update!(**args) @gcs_path = args[:gcs_path] if args.key?(:gcs_path) end