feat: Automated regeneration of safebrowsing v4 client (#2256)
This commit is contained in:
parent
63d075526f
commit
eee2a7ca3d
|
@ -1,5 +1,9 @@
|
|||
# Release history for google-apis-safebrowsing_v4
|
||||
|
||||
### v0.2.0 (2021-01-08)
|
||||
|
||||
* Regenerated from discovery document revision 20210106
|
||||
|
||||
### v0.1.0 (2021-01-07)
|
||||
|
||||
* Regenerated from discovery document revision 20210105
|
||||
|
|
|
@ -87,7 +87,9 @@ module Google
|
|||
end
|
||||
|
||||
# Describes a Safe Browsing API update request. Clients can request updates for
|
||||
# multiple lists in a single request. NOTE: Field index 2 is unused. NEXT: 5
|
||||
# multiple lists in a single request. The server may not respond to all requests,
|
||||
# if the server has no updates for that list. NOTE: Field index 2 is unused.
|
||||
# NEXT: 5
|
||||
class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
|
@ -216,7 +218,9 @@ module Google
|
|||
class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# The list updates requested by the clients.
|
||||
# The list updates requested by the clients. The number of responses here may be
|
||||
# less than the number of requests sent by clients. This is the case, for
|
||||
# example, if the server has no updates for a particular list.
|
||||
# Corresponds to the JSON property `listUpdateResponses`
|
||||
# @return [Array<Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>]
|
||||
attr_accessor :list_update_responses
|
||||
|
|
|
@ -16,13 +16,13 @@ module Google
|
|||
module Apis
|
||||
module SafebrowsingV4
|
||||
# Version of the google-apis-safebrowsing_v4 gem
|
||||
GEM_VERSION = "0.1.0"
|
||||
GEM_VERSION = "0.2.0"
|
||||
|
||||
# Version of the code generator used to generate this client
|
||||
GENERATOR_VERSION = "0.1.1"
|
||||
|
||||
# Revision of the discovery document this client was generated from
|
||||
REVISION = "20210105"
|
||||
REVISION = "20210106"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"git": {
|
||||
"name": ".",
|
||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||
"sha": "bf525b6e5993865dfc2f529c50905f22c583c50c"
|
||||
"sha": "c6bbfd62e37cc5a444d49a6576fda907b3bfb9b5"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue