feat: Automated regeneration of workflowexecutions v1beta client (#2247)
This commit is contained in:
parent
bccaec355a
commit
10b5fab83c
|
@ -1,7 +1,7 @@
|
||||||
# Release history for google-apis-workflowexecutions_v1beta
|
# 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 from discovery document revision 20201208
|
||||||
* Regenerated using generator version 0.1.0
|
* Regenerated using generator version 0.1.1
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,9 @@ module Google
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Input parameters of the execution represented as a JSON string. The size limit
|
# 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`
|
# Corresponds to the JSON property `argument`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :argument
|
attr_accessor :argument
|
||||||
|
|
|
@ -19,10 +19,10 @@ module Google
|
||||||
GEM_VERSION = "0.1.0"
|
GEM_VERSION = "0.1.0"
|
||||||
|
|
||||||
# Version of the code generator used to generate this client
|
# 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 of the discovery document this client was generated from
|
||||||
REVISION = "20200923"
|
REVISION = "20201208"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"git": {
|
"git": {
|
||||||
"name": ".",
|
"name": ".",
|
||||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue