/*
 * 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/cloud/tasks/v2/queue.proto

package com.google.cloud.tasks.v2;

public final class QueueProto {
  private QueueProto() {}

  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_cloud_tasks_v2_Queue_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_tasks_v2_Queue_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_tasks_v2_RateLimits_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_tasks_v2_RateLimits_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_tasks_v2_RetryConfig_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_tasks_v2_RetryConfig_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_tasks_v2_StackdriverLoggingConfig_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_tasks_v2_StackdriverLoggingConfig_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/cloud/tasks/v2/queue.proto\022\025goo"
          + "gle.cloud.tasks.v2\032\031google/api/resource."
          + "proto\032\"google/cloud/tasks/v2/target.prot"
          + "o\032\036google/protobuf/duration.proto\032\037googl"
          + "e/protobuf/timestamp.proto\"\262\004\n\005Queue\022\014\n\004"
          + "name\030\001 \001(\t\022L\n\033app_engine_routing_overrid"
          + "e\030\002 \001(\0132\'.google.cloud.tasks.v2.AppEngin"
          + "eRouting\0226\n\013rate_limits\030\003 \001(\0132!.google.c"
          + "loud.tasks.v2.RateLimits\0228\n\014retry_config"
          + "\030\004 \001(\0132\".google.cloud.tasks.v2.RetryConf"
          + "ig\0221\n\005state\030\005 \001(\0162\".google.cloud.tasks.v"
          + "2.Queue.State\022.\n\npurge_time\030\006 \001(\0132\032.goog"
          + "le.protobuf.Timestamp\022S\n\032stackdriver_log"
          + "ging_config\030\t \001(\0132/.google.cloud.tasks.v"
          + "2.StackdriverLoggingConfig\"E\n\005State\022\025\n\021S"
          + "TATE_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001\022\n\n\006PAUSE"
          + "D\020\002\022\014\n\010DISABLED\020\003:\\\352AY\n\037cloudtasks.googl"
          + "eapis.com/Queue\0226projects/{project}/loca"
          + "tions/{location}/queues/{queue}\"j\n\nRateL"
          + "imits\022!\n\031max_dispatches_per_second\030\001 \001(\001"
          + "\022\026\n\016max_burst_size\030\002 \001(\005\022!\n\031max_concurre"
          + "nt_dispatches\030\003 \001(\005\"\321\001\n\013RetryConfig\022\024\n\014m"
          + "ax_attempts\030\001 \001(\005\0225\n\022max_retry_duration\030"
          + "\002 \001(\0132\031.google.protobuf.Duration\022.\n\013min_"
          + "backoff\030\003 \001(\0132\031.google.protobuf.Duration"
          + "\022.\n\013max_backoff\030\004 \001(\0132\031.google.protobuf."
          + "Duration\022\025\n\rmax_doublings\030\005 \001(\005\"2\n\030Stack"
          + "driverLoggingConfig\022\026\n\016sampling_ratio\030\001 "
          + "\001(\001Bi\n\031com.google.cloud.tasks.v2B\nQueueP"
          + "rotoP\001Z>cloud.google.com/go/cloudtasks/a"
          + "piv2/cloudtaskspb;cloudtaskspbb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.ResourceProto.getDescriptor(),
              com.google.cloud.tasks.v2.TargetProto.getDescriptor(),
              com.google.protobuf.DurationProto.getDescriptor(),
              com.google.protobuf.TimestampProto.getDescriptor(),
            });
    internal_static_google_cloud_tasks_v2_Queue_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_tasks_v2_Queue_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_tasks_v2_Queue_descriptor,
            new java.lang.String[] {
              "Name",
              "AppEngineRoutingOverride",
              "RateLimits",
              "RetryConfig",
              "State",
              "PurgeTime",
              "StackdriverLoggingConfig",
            });
    internal_static_google_cloud_tasks_v2_RateLimits_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_cloud_tasks_v2_RateLimits_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_tasks_v2_RateLimits_descriptor,
            new java.lang.String[] {
              "MaxDispatchesPerSecond", "MaxBurstSize", "MaxConcurrentDispatches",
            });
    internal_static_google_cloud_tasks_v2_RetryConfig_descriptor =
        getDescriptor().getMessageTypes().get(2);
    internal_static_google_cloud_tasks_v2_RetryConfig_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_tasks_v2_RetryConfig_descriptor,
            new java.lang.String[] {
              "MaxAttempts", "MaxRetryDuration", "MinBackoff", "MaxBackoff", "MaxDoublings",
            });
    internal_static_google_cloud_tasks_v2_StackdriverLoggingConfig_descriptor =
        getDescriptor().getMessageTypes().get(3);
    internal_static_google_cloud_tasks_v2_StackdriverLoggingConfig_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_tasks_v2_StackdriverLoggingConfig_descriptor,
            new java.lang.String[] {
              "SamplingRatio",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.ResourceProto.resource);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.ResourceProto.getDescriptor();
    com.google.cloud.tasks.v2.TargetProto.getDescriptor();
    com.google.protobuf.DurationProto.getDescriptor();
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
