mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 17:38:52 +02:00
vendor: update all dependencies
This commit is contained in:
28
vendor/google.golang.org/api/servicemanagement/v1/servicemanagement-api.json
generated
vendored
28
vendor/google.golang.org/api/servicemanagement/v1/servicemanagement-api.json
generated
vendored
@@ -69,11 +69,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"bearer_token": {
|
||||
"description": "OAuth bearer token.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"callback": {
|
||||
"description": "JSONP",
|
||||
"location": "query",
|
||||
@@ -94,12 +89,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"pp": {
|
||||
"default": "true",
|
||||
"description": "Pretty-print response.",
|
||||
"location": "query",
|
||||
"type": "boolean"
|
||||
},
|
||||
"prettyPrint": {
|
||||
"default": "true",
|
||||
"description": "Returns response with indentations and line breaks.",
|
||||
@@ -887,7 +876,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180420",
|
||||
"revision": "20180612",
|
||||
"rootUrl": "https://servicemanagement.googleapis.com/",
|
||||
"schemas": {
|
||||
"Advice": {
|
||||
@@ -1072,10 +1061,6 @@
|
||||
"description": "If true, the service accepts API keys without any other credential.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"customAuth": {
|
||||
"$ref": "CustomAuthRequirements",
|
||||
"description": "Configuration for custom authentication."
|
||||
},
|
||||
"oauth": {
|
||||
"$ref": "OAuthRequirements",
|
||||
"description": "The requirements for OAuth credentials."
|
||||
@@ -1379,17 +1364,6 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"CustomAuthRequirements": {
|
||||
"description": "Configuration for a custom authentication provider.",
|
||||
"id": "CustomAuthRequirements",
|
||||
"properties": {
|
||||
"provider": {
|
||||
"description": "A configuration string containing connection information for the\nauthentication provider, typically formatted as a SmartService string\n(go/smartservice).",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"CustomError": {
|
||||
"description": "Customize service error responses. For example, list any service\nspecific protobuf types that can appear in error detail lists of\nerror responses.\n\nExample:\n\n custom_error:\n types:\n - google.foo.v1.CustomError\n - google.foo.v1.AnotherError",
|
||||
"id": "CustomError",
|
||||
|
36
vendor/google.golang.org/api/servicemanagement/v1/servicemanagement-gen.go
generated
vendored
36
vendor/google.golang.org/api/servicemanagement/v1/servicemanagement-gen.go
generated
vendored
@@ -645,9 +645,6 @@ type AuthenticationRule struct {
|
||||
// any other credential.
|
||||
AllowWithoutCredential bool `json:"allowWithoutCredential,omitempty"`
|
||||
|
||||
// CustomAuth: Configuration for custom authentication.
|
||||
CustomAuth *CustomAuthRequirements `json:"customAuth,omitempty"`
|
||||
|
||||
// Oauth: The requirements for OAuth credentials.
|
||||
Oauth *OAuthRequirements `json:"oauth,omitempty"`
|
||||
|
||||
@@ -1393,39 +1390,6 @@ func (s *Control) MarshalJSON() ([]byte, error) {
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// CustomAuthRequirements: Configuration for a custom authentication
|
||||
// provider.
|
||||
type CustomAuthRequirements struct {
|
||||
// Provider: A configuration string containing connection information
|
||||
// for the
|
||||
// authentication provider, typically formatted as a SmartService
|
||||
// string
|
||||
// (go/smartservice).
|
||||
Provider string `json:"provider,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Provider") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
// non-interface field appearing in ForceSendFields will be sent to the
|
||||
// server regardless of whether the field is empty or not. This may be
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "Provider") to include in
|
||||
// API requests with the JSON null value. By default, fields with empty
|
||||
// values are omitted from API requests. However, any field with an
|
||||
// empty value appearing in NullFields will be sent to the server as
|
||||
// null. It is an error if a field in this list has a non-empty value.
|
||||
// This may be used to include null fields in Patch requests.
|
||||
NullFields []string `json:"-"`
|
||||
}
|
||||
|
||||
func (s *CustomAuthRequirements) MarshalJSON() ([]byte, error) {
|
||||
type NoMethod CustomAuthRequirements
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// CustomError: Customize service error responses. For example, list
|
||||
// any service
|
||||
// specific protobuf types that can appear in error detail lists
|
||||
|
Reference in New Issue
Block a user