vendor: update all dependencies
This commit is contained in:
parent
0b6fba34a3
commit
eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions
5
vendor/google.golang.org/api/safebrowsing/v4/safebrowsing-gen.go
generated
vendored
5
vendor/google.golang.org/api/safebrowsing/v4/safebrowsing-gen.go
generated
vendored
|
@ -554,6 +554,7 @@ type ListUpdateRequest struct {
|
|||
// "UNWANTED_SOFTWARE" - Unwanted software threat type.
|
||||
// "POTENTIALLY_HARMFUL_APPLICATION" - Potentially harmful application
|
||||
// threat type.
|
||||
// "MALICIOUS_BINARY" - Malicious binary threat type.
|
||||
ThreatType string `json:"threatType,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Constraints") to
|
||||
|
@ -657,6 +658,7 @@ type ListUpdateResponse struct {
|
|||
// "UNWANTED_SOFTWARE" - Unwanted software threat type.
|
||||
// "POTENTIALLY_HARMFUL_APPLICATION" - Potentially harmful application
|
||||
// threat type.
|
||||
// "MALICIOUS_BINARY" - Malicious binary threat type.
|
||||
ThreatType string `json:"threatType,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Additions") to
|
||||
|
@ -1015,6 +1017,7 @@ type ThreatInfo struct {
|
|||
// "UNWANTED_SOFTWARE" - Unwanted software threat type.
|
||||
// "POTENTIALLY_HARMFUL_APPLICATION" - Potentially harmful application
|
||||
// threat type.
|
||||
// "MALICIOUS_BINARY" - Malicious binary threat type.
|
||||
ThreatTypes []string `json:"threatTypes,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "PlatformTypes") to
|
||||
|
@ -1082,6 +1085,7 @@ type ThreatListDescriptor struct {
|
|||
// "UNWANTED_SOFTWARE" - Unwanted software threat type.
|
||||
// "POTENTIALLY_HARMFUL_APPLICATION" - Potentially harmful application
|
||||
// threat type.
|
||||
// "MALICIOUS_BINARY" - Malicious binary threat type.
|
||||
ThreatType string `json:"threatType,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "PlatformType") to
|
||||
|
@ -1157,6 +1161,7 @@ type ThreatMatch struct {
|
|||
// "UNWANTED_SOFTWARE" - Unwanted software threat type.
|
||||
// "POTENTIALLY_HARMFUL_APPLICATION" - Potentially harmful application
|
||||
// threat type.
|
||||
// "MALICIOUS_BINARY" - Malicious binary threat type.
|
||||
ThreatType string `json:"threatType,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "CacheDuration") to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue