Documentation ¶
Overview ¶
Package trace aliases all exported identifiers in package "cloud.google.com/go/trace/apiv1/tracepb".
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterTraceServiceServer(s *grpc.Server, srv TraceServiceServer)deprecated
- type GetTraceRequestdeprecated
- type ListTracesRequestdeprecated
- type ListTracesRequest_ViewTypedeprecated
- type ListTracesResponsedeprecated
- type PatchTracesRequestdeprecated
- type Tracedeprecated
- type TraceServiceClientdeprecated
- type TraceServiceServerdeprecated
- type TraceSpandeprecated
- type TraceSpan_SpanKinddeprecated
- type Tracesdeprecated
- type UnimplementedTraceServiceServerdeprecated
Constants ¶
const ( ListTracesRequest_COMPLETE = src.ListTracesRequest_COMPLETE ListTracesRequest_MINIMAL = src.ListTracesRequest_MINIMAL ListTracesRequest_ROOTSPAN = src.ListTracesRequest_ROOTSPAN ListTracesRequest_VIEW_TYPE_UNSPECIFIED = src.ListTracesRequest_VIEW_TYPE_UNSPECIFIED TraceSpan_RPC_CLIENT = src.TraceSpan_RPC_CLIENT TraceSpan_RPC_SERVER = src.TraceSpan_RPC_SERVER TraceSpan_SPAN_KIND_UNSPECIFIED = src.TraceSpan_SPAN_KIND_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/trace/apiv1/tracepb
Variables ¶
var ( File_google_devtools_cloudtrace_v1_trace_proto = src.File_google_devtools_cloudtrace_v1_trace_proto ListTracesRequest_ViewType_name = src.ListTracesRequest_ViewType_name ListTracesRequest_ViewType_value = src.ListTracesRequest_ViewType_value TraceSpan_SpanKind_name = src.TraceSpan_SpanKind_name TraceSpan_SpanKind_value = src.TraceSpan_SpanKind_value )
Deprecated: Please use vars in: cloud.google.com/go/trace/apiv1/tracepb
Functions ¶
func RegisterTraceServiceServer
deprecated
func RegisterTraceServiceServer(s *grpc.Server, srv TraceServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/trace/apiv1/tracepb
Types ¶
type GetTraceRequest
deprecated
type GetTraceRequest = src.GetTraceRequest
The request message for the `GetTrace` method.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type ListTracesRequest
deprecated
type ListTracesRequest = src.ListTracesRequest
The request message for the `ListTraces` method. All fields are required unless specified.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type ListTracesRequest_ViewType
deprecated
type ListTracesRequest_ViewType = src.ListTracesRequest_ViewType
Type of data returned for traces in the list.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type ListTracesResponse
deprecated
type ListTracesResponse = src.ListTracesResponse
The response message for the `ListTraces` method.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type PatchTracesRequest
deprecated
type PatchTracesRequest = src.PatchTracesRequest
The request message for the `PatchTraces` method.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type TraceServiceClient
deprecated
type TraceServiceClient = src.TraceServiceClient
TraceServiceClient is the client API for TraceService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
func NewTraceServiceClient
deprecated
func NewTraceServiceClient(cc grpc.ClientConnInterface) TraceServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/trace/apiv1/tracepb
type TraceServiceServer
deprecated
type TraceServiceServer = src.TraceServiceServer
TraceServiceServer is the server API for TraceService service.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type TraceSpan
deprecated
A span represents a single timed event within a trace. Spans can be nested and form a trace tree. Often, a trace contains a root span that describes the end-to-end latency of an operation and, optionally, one or more subspans for its suboperations. Spans do not need to be contiguous. There may be gaps between spans in a trace.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type TraceSpan_SpanKind
deprecated
type TraceSpan_SpanKind = src.TraceSpan_SpanKind
Type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type UnimplementedTraceServiceServer
deprecated
type UnimplementedTraceServiceServer = src.UnimplementedTraceServiceServer
UnimplementedTraceServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb