• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2020 Google LLC
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     https://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 // Generated by the protocol buffer compiler.  DO NOT EDIT!
17 // source: google/cloud/run/v2/condition.proto
18 
19 package com.google.cloud.run.v2;
20 
21 public final class ConditionProto {
ConditionProto()22   private ConditionProto() {}
23 
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
25 
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
27     registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
28   }
29 
30   static final com.google.protobuf.Descriptors.Descriptor
31       internal_static_google_cloud_run_v2_Condition_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_run_v2_Condition_fieldAccessorTable;
34 
getDescriptor()35   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
36     return descriptor;
37   }
38 
39   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
40 
41   static {
42     java.lang.String[] descriptorData = {
43       "\n#google/cloud/run/v2/condition.proto\022\023g"
44           + "oogle.cloud.run.v2\032\037google/protobuf/time"
45           + "stamp.proto\"\220\014\n\tCondition\022\014\n\004type\030\001 \001(\t\022"
46           + "3\n\005state\030\002 \001(\0162$.google.cloud.run.v2.Con"
47           + "dition.State\022\017\n\007message\030\003 \001(\t\0228\n\024last_tr"
48           + "ansition_time\030\004 \001(\0132\032.google.protobuf.Ti"
49           + "mestamp\0229\n\010severity\030\005 \001(\0162\'.google.cloud"
50           + ".run.v2.Condition.Severity\022=\n\006reason\030\006 \001"
51           + "(\0162+.google.cloud.run.v2.Condition.Commo"
52           + "nReasonH\000\022H\n\017revision_reason\030\t \001(\0162-.goo"
53           + "gle.cloud.run.v2.Condition.RevisionReaso"
54           + "nH\000\022J\n\020execution_reason\030\013 \001(\0162..google.c"
55           + "loud.run.v2.Condition.ExecutionReasonH\000\""
56           + "\177\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\025\n\021CONDI"
57           + "TION_PENDING\020\001\022\031\n\025CONDITION_RECONCILING\020"
58           + "\002\022\024\n\020CONDITION_FAILED\020\003\022\027\n\023CONDITION_SUC"
59           + "CEEDED\020\004\"F\n\010Severity\022\030\n\024SEVERITY_UNSPECI"
60           + "FIED\020\000\022\t\n\005ERROR\020\001\022\013\n\007WARNING\020\002\022\010\n\004INFO\020\003"
61           + "\"\262\003\n\014CommonReason\022\033\n\027COMMON_REASON_UNDEF"
62           + "INED\020\000\022\013\n\007UNKNOWN\020\001\022\023\n\017REVISION_FAILED\020\003"
63           + "\022\036\n\032PROGRESS_DEADLINE_EXCEEDED\020\004\022\025\n\021CONT"
64           + "AINER_MISSING\020\006\022\037\n\033CONTAINER_PERMISSION_"
65           + "DENIED\020\007\022 \n\034CONTAINER_IMAGE_UNAUTHORIZED"
66           + "\020\010\022.\n*CONTAINER_IMAGE_AUTHORIZATION_CHEC"
67           + "K_FAILED\020\t\022$\n ENCRYPTION_KEY_PERMISSION_"
68           + "DENIED\020\n\022\037\n\033ENCRYPTION_KEY_CHECK_FAILED\020"
69           + "\013\022\037\n\033SECRETS_ACCESS_CHECK_FAILED\020\014\022\031\n\025WA"
70           + "ITING_FOR_OPERATION\020\r\022\023\n\017IMMEDIATE_RETRY"
71           + "\020\016\022\023\n\017POSTPONED_RETRY\020\017\022\014\n\010INTERNAL\020\020\"\312\002"
72           + "\n\016RevisionReason\022\035\n\031REVISION_REASON_UNDE"
73           + "FINED\020\000\022\013\n\007PENDING\020\001\022\013\n\007RESERVE\020\002\022\013\n\007RET"
74           + "IRED\020\003\022\014\n\010RETIRING\020\004\022\016\n\nRECREATING\020\005\022 \n\034"
75           + "HEALTH_CHECK_CONTAINER_ERROR\020\006\022$\n CUSTOM"
76           + "IZED_PATH_RESPONSE_PENDING\020\007\022!\n\035MIN_INST"
77           + "ANCES_NOT_PROVISIONED\020\010\022!\n\035ACTIVE_REVISI"
78           + "ON_LIMIT_REACHED\020\t\022\021\n\rNO_DEPLOYMENT\020\n\022\030\n"
79           + "\024HEALTH_CHECK_SKIPPED\020\013\022\031\n\025MIN_INSTANCES"
80           + "_WARMING\020\014\"\216\001\n\017ExecutionReason\022\036\n\032EXECUT"
81           + "ION_REASON_UNDEFINED\020\000\022$\n JOB_STATUS_SER"
82           + "VICE_POLLING_ERROR\020\001\022\026\n\022NON_ZERO_EXIT_CO"
83           + "DE\020\002\022\r\n\tCANCELLED\020\003\022\016\n\nCANCELLING\020\004B\t\n\007r"
84           + "easonsBV\n\027com.google.cloud.run.v2B\016Condi"
85           + "tionProtoP\001Z)cloud.google.com/go/run/api"
86           + "v2/runpb;runpbb\006proto3"
87     };
88     descriptor =
89         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
90             descriptorData,
91             new com.google.protobuf.Descriptors.FileDescriptor[] {
92               com.google.protobuf.TimestampProto.getDescriptor(),
93             });
94     internal_static_google_cloud_run_v2_Condition_descriptor =
95         getDescriptor().getMessageTypes().get(0);
96     internal_static_google_cloud_run_v2_Condition_fieldAccessorTable =
97         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
98             internal_static_google_cloud_run_v2_Condition_descriptor,
99             new java.lang.String[] {
100               "Type",
101               "State",
102               "Message",
103               "LastTransitionTime",
104               "Severity",
105               "Reason",
106               "RevisionReason",
107               "ExecutionReason",
108               "Reasons",
109             });
com.google.protobuf.TimestampProto.getDescriptor()110     com.google.protobuf.TimestampProto.getDescriptor();
111   }
112 
113   // @@protoc_insertion_point(outer_class_scope)
114 }
115