class Google::Apis::TestingV1::GoogleCloudStorage

A storage location within Google cloud storage (GCS).

Attributes

gcs_path[RW]

Required. The path to a directory in GCS that will eventually contain the results for this test. The requesting user must have write access on the bucket in the supplied path. 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 1111
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 1116
def update!(**args)
  @gcs_path = args[:gcs_path] if args.key?(:gcs_path)
end