generated/google/apis/cloudfunctions_v1/classes.rb in google-api-client-0.28.4 vs generated/google/apis/cloudfunctions_v1/classes.rb in google-api-client-0.28.5

- old
+ new

@@ -160,11 +160,11 @@ # account. For example, `alice@gmail.com` . # * `serviceAccount:`emailid``: An email address that represents a service # account. For example, `my-other-app@appspot.gserviceaccount.com`. # * `group:`emailid``: An email address that represents a Google group. # For example, `admins@example.com`. - # * `domain:`domain``: A Google Apps domain name that represents all the + # * `domain:`domain``: The G Suite domain (primary) that represents all the # users of that domain. For example, `google.com` or `example.com`. # Corresponds to the JSON property `members` # @return [Array<String>] attr_accessor :members @@ -314,16 +314,23 @@ # This feature is currently in alpha, available only for whitelisted users. # Corresponds to the JSON property `network` # @return [String] attr_accessor :network - # The runtime in which the function is going to run. If empty, defaults to - # Node.js 6. + # The runtime in which the function is going to run. Example values include: + # `go111`: for Go 1.11 + # `nodejs6`: for Node.js 6 + # `nodejs8`: for Node.js 8 + # `nodejs10`: for Node.js 10 + # `python37`: for Python 3.7 + # `ruby25`: for Ruby 2.5 + # If empty, defaults to `nodejs6`. # Corresponds to the JSON property `runtime` # @return [String] attr_accessor :runtime - # Output only. The email of the function's service account. + # The email of the function's service account. If empty, defaults to + # `project_id`@appspot.gserviceaccount.com. # Corresponds to the JSON property `serviceAccountEmail` # @return [String] attr_accessor :service_account_email # The Google Cloud Storage URL, starting with gs://, pointing to the zip