mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 08:12:45 +02:00
vendor: update all dependencies
This commit is contained in:
844
vendor/google.golang.org/api/tracing/v2/tracing-api.json
generated
vendored
844
vendor/google.golang.org/api/tracing/v2/tracing-api.json
generated
vendored
File diff suppressed because it is too large
Load Diff
6
vendor/google.golang.org/api/tracing/v2/tracing-gen.go
generated
vendored
6
vendor/google.golang.org/api/tracing/v2/tracing-gen.go
generated
vendored
@ -756,7 +756,7 @@ type StackTrace struct {
|
||||
// stack traces within a single trace.
|
||||
//
|
||||
// Often multiple spans will have identical stack traces.
|
||||
// The first occurance of a stack trace should contain both
|
||||
// The first occurrence of a stack trace should contain both
|
||||
// the
|
||||
// `stackFrame` content and a value in `stackTraceHashId`.
|
||||
//
|
||||
@ -815,7 +815,7 @@ func (s *StackTrace) MarshalJSON() ([]byte, error) {
|
||||
// arbitrary
|
||||
// information about the error. There is a predefined set of error
|
||||
// detail types
|
||||
// in the package `google.rpc` which can be used for common error
|
||||
// in the package `google.rpc` that can be used for common error
|
||||
// conditions.
|
||||
//
|
||||
// # Language mapping
|
||||
@ -848,7 +848,7 @@ func (s *StackTrace) MarshalJSON() ([]byte, error) {
|
||||
//
|
||||
// - Workflow errors. A typical workflow has multiple steps. Each step
|
||||
// may
|
||||
// have a `Status` message for error reporting purpose.
|
||||
// have a `Status` message for error reporting.
|
||||
//
|
||||
// - Batch operations. If a client uses batch request and batch
|
||||
// response, the
|
||||
|
Reference in New Issue
Block a user