Update vendored dependencies
This includes github.com/kurin/blazer 0.2.0, which resolves #1291
This commit is contained in:
parent
ba23d24dd1
commit
61cb1cc6f8
1044 changed files with 203022 additions and 97709 deletions
6
vendor/google.golang.org/api/cloudtrace/v2/cloudtrace-gen.go
generated
vendored
6
vendor/google.golang.org/api/cloudtrace/v2/cloudtrace-gen.go
generated
vendored
|
@ -500,7 +500,7 @@ type Span struct {
|
|||
|
||||
// Name: The resource name of the span in the following format:
|
||||
//
|
||||
// projects/[PROJECT_ID]traces/[TRACE_ID]/spans/SPAN_ID is a unique
|
||||
// projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique
|
||||
// identifier for a trace within a project.
|
||||
// [SPAN_ID] is a unique identifier for a span within a trace,
|
||||
// assigned when the span is created.
|
||||
|
@ -822,7 +822,7 @@ func (s *Status) MarshalJSON() ([]byte, error) {
|
|||
|
||||
// TimeEvent: A time-stamped annotation or network event in the Span.
|
||||
type TimeEvent struct {
|
||||
// Annotation: One or more key:value pairs.
|
||||
// Annotation: Text annotation with a set of attributes.
|
||||
Annotation *Annotation `json:"annotation,omitempty"`
|
||||
|
||||
// NetworkEvent: An event describing an RPC message sent/received on the
|
||||
|
@ -1201,7 +1201,7 @@ func (c *ProjectsTracesSpansCreateCall) Do(opts ...googleapi.CallOption) (*Span,
|
|||
// ],
|
||||
// "parameters": {
|
||||
// "name": {
|
||||
// "description": "The resource name of the span in the following format:\n\n projects/[PROJECT_ID]traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project.\n[SPAN_ID] is a unique identifier for a span within a trace,\nassigned when the span is created.",
|
||||
// "description": "The resource name of the span in the following format:\n\n projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project.\n[SPAN_ID] is a unique identifier for a span within a trace,\nassigned when the span is created.",
|
||||
// "location": "path",
|
||||
// "pattern": "^projects/[^/]+/traces/[^/]+/spans/[^/]+$",
|
||||
// "required": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue