type google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.BatchWriteSpansRequest
20 uses
google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
tracing.pb.go#L51: type BatchWriteSpansRequest struct {
tracing.pb.go#L64: func (x *BatchWriteSpansRequest) Reset() {
tracing.pb.go#L65: *x = BatchWriteSpansRequest{}
tracing.pb.go#L73: func (x *BatchWriteSpansRequest) String() string {
tracing.pb.go#L77: func (*BatchWriteSpansRequest) ProtoMessage() {}
tracing.pb.go#L79: func (x *BatchWriteSpansRequest) ProtoReflect() protoreflect.Message {
tracing.pb.go#L92: func (*BatchWriteSpansRequest) Descriptor() ([]byte, []int) {
tracing.pb.go#L96: func (x *BatchWriteSpansRequest) GetName() string {
tracing.pb.go#L103: func (x *BatchWriteSpansRequest) GetSpans() []*Span {
tracing.pb.go#L199: (*BatchWriteSpansRequest)(nil), // 0: google.devtools.cloudtrace.v2.BatchWriteSpansRequest
tracing.pb.go#L224: switch v := v.(*BatchWriteSpansRequest); i {
tracing.pb.go#L270: BatchWriteSpans(ctx context.Context, in *BatchWriteSpansRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
tracing.pb.go#L283: func (c *traceServiceClient) BatchWriteSpans(ctx context.Context, in *BatchWriteSpansRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
tracing.pb.go#L305: BatchWriteSpans(context.Context, *BatchWriteSpansRequest) (*emptypb.Empty, error)
tracing.pb.go#L314: func (*UnimplementedTraceServiceServer) BatchWriteSpans(context.Context, *BatchWriteSpansRequest) (*emptypb.Empty, error) {
tracing.pb.go#L326: in := new(BatchWriteSpansRequest)
tracing.pb.go#L338: return srv.(TraceServiceServer).BatchWriteSpans(ctx, req.(*BatchWriteSpansRequest))
cloud.google.com/go/trace/apiv2
trace_client.go#L154: func (c *Client) BatchWriteSpans(ctx context.Context, req *cloudtracepb.BatchWriteSpansRequest, opts ...gax.CallOption) error {
contrib.go.opencensus.io/exporter/stackdriver
trace.go#L143: req := tracepb.BatchWriteSpansRequest{
trace.go#L161: req := tracepb.BatchWriteSpansRequest{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |