1 /* 2 * Copyright 2019 The Grafeas Authors. All rights reserved. 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 17 // Generated by the protocol buffer compiler. DO NOT EDIT! 18 // source: grafeas/v1/severity.proto 19 20 package io.grafeas.v1; 21 22 public final class SeverityOuterClass { SeverityOuterClass()23 private SeverityOuterClass() {} 24 registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)25 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} 26 registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)27 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { 28 registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); 29 } 30 getDescriptor()31 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 32 return descriptor; 33 } 34 35 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 36 37 static { 38 java.lang.String[] descriptorData = { 39 "\n\031grafeas/v1/severity.proto\022\ngrafeas.v1*" 40 + "^\n\010Severity\022\030\n\024SEVERITY_UNSPECIFIED\020\000\022\013\n" 41 + "\007MINIMAL\020\001\022\007\n\003LOW\020\002\022\n\n\006MEDIUM\020\003\022\010\n\004HIGH\020" 42 + "\004\022\014\n\010CRITICAL\020\005BQ\n\rio.grafeas.v1P\001Z8goog" 43 + "le.golang.org/genproto/googleapis/grafea" 44 + "s/v1;grafeas\242\002\003GRAb\006proto3" 45 }; 46 descriptor = 47 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 48 descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); 49 } 50 51 // @@protoc_insertion_point(outer_class_scope) 52 } 53