feat: Automated regeneration of apigee v1 client (#2229)
This commit is contained in:
parent
332df7636b
commit
da290206c2
|
@ -1,7 +1,7 @@
|
||||||
# Release history for google-apis-apigee_v1
|
# Release history for google-apis-apigee_v1
|
||||||
|
|
||||||
### v0.1.0 (2021-01-01)
|
### v0.1.0 (2021-01-07)
|
||||||
|
|
||||||
* Regenerated from discovery document revision 20201210
|
* Regenerated from discovery document revision 20201231
|
||||||
* Regenerated using generator version 0.1.0
|
* Regenerated using generator version 0.1.1
|
||||||
|
|
||||||
|
|
|
@ -2260,7 +2260,8 @@ module Google
|
||||||
attr_accessor :developer_id
|
attr_accessor :developer_id
|
||||||
|
|
||||||
# Required. Email address of the developer. This value is used to uniquely
|
# Required. Email address of the developer. This value is used to uniquely
|
||||||
# identify the developer in Apigee hybrid.
|
# identify the developer in Apigee hybrid. Note that the email address has to be
|
||||||
|
# in lowercase only.
|
||||||
# Corresponds to the JSON property `email`
|
# Corresponds to the JSON property `email`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :email
|
attr_accessor :email
|
||||||
|
|
|
@ -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 = "20201210"
|
REVISION = "20201231"
|
||||||
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": "e75dab4e9e21c74f7a9982fff79881ab5319586e"
|
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue