/*
 * 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/api/servicecontrol/v1/distribution.proto

package com.google.api.servicecontrol.v1;

public final class DistributionProto {
  private DistributionProto() {}

  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_api_servicecontrol_v1_Distribution_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_api_servicecontrol_v1_Distribution_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_api_servicecontrol_v1_Distribution_LinearBuckets_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_api_servicecontrol_v1_Distribution_LinearBuckets_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_api_servicecontrol_v1_Distribution_ExponentialBuckets_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_api_servicecontrol_v1_Distribution_ExponentialBuckets_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_api_servicecontrol_v1_Distribution_ExplicitBuckets_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_api_servicecontrol_v1_Distribution_ExplicitBuckets_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/api/servicecontrol/v1/distribut"
          + "ion.proto\022\034google.api.servicecontrol.v1\032"
          + "\035google/api/distribution.proto\"\236\005\n\014Distr"
          + "ibution\022\r\n\005count\030\001 \001(\003\022\014\n\004mean\030\002 \001(\001\022\017\n\007"
          + "minimum\030\003 \001(\001\022\017\n\007maximum\030\004 \001(\001\022 \n\030sum_of"
          + "_squared_deviation\030\005 \001(\001\022\025\n\rbucket_count"
          + "s\030\006 \003(\003\022R\n\016linear_buckets\030\007 \001(\01328.google"
          + ".api.servicecontrol.v1.Distribution.Line"
          + "arBucketsH\000\022\\\n\023exponential_buckets\030\010 \001(\013"
          + "2=.google.api.servicecontrol.v1.Distribu"
          + "tion.ExponentialBucketsH\000\022V\n\020explicit_bu"
          + "ckets\030\t \001(\0132:.google.api.servicecontrol."
          + "v1.Distribution.ExplicitBucketsH\000\0224\n\texe"
          + "mplars\030\n \003(\0132!.google.api.Distribution.E"
          + "xemplar\032J\n\rLinearBuckets\022\032\n\022num_finite_b"
          + "uckets\030\001 \001(\005\022\r\n\005width\030\002 \001(\001\022\016\n\006offset\030\003 "
          + "\001(\001\032V\n\022ExponentialBuckets\022\032\n\022num_finite_"
          + "buckets\030\001 \001(\005\022\025\n\rgrowth_factor\030\002 \001(\001\022\r\n\005"
          + "scale\030\003 \001(\001\032!\n\017ExplicitBuckets\022\016\n\006bounds"
          + "\030\001 \003(\001B\017\n\rbucket_optionB\354\001\n com.google.a"
          + "pi.servicecontrol.v1B\021DistributionProtoP"
          + "\001ZJcloud.google.com/go/servicecontrol/ap"
          + "iv1/servicecontrolpb;servicecontrolpb\370\001\001"
          + "\252\002\036Google.Cloud.ServiceControl.V1\312\002\036Goog"
          + "le\\Cloud\\ServiceControl\\V1\352\002!Google::Clo"
          + "ud::ServiceControl::V1b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.DistributionProto.getDescriptor(),
            });
    internal_static_google_api_servicecontrol_v1_Distribution_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_api_servicecontrol_v1_Distribution_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_api_servicecontrol_v1_Distribution_descriptor,
            new java.lang.String[] {
              "Count",
              "Mean",
              "Minimum",
              "Maximum",
              "SumOfSquaredDeviation",
              "BucketCounts",
              "LinearBuckets",
              "ExponentialBuckets",
              "ExplicitBuckets",
              "Exemplars",
              "BucketOption",
            });
    internal_static_google_api_servicecontrol_v1_Distribution_LinearBuckets_descriptor =
        internal_static_google_api_servicecontrol_v1_Distribution_descriptor
            .getNestedTypes()
            .get(0);
    internal_static_google_api_servicecontrol_v1_Distribution_LinearBuckets_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_api_servicecontrol_v1_Distribution_LinearBuckets_descriptor,
            new java.lang.String[] {
              "NumFiniteBuckets", "Width", "Offset",
            });
    internal_static_google_api_servicecontrol_v1_Distribution_ExponentialBuckets_descriptor =
        internal_static_google_api_servicecontrol_v1_Distribution_descriptor
            .getNestedTypes()
            .get(1);
    internal_static_google_api_servicecontrol_v1_Distribution_ExponentialBuckets_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_api_servicecontrol_v1_Distribution_ExponentialBuckets_descriptor,
            new java.lang.String[] {
              "NumFiniteBuckets", "GrowthFactor", "Scale",
            });
    internal_static_google_api_servicecontrol_v1_Distribution_ExplicitBuckets_descriptor =
        internal_static_google_api_servicecontrol_v1_Distribution_descriptor
            .getNestedTypes()
            .get(2);
    internal_static_google_api_servicecontrol_v1_Distribution_ExplicitBuckets_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_api_servicecontrol_v1_Distribution_ExplicitBuckets_descriptor,
            new java.lang.String[] {
              "Bounds",
            });
    com.google.api.DistributionProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
