Update dependencies
Among others, this updates minio-go, so that the new "eu-west-3" zone for AWS is supported.
This commit is contained in:
parent
b63de7c798
commit
2b39f9f4b2
3435 changed files with 1318042 additions and 315692 deletions
13
vendor/google.golang.org/api/servicecontrol/v1/servicecontrol-gen.go
generated
vendored
13
vendor/google.golang.org/api/servicecontrol/v1/servicecontrol-gen.go
generated
vendored
|
@ -420,8 +420,9 @@ type CheckError struct {
|
|||
//
|
||||
// Possible values:
|
||||
// "ERROR_CODE_UNSPECIFIED" - This is never used in `CheckResponse`.
|
||||
// "NOT_FOUND" - The consumer's project id was not found.
|
||||
// Same as google.rpc.Code.NOT_FOUND.
|
||||
// "NOT_FOUND" - The consumer's project id, network container, or
|
||||
// resource container was
|
||||
// not found. Same as google.rpc.Code.NOT_FOUND.
|
||||
// "PERMISSION_DENIED" - The consumer doesn't have access to the
|
||||
// specified resource.
|
||||
// Same as google.rpc.Code.PERMISSION_DENIED.
|
||||
|
@ -489,6 +490,14 @@ type CheckError struct {
|
|||
// error.
|
||||
Detail string `json:"detail,omitempty"`
|
||||
|
||||
// Subject: Subject to whom this error applies. See the specific code
|
||||
// enum for more
|
||||
// details on this field. For example:
|
||||
// - “project:<project-id or project-number>”
|
||||
// - “folder:<folder-id>”
|
||||
// - “organization:<organization-id>”
|
||||
Subject string `json:"subject,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Code") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue