/*
 * 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/run/v2/condition.proto

package com.google.cloud.run.v2;

public final class ConditionProto {
  private ConditionProto() {}

  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_run_v2_Condition_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_run_v2_Condition_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/run/v2/condition.proto\022\023g"
          + "oogle.cloud.run.v2\032\037google/protobuf/time"
          + "stamp.proto\"\220\014\n\tCondition\022\014\n\004type\030\001 \001(\t\022"
          + "3\n\005state\030\002 \001(\0162$.google.cloud.run.v2.Con"
          + "dition.State\022\017\n\007message\030\003 \001(\t\0228\n\024last_tr"
          + "ansition_time\030\004 \001(\0132\032.google.protobuf.Ti"
          + "mestamp\0229\n\010severity\030\005 \001(\0162\'.google.cloud"
          + ".run.v2.Condition.Severity\022=\n\006reason\030\006 \001"
          + "(\0162+.google.cloud.run.v2.Condition.Commo"
          + "nReasonH\000\022H\n\017revision_reason\030\t \001(\0162-.goo"
          + "gle.cloud.run.v2.Condition.RevisionReaso"
          + "nH\000\022J\n\020execution_reason\030\013 \001(\0162..google.c"
          + "loud.run.v2.Condition.ExecutionReasonH\000\""
          + "\177\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\025\n\021CONDI"
          + "TION_PENDING\020\001\022\031\n\025CONDITION_RECONCILING\020"
          + "\002\022\024\n\020CONDITION_FAILED\020\003\022\027\n\023CONDITION_SUC"
          + "CEEDED\020\004\"F\n\010Severity\022\030\n\024SEVERITY_UNSPECI"
          + "FIED\020\000\022\t\n\005ERROR\020\001\022\013\n\007WARNING\020\002\022\010\n\004INFO\020\003"
          + "\"\262\003\n\014CommonReason\022\033\n\027COMMON_REASON_UNDEF"
          + "INED\020\000\022\013\n\007UNKNOWN\020\001\022\023\n\017REVISION_FAILED\020\003"
          + "\022\036\n\032PROGRESS_DEADLINE_EXCEEDED\020\004\022\025\n\021CONT"
          + "AINER_MISSING\020\006\022\037\n\033CONTAINER_PERMISSION_"
          + "DENIED\020\007\022 \n\034CONTAINER_IMAGE_UNAUTHORIZED"
          + "\020\010\022.\n*CONTAINER_IMAGE_AUTHORIZATION_CHEC"
          + "K_FAILED\020\t\022$\n ENCRYPTION_KEY_PERMISSION_"
          + "DENIED\020\n\022\037\n\033ENCRYPTION_KEY_CHECK_FAILED\020"
          + "\013\022\037\n\033SECRETS_ACCESS_CHECK_FAILED\020\014\022\031\n\025WA"
          + "ITING_FOR_OPERATION\020\r\022\023\n\017IMMEDIATE_RETRY"
          + "\020\016\022\023\n\017POSTPONED_RETRY\020\017\022\014\n\010INTERNAL\020\020\"\312\002"
          + "\n\016RevisionReason\022\035\n\031REVISION_REASON_UNDE"
          + "FINED\020\000\022\013\n\007PENDING\020\001\022\013\n\007RESERVE\020\002\022\013\n\007RET"
          + "IRED\020\003\022\014\n\010RETIRING\020\004\022\016\n\nRECREATING\020\005\022 \n\034"
          + "HEALTH_CHECK_CONTAINER_ERROR\020\006\022$\n CUSTOM"
          + "IZED_PATH_RESPONSE_PENDING\020\007\022!\n\035MIN_INST"
          + "ANCES_NOT_PROVISIONED\020\010\022!\n\035ACTIVE_REVISI"
          + "ON_LIMIT_REACHED\020\t\022\021\n\rNO_DEPLOYMENT\020\n\022\030\n"
          + "\024HEALTH_CHECK_SKIPPED\020\013\022\031\n\025MIN_INSTANCES"
          + "_WARMING\020\014\"\216\001\n\017ExecutionReason\022\036\n\032EXECUT"
          + "ION_REASON_UNDEFINED\020\000\022$\n JOB_STATUS_SER"
          + "VICE_POLLING_ERROR\020\001\022\026\n\022NON_ZERO_EXIT_CO"
          + "DE\020\002\022\r\n\tCANCELLED\020\003\022\016\n\nCANCELLING\020\004B\t\n\007r"
          + "easonsBV\n\027com.google.cloud.run.v2B\016Condi"
          + "tionProtoP\001Z)cloud.google.com/go/run/api"
          + "v2/runpb;runpbb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.protobuf.TimestampProto.getDescriptor(),
            });
    internal_static_google_cloud_run_v2_Condition_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_run_v2_Condition_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_run_v2_Condition_descriptor,
            new java.lang.String[] {
              "Type",
              "State",
              "Message",
              "LastTransitionTime",
              "Severity",
              "Reason",
              "RevisionReason",
              "ExecutionReason",
              "Reasons",
            });
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
