feat: Automated regeneration of workflowexecutions v1beta client (#2247)

This commit is contained in:
Yoshi Automation Bot 2021-01-07 08:33:33 -08:00 committed by GitHub
parent bccaec355a
commit 10b5fab83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Release history for google-apis-workflowexecutions_v1beta
### v0.1.0 (2021-01-01)
### v0.1.0 (2021-01-07)
* Regenerated from discovery document revision 20200923
* Regenerated using generator version 0.1.0
* Regenerated from discovery document revision 20201208
* Regenerated using generator version 0.1.1

View File

@ -66,7 +66,9 @@ module Google
include Google::Apis::Core::Hashable
# Input parameters of the execution represented as a JSON string. The size limit
# is 32KB.
# is 32KB. *Note*: If you are using the REST API directly to run your workflow,
# you must escape any JSON string value of `argument`. Example: `'`"argument":"`\
# "firstName\":\"FIRST\",\"lastName\":\"LAST\"`"`'`
# Corresponds to the JSON property `argument`
# @return [String]
attr_accessor :argument

View File

@ -19,10 +19,10 @@ module Google
GEM_VERSION = "0.1.0"
# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.1.0"
GENERATOR_VERSION = "0.1.1"
# Revision of the discovery document this client was generated from
REVISION = "20200923"
REVISION = "20201208"
end
end
end

View File

@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
}
}
]