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/aiplatform/v1/job_state.proto 18 19 package com.google.cloud.aiplatform.v1; 20 21 public final class JobStateProto { JobStateProto()22 private JobStateProto() {} 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 getDescriptor()30 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 31 return descriptor; 32 } 33 34 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 35 36 static { 37 java.lang.String[] descriptorData = { 38 "\n*google/cloud/aiplatform/v1/job_state.p" 39 + "roto\022\032google.cloud.aiplatform.v1*\220\002\n\010Job" 40 + "State\022\031\n\025JOB_STATE_UNSPECIFIED\020\000\022\024\n\020JOB_" 41 + "STATE_QUEUED\020\001\022\025\n\021JOB_STATE_PENDING\020\002\022\025\n" 42 + "\021JOB_STATE_RUNNING\020\003\022\027\n\023JOB_STATE_SUCCEE" 43 + "DED\020\004\022\024\n\020JOB_STATE_FAILED\020\005\022\030\n\024JOB_STATE" 44 + "_CANCELLING\020\006\022\027\n\023JOB_STATE_CANCELLED\020\007\022\024" 45 + "\n\020JOB_STATE_PAUSED\020\010\022\025\n\021JOB_STATE_EXPIRE" 46 + "D\020\t\022\026\n\022JOB_STATE_UPDATING\020\nB\313\001\n\036com.goog" 47 + "le.cloud.aiplatform.v1B\rJobStateProtoP\001Z" 48 + ">cloud.google.com/go/aiplatform/apiv1/ai" 49 + "platformpb;aiplatformpb\252\002\032Google.Cloud.A" 50 + "IPlatform.V1\312\002\032Google\\Cloud\\AIPlatform\\V" 51 + "1\352\002\035Google::Cloud::AIPlatform::V1b\006proto" 52 + "3" 53 }; 54 descriptor = 55 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 56 descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); 57 } 58 59 // @@protoc_insertion_point(outer_class_scope) 60 } 61