feat: Automated regeneration of groupssettings v1 client (#2240)
This commit is contained in:
parent
3410dad16a
commit
82866c4d56
|
@ -1,7 +1,7 @@
|
|||
# Release history for google-apis-groupssettings_v1
|
||||
|
||||
### v0.1.0 (2021-01-01)
|
||||
### v0.1.0 (2021-01-07)
|
||||
|
||||
* Regenerated from discovery document revision 20200617
|
||||
* Regenerated using generator version 0.1.0
|
||||
* Regenerated from discovery document revision 20201231
|
||||
* Regenerated using generator version 0.1.1
|
||||
|
||||
|
|
|
@ -340,6 +340,7 @@ module Google
|
|||
# - ALL_MANAGERS_CAN_CONTACT
|
||||
# - ALL_MEMBERS_CAN_CONTACT
|
||||
# - ANYONE_CAN_CONTACT
|
||||
# - ALL_OWNERS_CAN_CONTACT
|
||||
# Corresponds to the JSON property `whoCanContactOwner`
|
||||
# @return [String]
|
||||
attr_accessor :who_can_contact_owner
|
||||
|
|
|
@ -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 = "20200617"
|
||||
REVISION = "20201231"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"git": {
|
||||
"name": ".",
|
||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
||||
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue