/*
 * 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/analytics/data/v1beta/analytics_data_api.proto

package com.google.analytics.data.v1beta;

public final class AnalyticsDataApiProto {
  private AnalyticsDataApiProto() {}

  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_analytics_data_v1beta_CheckCompatibilityRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_CheckCompatibilityRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_CheckCompatibilityResponse_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_CheckCompatibilityResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_Metadata_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_Metadata_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_RunReportRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_RunReportRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_RunReportResponse_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_RunReportResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_RunPivotReportRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_RunPivotReportRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_RunPivotReportResponse_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_RunPivotReportResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_BatchRunReportsRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_BatchRunReportsRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_BatchRunReportsResponse_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_BatchRunReportsResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_BatchRunPivotReportsRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_BatchRunPivotReportsRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_BatchRunPivotReportsResponse_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_BatchRunPivotReportsResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_GetMetadataRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_GetMetadataRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_RunRealtimeReportRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_RunRealtimeReportRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_analytics_data_v1beta_RunRealtimeReportResponse_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_analytics_data_v1beta_RunRealtimeReportResponse_fieldAccessorTable;

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

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

  static {
    java.lang.String[] descriptorData = {
      "\n5google/analytics/data/v1beta/analytics"
          + "_data_api.proto\022\034google.analytics.data.v"
          + "1beta\032\'google/analytics/data/v1beta/data"
          + ".proto\032\034google/api/annotations.proto\032\027go"
          + "ogle/api/client.proto\032\037google/api/field_"
          + "behavior.proto\032\031google/api/resource.prot"
          + "o\"\375\002\n\031CheckCompatibilityRequest\022\020\n\010prope"
          + "rty\030\001 \001(\t\022;\n\ndimensions\030\002 \003(\0132\'.google.a"
          + "nalytics.data.v1beta.Dimension\0225\n\007metric"
          + "s\030\003 \003(\0132$.google.analytics.data.v1beta.M"
          + "etric\022H\n\020dimension_filter\030\004 \001(\0132..google"
          + ".analytics.data.v1beta.FilterExpression\022"
          + "E\n\rmetric_filter\030\005 \001(\0132..google.analytic"
          + "s.data.v1beta.FilterExpression\022I\n\024compat"
          + "ibility_filter\030\006 \001(\0162+.google.analytics."
          + "data.v1beta.Compatibility\"\310\001\n\032CheckCompa"
          + "tibilityResponse\022W\n\031dimension_compatibil"
          + "ities\030\001 \003(\01324.google.analytics.data.v1be"
          + "ta.DimensionCompatibility\022Q\n\026metric_comp"
          + "atibilities\030\002 \003(\01321.google.analytics.dat"
          + "a.v1beta.MetricCompatibility\"\350\001\n\010Metadat"
          + "a\022\014\n\004name\030\003 \001(\t\022C\n\ndimensions\030\001 \003(\0132/.go"
          + "ogle.analytics.data.v1beta.DimensionMeta"
          + "data\022=\n\007metrics\030\002 \003(\0132,.google.analytics"
          + ".data.v1beta.MetricMetadata:J\352AG\n%analyt"
          + "icsdata.googleapis.com/Metadata\022\036propert"
          + "ies/{property}/metadata\"\234\005\n\020RunReportReq"
          + "uest\022\020\n\010property\030\001 \001(\t\022;\n\ndimensions\030\002 \003"
          + "(\0132\'.google.analytics.data.v1beta.Dimens"
          + "ion\0225\n\007metrics\030\003 \003(\0132$.google.analytics."
          + "data.v1beta.Metric\022<\n\013date_ranges\030\004 \003(\0132"
          + "\'.google.analytics.data.v1beta.DateRange"
          + "\022H\n\020dimension_filter\030\005 \001(\0132..google.anal"
          + "ytics.data.v1beta.FilterExpression\022E\n\rme"
          + "tric_filter\030\006 \001(\0132..google.analytics.dat"
          + "a.v1beta.FilterExpression\022\016\n\006offset\030\007 \001("
          + "\003\022\r\n\005limit\030\010 \001(\003\022L\n\023metric_aggregations\030"
          + "\t \003(\0162/.google.analytics.data.v1beta.Met"
          + "ricAggregation\0228\n\torder_bys\030\n \003(\0132%.goog"
          + "le.analytics.data.v1beta.OrderBy\022\025\n\rcurr"
          + "ency_code\030\013 \001(\t\022=\n\013cohort_spec\030\014 \001(\0132(.g"
          + "oogle.analytics.data.v1beta.CohortSpec\022\027"
          + "\n\017keep_empty_rows\030\r \001(\010\022\035\n\025return_proper"
          + "ty_quota\030\016 \001(\010\"\227\004\n\021RunReportResponse\022H\n\021"
          + "dimension_headers\030\001 \003(\0132-.google.analyti"
          + "cs.data.v1beta.DimensionHeader\022B\n\016metric"
          + "_headers\030\002 \003(\0132*.google.analytics.data.v"
          + "1beta.MetricHeader\022/\n\004rows\030\003 \003(\0132!.googl"
          + "e.analytics.data.v1beta.Row\0221\n\006totals\030\004 "
          + "\003(\0132!.google.analytics.data.v1beta.Row\0223"
          + "\n\010maximums\030\005 \003(\0132!.google.analytics.data"
          + ".v1beta.Row\0223\n\010minimums\030\006 \003(\0132!.google.a"
          + "nalytics.data.v1beta.Row\022\021\n\trow_count\030\007 "
          + "\001(\005\022@\n\010metadata\030\010 \001(\0132..google.analytics"
          + ".data.v1beta.ResponseMetaData\022C\n\016propert"
          + "y_quota\030\t \001(\0132+.google.analytics.data.v1"
          + "beta.PropertyQuota\022\014\n\004kind\030\n \001(\t\"\257\004\n\025Run"
          + "PivotReportRequest\022\020\n\010property\030\001 \001(\t\022;\n\n"
          + "dimensions\030\002 \003(\0132\'.google.analytics.data"
          + ".v1beta.Dimension\0225\n\007metrics\030\003 \003(\0132$.goo"
          + "gle.analytics.data.v1beta.Metric\022<\n\013date"
          + "_ranges\030\004 \003(\0132\'.google.analytics.data.v1"
          + "beta.DateRange\0223\n\006pivots\030\005 \003(\0132#.google."
          + "analytics.data.v1beta.Pivot\022H\n\020dimension"
          + "_filter\030\006 \001(\0132..google.analytics.data.v1"
          + "beta.FilterExpression\022E\n\rmetric_filter\030\007"
          + " \001(\0132..google.analytics.data.v1beta.Filt"
          + "erExpression\022\025\n\rcurrency_code\030\010 \001(\t\022=\n\013c"
          + "ohort_spec\030\t \001(\0132(.google.analytics.data"
          + ".v1beta.CohortSpec\022\027\n\017keep_empty_rows\030\n "
          + "\001(\010\022\035\n\025return_property_quota\030\013 \001(\010\"\345\003\n\026R"
          + "unPivotReportResponse\022@\n\rpivot_headers\030\001"
          + " \003(\0132).google.analytics.data.v1beta.Pivo"
          + "tHeader\022H\n\021dimension_headers\030\002 \003(\0132-.goo"
          + "gle.analytics.data.v1beta.DimensionHeade"
          + "r\022B\n\016metric_headers\030\003 \003(\0132*.google.analy"
          + "tics.data.v1beta.MetricHeader\022/\n\004rows\030\004 "
          + "\003(\0132!.google.analytics.data.v1beta.Row\0225"
          + "\n\naggregates\030\005 \003(\0132!.google.analytics.da"
          + "ta.v1beta.Row\022@\n\010metadata\030\006 \001(\0132..google"
          + ".analytics.data.v1beta.ResponseMetaData\022"
          + "C\n\016property_quota\030\007 \001(\0132+.google.analyti"
          + "cs.data.v1beta.PropertyQuota\022\014\n\004kind\030\010 \001"
          + "(\t\"l\n\026BatchRunReportsRequest\022\020\n\010property"
          + "\030\001 \001(\t\022@\n\010requests\030\002 \003(\0132..google.analyt"
          + "ics.data.v1beta.RunReportRequest\"i\n\027Batc"
          + "hRunReportsResponse\022@\n\007reports\030\001 \003(\0132/.g"
          + "oogle.analytics.data.v1beta.RunReportRes"
          + "ponse\022\014\n\004kind\030\002 \001(\t\"v\n\033BatchRunPivotRepo"
          + "rtsRequest\022\020\n\010property\030\001 \001(\t\022E\n\010requests"
          + "\030\002 \003(\01323.google.analytics.data.v1beta.Ru"
          + "nPivotReportRequest\"y\n\034BatchRunPivotRepo"
          + "rtsResponse\022K\n\rpivot_reports\030\001 \003(\01324.goo"
          + "gle.analytics.data.v1beta.RunPivotReport"
          + "Response\022\014\n\004kind\030\002 \001(\t\"Q\n\022GetMetadataReq"
          + "uest\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%analyticsdat"
          + "a.googleapis.com/Metadata\"\251\004\n\030RunRealtim"
          + "eReportRequest\022\020\n\010property\030\001 \001(\t\022;\n\ndime"
          + "nsions\030\002 \003(\0132\'.google.analytics.data.v1b"
          + "eta.Dimension\0225\n\007metrics\030\003 \003(\0132$.google."
          + "analytics.data.v1beta.Metric\022H\n\020dimensio"
          + "n_filter\030\004 \001(\0132..google.analytics.data.v"
          + "1beta.FilterExpression\022E\n\rmetric_filter\030"
          + "\005 \001(\0132..google.analytics.data.v1beta.Fil"
          + "terExpression\022\r\n\005limit\030\006 \001(\003\022L\n\023metric_a"
          + "ggregations\030\007 \003(\0162/.google.analytics.dat"
          + "a.v1beta.MetricAggregation\0228\n\torder_bys\030"
          + "\010 \003(\0132%.google.analytics.data.v1beta.Ord"
          + "erBy\022\035\n\025return_property_quota\030\t \001(\010\022@\n\rm"
          + "inute_ranges\030\n \003(\0132).google.analytics.da"
          + "ta.v1beta.MinuteRange\"\335\003\n\031RunRealtimeRep"
          + "ortResponse\022H\n\021dimension_headers\030\001 \003(\0132-"
          + ".google.analytics.data.v1beta.DimensionH"
          + "eader\022B\n\016metric_headers\030\002 \003(\0132*.google.a"
          + "nalytics.data.v1beta.MetricHeader\022/\n\004row"
          + "s\030\003 \003(\0132!.google.analytics.data.v1beta.R"
          + "ow\0221\n\006totals\030\004 \003(\0132!.google.analytics.da"
          + "ta.v1beta.Row\0223\n\010maximums\030\005 \003(\0132!.google"
          + ".analytics.data.v1beta.Row\0223\n\010minimums\030\006"
          + " \003(\0132!.google.analytics.data.v1beta.Row\022"
          + "\021\n\trow_count\030\007 \001(\005\022C\n\016property_quota\030\010 \001"
          + "(\0132+.google.analytics.data.v1beta.Proper"
          + "tyQuota\022\014\n\004kind\030\t \001(\t2\254\013\n\021BetaAnalyticsD"
          + "ata\022\242\001\n\tRunReport\022..google.analytics.dat"
          + "a.v1beta.RunReportRequest\032/.google.analy"
          + "tics.data.v1beta.RunReportResponse\"4\202\323\344\223"
          + "\002.\")/v1beta/{property=properties/*}:runR"
          + "eport:\001*\022\266\001\n\016RunPivotReport\0223.google.ana"
          + "lytics.data.v1beta.RunPivotReportRequest"
          + "\0324.google.analytics.data.v1beta.RunPivot"
          + "ReportResponse\"9\202\323\344\223\0023\"./v1beta/{propert"
          + "y=properties/*}:runPivotReport:\001*\022\272\001\n\017Ba"
          + "tchRunReports\0224.google.analytics.data.v1"
          + "beta.BatchRunReportsRequest\0325.google.ana"
          + "lytics.data.v1beta.BatchRunReportsRespon"
          + "se\":\202\323\344\223\0024\"//v1beta/{property=properties"
          + "/*}:batchRunReports:\001*\022\316\001\n\024BatchRunPivot"
          + "Reports\0229.google.analytics.data.v1beta.B"
          + "atchRunPivotReportsRequest\032:.google.anal"
          + "ytics.data.v1beta.BatchRunPivotReportsRe"
          + "sponse\"?\202\323\344\223\0029\"4/v1beta/{property=proper"
          + "ties/*}:batchRunPivotReports:\001*\022\234\001\n\013GetM"
          + "etadata\0220.google.analytics.data.v1beta.G"
          + "etMetadataRequest\032&.google.analytics.dat"
          + "a.v1beta.Metadata\"3\202\323\344\223\002&\022$/v1beta/{name"
          + "=properties/*/metadata}\332A\004name\022\302\001\n\021RunRe"
          + "altimeReport\0226.google.analytics.data.v1b"
          + "eta.RunRealtimeReportRequest\0327.google.an"
          + "alytics.data.v1beta.RunRealtimeReportRes"
          + "ponse\"<\202\323\344\223\0026\"1/v1beta/{property=propert"
          + "ies/*}:runRealtimeReport:\001*\022\306\001\n\022CheckCom"
          + "patibility\0227.google.analytics.data.v1bet"
          + "a.CheckCompatibilityRequest\0328.google.ana"
          + "lytics.data.v1beta.CheckCompatibilityRes"
          + "ponse\"=\202\323\344\223\0027\"2/v1beta/{property=propert"
          + "ies/*}:checkCompatibility:\001*\032~\312A\034analyti"
          + "csdata.googleapis.com\322A\\https://www.goog"
          + "leapis.com/auth/analytics,https://www.go"
          + "ogleapis.com/auth/analytics.readonlyB}\n "
          + "com.google.analytics.data.v1betaB\025Analyt"
          + "icsDataApiProtoP\001Z@google.golang.org/gen"
          + "proto/googleapis/analytics/data/v1beta;d"
          + "atab\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.analytics.data.v1beta.ReportingApiProto.getDescriptor(),
              com.google.api.AnnotationsProto.getDescriptor(),
              com.google.api.ClientProto.getDescriptor(),
              com.google.api.FieldBehaviorProto.getDescriptor(),
              com.google.api.ResourceProto.getDescriptor(),
            });
    internal_static_google_analytics_data_v1beta_CheckCompatibilityRequest_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_analytics_data_v1beta_CheckCompatibilityRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_CheckCompatibilityRequest_descriptor,
            new java.lang.String[] {
              "Property",
              "Dimensions",
              "Metrics",
              "DimensionFilter",
              "MetricFilter",
              "CompatibilityFilter",
            });
    internal_static_google_analytics_data_v1beta_CheckCompatibilityResponse_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_analytics_data_v1beta_CheckCompatibilityResponse_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_CheckCompatibilityResponse_descriptor,
            new java.lang.String[] {
              "DimensionCompatibilities", "MetricCompatibilities",
            });
    internal_static_google_analytics_data_v1beta_Metadata_descriptor =
        getDescriptor().getMessageTypes().get(2);
    internal_static_google_analytics_data_v1beta_Metadata_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_Metadata_descriptor,
            new java.lang.String[] {
              "Name", "Dimensions", "Metrics",
            });
    internal_static_google_analytics_data_v1beta_RunReportRequest_descriptor =
        getDescriptor().getMessageTypes().get(3);
    internal_static_google_analytics_data_v1beta_RunReportRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_RunReportRequest_descriptor,
            new java.lang.String[] {
              "Property",
              "Dimensions",
              "Metrics",
              "DateRanges",
              "DimensionFilter",
              "MetricFilter",
              "Offset",
              "Limit",
              "MetricAggregations",
              "OrderBys",
              "CurrencyCode",
              "CohortSpec",
              "KeepEmptyRows",
              "ReturnPropertyQuota",
            });
    internal_static_google_analytics_data_v1beta_RunReportResponse_descriptor =
        getDescriptor().getMessageTypes().get(4);
    internal_static_google_analytics_data_v1beta_RunReportResponse_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_RunReportResponse_descriptor,
            new java.lang.String[] {
              "DimensionHeaders",
              "MetricHeaders",
              "Rows",
              "Totals",
              "Maximums",
              "Minimums",
              "RowCount",
              "Metadata",
              "PropertyQuota",
              "Kind",
            });
    internal_static_google_analytics_data_v1beta_RunPivotReportRequest_descriptor =
        getDescriptor().getMessageTypes().get(5);
    internal_static_google_analytics_data_v1beta_RunPivotReportRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_RunPivotReportRequest_descriptor,
            new java.lang.String[] {
              "Property",
              "Dimensions",
              "Metrics",
              "DateRanges",
              "Pivots",
              "DimensionFilter",
              "MetricFilter",
              "CurrencyCode",
              "CohortSpec",
              "KeepEmptyRows",
              "ReturnPropertyQuota",
            });
    internal_static_google_analytics_data_v1beta_RunPivotReportResponse_descriptor =
        getDescriptor().getMessageTypes().get(6);
    internal_static_google_analytics_data_v1beta_RunPivotReportResponse_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_RunPivotReportResponse_descriptor,
            new java.lang.String[] {
              "PivotHeaders",
              "DimensionHeaders",
              "MetricHeaders",
              "Rows",
              "Aggregates",
              "Metadata",
              "PropertyQuota",
              "Kind",
            });
    internal_static_google_analytics_data_v1beta_BatchRunReportsRequest_descriptor =
        getDescriptor().getMessageTypes().get(7);
    internal_static_google_analytics_data_v1beta_BatchRunReportsRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_BatchRunReportsRequest_descriptor,
            new java.lang.String[] {
              "Property", "Requests",
            });
    internal_static_google_analytics_data_v1beta_BatchRunReportsResponse_descriptor =
        getDescriptor().getMessageTypes().get(8);
    internal_static_google_analytics_data_v1beta_BatchRunReportsResponse_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_BatchRunReportsResponse_descriptor,
            new java.lang.String[] {
              "Reports", "Kind",
            });
    internal_static_google_analytics_data_v1beta_BatchRunPivotReportsRequest_descriptor =
        getDescriptor().getMessageTypes().get(9);
    internal_static_google_analytics_data_v1beta_BatchRunPivotReportsRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_BatchRunPivotReportsRequest_descriptor,
            new java.lang.String[] {
              "Property", "Requests",
            });
    internal_static_google_analytics_data_v1beta_BatchRunPivotReportsResponse_descriptor =
        getDescriptor().getMessageTypes().get(10);
    internal_static_google_analytics_data_v1beta_BatchRunPivotReportsResponse_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_BatchRunPivotReportsResponse_descriptor,
            new java.lang.String[] {
              "PivotReports", "Kind",
            });
    internal_static_google_analytics_data_v1beta_GetMetadataRequest_descriptor =
        getDescriptor().getMessageTypes().get(11);
    internal_static_google_analytics_data_v1beta_GetMetadataRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_GetMetadataRequest_descriptor,
            new java.lang.String[] {
              "Name",
            });
    internal_static_google_analytics_data_v1beta_RunRealtimeReportRequest_descriptor =
        getDescriptor().getMessageTypes().get(12);
    internal_static_google_analytics_data_v1beta_RunRealtimeReportRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_RunRealtimeReportRequest_descriptor,
            new java.lang.String[] {
              "Property",
              "Dimensions",
              "Metrics",
              "DimensionFilter",
              "MetricFilter",
              "Limit",
              "MetricAggregations",
              "OrderBys",
              "ReturnPropertyQuota",
              "MinuteRanges",
            });
    internal_static_google_analytics_data_v1beta_RunRealtimeReportResponse_descriptor =
        getDescriptor().getMessageTypes().get(13);
    internal_static_google_analytics_data_v1beta_RunRealtimeReportResponse_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_analytics_data_v1beta_RunRealtimeReportResponse_descriptor,
            new java.lang.String[] {
              "DimensionHeaders",
              "MetricHeaders",
              "Rows",
              "Totals",
              "Maximums",
              "Minimums",
              "RowCount",
              "PropertyQuota",
              "Kind",
            });
    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.resource);
    registry.add(com.google.api.ResourceProto.resourceReference);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.analytics.data.v1beta.ReportingApiProto.getDescriptor();
    com.google.api.AnnotationsProto.getDescriptor();
    com.google.api.ClientProto.getDescriptor();
    com.google.api.FieldBehaviorProto.getDescriptor();
    com.google.api.ResourceProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
