generated/google/apis/cloudfunctions_v1/classes.rb in google-api-client-0.51.0 vs generated/google/apis/cloudfunctions_v1/classes.rb in google-api-client-0.52.0
- old
+ new
@@ -844,10 +844,15 @@
# The original request that started the operation.
# Corresponds to the JSON property `request`
# @return [Hash<String,Object>]
attr_accessor :request
+ # A field for Firebase function deployments
+ # Corresponds to the JSON property `sourceToken`
+ # @return [String]
+ attr_accessor :source_token
+
# Target of the operation - for example projects/project-1/locations/region-1/
# functions/function-1
# Corresponds to the JSON property `target`
# @return [String]
attr_accessor :target
@@ -874,9 +879,10 @@
# Update properties of this object
def update!(**args)
@build_id = args[:build_id] if args.key?(:build_id)
@request = args[:request] if args.key?(:request)
+ @source_token = args[:source_token] if args.key?(:source_token)
@target = args[:target] if args.key?(:target)
@type = args[:type] if args.key?(:type)
@update_time = args[:update_time] if args.key?(:update_time)
@version_id = args[:version_id] if args.key?(:version_id)
end