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/upgrade.proto 19 20 package io.grafeas.v1; 21 22 public final class Upgrade { Upgrade()23 private Upgrade() {} 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 31 static final com.google.protobuf.Descriptors.Descriptor 32 internal_static_grafeas_v1_UpgradeNote_descriptor; 33 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 34 internal_static_grafeas_v1_UpgradeNote_fieldAccessorTable; 35 static final com.google.protobuf.Descriptors.Descriptor 36 internal_static_grafeas_v1_UpgradeDistribution_descriptor; 37 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 38 internal_static_grafeas_v1_UpgradeDistribution_fieldAccessorTable; 39 static final com.google.protobuf.Descriptors.Descriptor 40 internal_static_grafeas_v1_WindowsUpdate_descriptor; 41 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 42 internal_static_grafeas_v1_WindowsUpdate_fieldAccessorTable; 43 static final com.google.protobuf.Descriptors.Descriptor 44 internal_static_grafeas_v1_WindowsUpdate_Identity_descriptor; 45 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 46 internal_static_grafeas_v1_WindowsUpdate_Identity_fieldAccessorTable; 47 static final com.google.protobuf.Descriptors.Descriptor 48 internal_static_grafeas_v1_WindowsUpdate_Category_descriptor; 49 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 50 internal_static_grafeas_v1_WindowsUpdate_Category_fieldAccessorTable; 51 static final com.google.protobuf.Descriptors.Descriptor 52 internal_static_grafeas_v1_UpgradeOccurrence_descriptor; 53 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 54 internal_static_grafeas_v1_UpgradeOccurrence_fieldAccessorTable; 55 getDescriptor()56 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 57 return descriptor; 58 } 59 60 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 61 62 static { 63 java.lang.String[] descriptorData = { 64 "\n\030grafeas/v1/upgrade.proto\022\ngrafeas.v1\032\037" 65 + "google/protobuf/timestamp.proto\032\030grafeas" 66 + "/v1/package.proto\"\257\001\n\013UpgradeNote\022\017\n\007pac" 67 + "kage\030\001 \001(\t\022$\n\007version\030\002 \001(\0132\023.grafeas.v1" 68 + ".Version\0226\n\rdistributions\030\003 \003(\0132\037.grafea" 69 + "s.v1.UpgradeDistribution\0221\n\016windows_upda" 70 + "te\030\004 \001(\0132\031.grafeas.v1.WindowsUpdate\"]\n\023U" 71 + "pgradeDistribution\022\017\n\007cpe_uri\030\001 \001(\t\022\026\n\016c" 72 + "lassification\030\002 \001(\t\022\020\n\010severity\030\003 \001(\t\022\013\n" 73 + "\003cve\030\004 \003(\t\"\354\002\n\rWindowsUpdate\0224\n\010identity" 74 + "\030\001 \001(\0132\".grafeas.v1.WindowsUpdate.Identi" 75 + "ty\022\r\n\005title\030\002 \001(\t\022\023\n\013description\030\003 \001(\t\0226" 76 + "\n\ncategories\030\004 \003(\0132\".grafeas.v1.WindowsU" 77 + "pdate.Category\022\026\n\016kb_article_ids\030\005 \003(\t\022\023" 78 + "\n\013support_url\030\006 \001(\t\022<\n\030last_published_ti" 79 + "mestamp\030\007 \001(\0132\032.google.protobuf.Timestam" 80 + "p\032/\n\010Identity\022\021\n\tupdate_id\030\001 \001(\t\022\020\n\010revi" 81 + "sion\030\002 \001(\005\032-\n\010Category\022\023\n\013category_id\030\001 " 82 + "\001(\t\022\014\n\004name\030\002 \001(\t\"\273\001\n\021UpgradeOccurrence\022" 83 + "\017\n\007package\030\001 \001(\t\022+\n\016parsed_version\030\003 \001(\013" 84 + "2\023.grafeas.v1.Version\0225\n\014distribution\030\004 " 85 + "\001(\0132\037.grafeas.v1.UpgradeDistribution\0221\n\016" 86 + "windows_update\030\005 \001(\0132\031.grafeas.v1.Window" 87 + "sUpdateBQ\n\rio.grafeas.v1P\001Z8google.golan" 88 + "g.org/genproto/googleapis/grafeas/v1;gra" 89 + "feas\242\002\003GRAb\006proto3" 90 }; 91 descriptor = 92 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 93 descriptorData, 94 new com.google.protobuf.Descriptors.FileDescriptor[] { 95 com.google.protobuf.TimestampProto.getDescriptor(), 96 io.grafeas.v1.Package.getDescriptor(), 97 }); 98 internal_static_grafeas_v1_UpgradeNote_descriptor = getDescriptor().getMessageTypes().get(0); 99 internal_static_grafeas_v1_UpgradeNote_fieldAccessorTable = 100 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 101 internal_static_grafeas_v1_UpgradeNote_descriptor, 102 new java.lang.String[] { 103 "Package", "Version", "Distributions", "WindowsUpdate", 104 }); 105 internal_static_grafeas_v1_UpgradeDistribution_descriptor = 106 getDescriptor().getMessageTypes().get(1); 107 internal_static_grafeas_v1_UpgradeDistribution_fieldAccessorTable = 108 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 109 internal_static_grafeas_v1_UpgradeDistribution_descriptor, 110 new java.lang.String[] { 111 "CpeUri", "Classification", "Severity", "Cve", 112 }); 113 internal_static_grafeas_v1_WindowsUpdate_descriptor = getDescriptor().getMessageTypes().get(2); 114 internal_static_grafeas_v1_WindowsUpdate_fieldAccessorTable = 115 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 116 internal_static_grafeas_v1_WindowsUpdate_descriptor, 117 new java.lang.String[] { 118 "Identity", 119 "Title", 120 "Description", 121 "Categories", 122 "KbArticleIds", 123 "SupportUrl", 124 "LastPublishedTimestamp", 125 }); 126 internal_static_grafeas_v1_WindowsUpdate_Identity_descriptor = 127 internal_static_grafeas_v1_WindowsUpdate_descriptor.getNestedTypes().get(0); 128 internal_static_grafeas_v1_WindowsUpdate_Identity_fieldAccessorTable = 129 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 130 internal_static_grafeas_v1_WindowsUpdate_Identity_descriptor, 131 new java.lang.String[] { 132 "UpdateId", "Revision", 133 }); 134 internal_static_grafeas_v1_WindowsUpdate_Category_descriptor = 135 internal_static_grafeas_v1_WindowsUpdate_descriptor.getNestedTypes().get(1); 136 internal_static_grafeas_v1_WindowsUpdate_Category_fieldAccessorTable = 137 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 138 internal_static_grafeas_v1_WindowsUpdate_Category_descriptor, 139 new java.lang.String[] { 140 "CategoryId", "Name", 141 }); 142 internal_static_grafeas_v1_UpgradeOccurrence_descriptor = 143 getDescriptor().getMessageTypes().get(3); 144 internal_static_grafeas_v1_UpgradeOccurrence_fieldAccessorTable = 145 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 146 internal_static_grafeas_v1_UpgradeOccurrence_descriptor, 147 new java.lang.String[] { 148 "Package", "ParsedVersion", "Distribution", "WindowsUpdate", 149 }); com.google.protobuf.TimestampProto.getDescriptor()150 com.google.protobuf.TimestampProto.getDescriptor(); io.grafeas.v1.Package.getDescriptor()151 io.grafeas.v1.Package.getDescriptor(); 152 } 153 154 // @@protoc_insertion_point(outer_class_scope) 155 } 156