mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
vendor: update all dependencies
This commit is contained in:
5978
vendor/google.golang.org/api/logging/v2/logging-api.json
generated
vendored
5978
vendor/google.golang.org/api/logging/v2/logging-api.json
generated
vendored
File diff suppressed because it is too large
Load Diff
20
vendor/google.golang.org/api/logging/v2/logging-gen.go
generated
vendored
20
vendor/google.golang.org/api/logging/v2/logging-gen.go
generated
vendored
@ -1642,15 +1642,14 @@ type MetricDescriptor struct {
|
||||
// Ki kibi (2**10)
|
||||
// Mi mebi (2**20)
|
||||
// Gi gibi (2**30)
|
||||
// Ti tebi (2**40)GrammarThe grammar includes the dimensionless unit 1,
|
||||
// such as 1/s.The grammar also includes these connectors:
|
||||
// Ti tebi (2**40)GrammarThe grammar also includes these connectors:
|
||||
// / division (as an infix operator, e.g. 1/s).
|
||||
// . multiplication (as an infix operator, e.g. GBy.d)The grammar for a
|
||||
// unit is as follows:
|
||||
// Expression = Component { "." Component } { "/" Component }
|
||||
// ;
|
||||
//
|
||||
// Component = [ PREFIX ] UNIT [ Annotation ]
|
||||
// Component = ( [ PREFIX ] UNIT | "%" ) [ Annotation ]
|
||||
// | Annotation
|
||||
// | "1"
|
||||
// ;
|
||||
@ -1662,6 +1661,9 @@ type MetricDescriptor struct {
|
||||
// By{transmitted}/s == By/s.
|
||||
// NAME is a sequence of non-blank printable ASCII characters not
|
||||
// containing '{' or '}'.
|
||||
// 1 represents dimensionless value 1, such as in 1/s.
|
||||
// % represents dimensionless value 1/100, and annotates values giving
|
||||
// a percentage.
|
||||
Unit string `json:"unit,omitempty"`
|
||||
|
||||
// ValueType: Whether the measurement is an integer, a floating-point
|
||||
@ -2050,6 +2052,12 @@ func (s *SourceReference) MarshalJSON() ([]byte, error) {
|
||||
|
||||
// WriteLogEntriesRequest: The parameters to WriteLogEntries.
|
||||
type WriteLogEntriesRequest struct {
|
||||
// DryRun: Optional. If true, the request should expect normal response,
|
||||
// but the entries won't be persisted nor exported. Useful for checking
|
||||
// whether the logging API endpoints are working properly before sending
|
||||
// valuable data.
|
||||
DryRun bool `json:"dryRun,omitempty"`
|
||||
|
||||
// Entries: Required. The log entries to send to Stackdriver Logging.
|
||||
// The order of log entries in this list does not matter. Values
|
||||
// supplied in this method's log_name, resource, and labels fields are
|
||||
@ -2109,7 +2117,7 @@ type WriteLogEntriesRequest struct {
|
||||
// See LogEntry.
|
||||
Resource *MonitoredResource `json:"resource,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Entries") to
|
||||
// ForceSendFields is a list of field names (e.g. "DryRun") 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
|
||||
@ -2117,8 +2125,8 @@ type WriteLogEntriesRequest struct {
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "Entries") to include in
|
||||
// API requests with the JSON null value. By default, fields with empty
|
||||
// NullFields is a list of field names (e.g. "DryRun") 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.
|
||||
|
3068
vendor/google.golang.org/api/logging/v2beta1/logging-api.json
generated
vendored
3068
vendor/google.golang.org/api/logging/v2beta1/logging-api.json
generated
vendored
File diff suppressed because it is too large
Load Diff
20
vendor/google.golang.org/api/logging/v2beta1/logging-gen.go
generated
vendored
20
vendor/google.golang.org/api/logging/v2beta1/logging-gen.go
generated
vendored
@ -1402,15 +1402,14 @@ type MetricDescriptor struct {
|
||||
// Ki kibi (2**10)
|
||||
// Mi mebi (2**20)
|
||||
// Gi gibi (2**30)
|
||||
// Ti tebi (2**40)GrammarThe grammar includes the dimensionless unit 1,
|
||||
// such as 1/s.The grammar also includes these connectors:
|
||||
// Ti tebi (2**40)GrammarThe grammar also includes these connectors:
|
||||
// / division (as an infix operator, e.g. 1/s).
|
||||
// . multiplication (as an infix operator, e.g. GBy.d)The grammar for a
|
||||
// unit is as follows:
|
||||
// Expression = Component { "." Component } { "/" Component }
|
||||
// ;
|
||||
//
|
||||
// Component = [ PREFIX ] UNIT [ Annotation ]
|
||||
// Component = ( [ PREFIX ] UNIT | "%" ) [ Annotation ]
|
||||
// | Annotation
|
||||
// | "1"
|
||||
// ;
|
||||
@ -1422,6 +1421,9 @@ type MetricDescriptor struct {
|
||||
// By{transmitted}/s == By/s.
|
||||
// NAME is a sequence of non-blank printable ASCII characters not
|
||||
// containing '{' or '}'.
|
||||
// 1 represents dimensionless value 1, such as in 1/s.
|
||||
// % represents dimensionless value 1/100, and annotates values giving
|
||||
// a percentage.
|
||||
Unit string `json:"unit,omitempty"`
|
||||
|
||||
// ValueType: Whether the measurement is an integer, a floating-point
|
||||
@ -1810,6 +1812,12 @@ func (s *SourceReference) MarshalJSON() ([]byte, error) {
|
||||
|
||||
// WriteLogEntriesRequest: The parameters to WriteLogEntries.
|
||||
type WriteLogEntriesRequest struct {
|
||||
// DryRun: Optional. If true, the request should expect normal response,
|
||||
// but the entries won't be persisted nor exported. Useful for checking
|
||||
// whether the logging API endpoints are working properly before sending
|
||||
// valuable data.
|
||||
DryRun bool `json:"dryRun,omitempty"`
|
||||
|
||||
// Entries: Required. The log entries to send to Stackdriver Logging.
|
||||
// The order of log entries in this list does not matter. Values
|
||||
// supplied in this method's log_name, resource, and labels fields are
|
||||
@ -1869,7 +1877,7 @@ type WriteLogEntriesRequest struct {
|
||||
// See LogEntry.
|
||||
Resource *MonitoredResource `json:"resource,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Entries") to
|
||||
// ForceSendFields is a list of field names (e.g. "DryRun") 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
|
||||
@ -1877,8 +1885,8 @@ type WriteLogEntriesRequest struct {
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "Entries") to include in
|
||||
// API requests with the JSON null value. By default, fields with empty
|
||||
// NullFields is a list of field names (e.g. "DryRun") 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.
|
||||
|
Reference in New Issue
Block a user