mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 07:27:19 +02:00
vendor: update all dependencies
This commit is contained in:
17
vendor/google.golang.org/api/poly/v1/poly-api.json
generated
vendored
17
vendor/google.golang.org/api/poly/v1/poly-api.json
generated
vendored
@ -51,11 +51,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"bearer_token": {
|
||||
"description": "OAuth bearer token.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"callback": {
|
||||
"description": "JSONP",
|
||||
"location": "query",
|
||||
@ -76,12 +71,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.",
|
||||
@ -301,7 +290,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180217",
|
||||
"revision": "20180610",
|
||||
"rootUrl": "https://poly.googleapis.com/",
|
||||
"schemas": {
|
||||
"Asset": {
|
||||
@ -689,6 +678,10 @@
|
||||
"description": "Hints for displaying the asset, based on information available when the asset\nwas uploaded.",
|
||||
"id": "PresentationParams",
|
||||
"properties": {
|
||||
"backgroundColor": {
|
||||
"description": "A background color which could be used for displaying the 3D asset in a\n'thumbnail' or 'palette' style view. Authors have the option to set this\nbackground color when publishing or editing their asset.\n\nThis is represented as a six-digit hexademical triplet specifying the\nRGB components of the background color, e.g. #FF0000 for Red.",
|
||||
"type": "string"
|
||||
},
|
||||
"colorSpace": {
|
||||
"description": "The materials' diffuse/albedo color. This does not apply to vertex colors\nor texture maps.",
|
||||
"enum": [
|
||||
|
26
vendor/google.golang.org/api/poly/v1/poly-gen.go
generated
vendored
26
vendor/google.golang.org/api/poly/v1/poly-gen.go
generated
vendored
@ -722,6 +722,17 @@ func (s *ObjParseError) MarshalJSON() ([]byte, error) {
|
||||
// information available when the asset
|
||||
// was uploaded.
|
||||
type PresentationParams struct {
|
||||
// BackgroundColor: A background color which could be used for
|
||||
// displaying the 3D asset in a
|
||||
// 'thumbnail' or 'palette' style view. Authors have the option to set
|
||||
// this
|
||||
// background color when publishing or editing their asset.
|
||||
//
|
||||
// This is represented as a six-digit hexademical triplet specifying
|
||||
// the
|
||||
// RGB components of the background color, e.g. #FF0000 for Red.
|
||||
BackgroundColor string `json:"backgroundColor,omitempty"`
|
||||
|
||||
// ColorSpace: The materials' diffuse/albedo color. This does not apply
|
||||
// to vertex colors
|
||||
// or texture maps.
|
||||
@ -762,7 +773,7 @@ type PresentationParams struct {
|
||||
// Please note: this is applicable only to the gLTF.
|
||||
OrientingRotation *Quaternion `json:"orientingRotation,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "ColorSpace") to
|
||||
// ForceSendFields is a list of field names (e.g. "BackgroundColor") 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
|
||||
@ -770,12 +781,13 @@ type PresentationParams struct {
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "ColorSpace") 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 is a list of field names (e.g. "BackgroundColor") 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:"-"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user