/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/devtools/cloudtrace/v2/tracing.proto

package com.google.devtools.cloudtrace.v2;

public final class TracingProto {
  private TracingProto() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_devtools_cloudtrace_v2_BatchWriteSpansRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_devtools_cloudtrace_v2_BatchWriteSpansRequest_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
    return descriptor;
  }

  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;

  static {
    java.lang.String[] descriptorData = {
      "\n+google/devtools/cloudtrace/v2/tracing."
          + "proto\022\035google.devtools.cloudtrace.v2\032\034go"
          + "ogle/api/annotations.proto\032\027google/api/c"
          + "lient.proto\032\037google/api/field_behavior.p"
          + "roto\032\031google/api/resource.proto\032)google/"
          + "devtools/cloudtrace/v2/trace.proto\032\033goog"
          + "le/protobuf/empty.proto\"\224\001\n\026BatchWriteSp"
          + "ansRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+cloudr"
          + "esourcemanager.googleapis.com/Project\0227\n"
          + "\005spans\030\002 \003(\0132#.google.devtools.cloudtrac"
          + "e.v2.SpanB\003\340A\0022\272\003\n\014TraceService\022\241\001\n\017Batc"
          + "hWriteSpans\0225.google.devtools.cloudtrace"
          + ".v2.BatchWriteSpansRequest\032\026.google.prot"
          + "obuf.Empty\"?\202\323\344\223\002,\"\'/v2/{name=projects/*"
          + "}/traces:batchWrite:\001*\332A\nname,spans\022\211\001\n\n"
          + "CreateSpan\022#.google.devtools.cloudtrace."
          + "v2.Span\032#.google.devtools.cloudtrace.v2."
          + "Span\"1\202\323\344\223\002+\"&/v2/{name=projects/*/trace"
          + "s/*/spans/*}:\001*\032z\312A\031cloudtrace.googleapi"
          + "s.com\322A[https://www.googleapis.com/auth/"
          + "cloud-platform,https://www.googleapis.co"
          + "m/auth/trace.appendB\257\001\n!com.google.devto"
          + "ols.cloudtrace.v2B\014TracingProtoP\001Z/cloud"
          + ".google.com/go/trace/apiv2/tracepb;trace"
          + "pb\252\002\025Google.Cloud.Trace.V2\312\002\025Google\\Clou"
          + "d\\Trace\\V2\352\002\030Google::Cloud::Trace::V2b\006p"
          + "roto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.AnnotationsProto.getDescriptor(),
              com.google.api.ClientProto.getDescriptor(),
              com.google.api.FieldBehaviorProto.getDescriptor(),
              com.google.api.ResourceProto.getDescriptor(),
              com.google.devtools.cloudtrace.v2.TraceProto.getDescriptor(),
              com.google.protobuf.EmptyProto.getDescriptor(),
            });
    internal_static_google_devtools_cloudtrace_v2_BatchWriteSpansRequest_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_devtools_cloudtrace_v2_BatchWriteSpansRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_devtools_cloudtrace_v2_BatchWriteSpansRequest_descriptor,
            new java.lang.String[] {
              "Name", "Spans",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.ClientProto.defaultHost);
    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
    registry.add(com.google.api.AnnotationsProto.http);
    registry.add(com.google.api.ClientProto.methodSignature);
    registry.add(com.google.api.ClientProto.oauthScopes);
    registry.add(com.google.api.ResourceProto.resourceReference);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.AnnotationsProto.getDescriptor();
    com.google.api.ClientProto.getDescriptor();
    com.google.api.FieldBehaviorProto.getDescriptor();
    com.google.api.ResourceProto.getDescriptor();
    com.google.devtools.cloudtrace.v2.TraceProto.getDescriptor();
    com.google.protobuf.EmptyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
