package trace
import "google.golang.org/genproto/googleapis/devtools/cloudtrace/v1"
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)
- type GetTraceRequest
- type ListTracesRequest
- type ListTracesRequest_ViewType
- type ListTracesResponse
- type PatchTracesRequest
- type Trace
- type TraceServiceClient
- type TraceServiceServer
- type TraceSpan
- type TraceSpan_SpanKind
- type Traces
- type UnimplementedTraceServiceServer
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 ¶
func RegisterTraceServiceServer(s *grpc.Server, srv TraceServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/trace/apiv1/tracepb
Types ¶
type GetTraceRequest ¶
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 ¶
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 ¶
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 ¶
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 ¶
type PatchTracesRequest = src.PatchTracesRequest
The request message for the `PatchTraces` method.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type Trace ¶
A trace describes how long it takes for an application to perform an operation. It consists of a set of spans, each of which represent a single timed event within the operation.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type TraceServiceClient ¶
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 ¶
func NewTraceServiceClient(cc grpc.ClientConnInterface) TraceServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/trace/apiv1/tracepb
type TraceServiceServer ¶
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 ¶
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 ¶
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 Traces ¶
List of new or updated traces.
Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb
type UnimplementedTraceServiceServer ¶
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
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.