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/build.proto 19 20 package io.grafeas.v1; 21 22 public final class Build { Build()23 private Build() {} 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_BuildNote_descriptor; 33 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 34 internal_static_grafeas_v1_BuildNote_fieldAccessorTable; 35 static final com.google.protobuf.Descriptors.Descriptor 36 internal_static_grafeas_v1_BuildOccurrence_descriptor; 37 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 38 internal_static_grafeas_v1_BuildOccurrence_fieldAccessorTable; 39 getDescriptor()40 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 41 return descriptor; 42 } 43 44 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 45 46 static { 47 java.lang.String[] descriptorData = { 48 "\n\026grafeas/v1/build.proto\022\ngrafeas.v1\032\"gr" 49 + "afeas/v1/intoto_provenance.proto\032!grafea" 50 + "s/v1/intoto_statement.proto\032\033grafeas/v1/" 51 + "provenance.proto\"$\n\tBuildNote\022\027\n\017builder" 52 + "_version\030\001 \001(\t\"\314\001\n\017BuildOccurrence\022/\n\npr" 53 + "ovenance\030\001 \001(\0132\033.grafeas.v1.BuildProvena" 54 + "nce\022\030\n\020provenance_bytes\030\002 \001(\t\0227\n\021intoto_" 55 + "provenance\030\003 \001(\0132\034.grafeas.v1.InTotoProv" 56 + "enance\0225\n\020intoto_statement\030\004 \001(\0132\033.grafe" 57 + "as.v1.InTotoStatementBQ\n\rio.grafeas.v1P\001" 58 + "Z8google.golang.org/genproto/googleapis/" 59 + "grafeas/v1;grafeas\242\002\003GRAb\006proto3" 60 }; 61 descriptor = 62 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 63 descriptorData, 64 new com.google.protobuf.Descriptors.FileDescriptor[] { 65 io.grafeas.v1.InTotoProvenanceProto.getDescriptor(), 66 io.grafeas.v1.InTotoStatementProto.getDescriptor(), 67 io.grafeas.v1.Provenance.getDescriptor(), 68 }); 69 internal_static_grafeas_v1_BuildNote_descriptor = getDescriptor().getMessageTypes().get(0); 70 internal_static_grafeas_v1_BuildNote_fieldAccessorTable = 71 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 72 internal_static_grafeas_v1_BuildNote_descriptor, 73 new java.lang.String[] { 74 "BuilderVersion", 75 }); 76 internal_static_grafeas_v1_BuildOccurrence_descriptor = 77 getDescriptor().getMessageTypes().get(1); 78 internal_static_grafeas_v1_BuildOccurrence_fieldAccessorTable = 79 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 80 internal_static_grafeas_v1_BuildOccurrence_descriptor, 81 new java.lang.String[] { 82 "Provenance", "ProvenanceBytes", "IntotoProvenance", "IntotoStatement", 83 }); io.grafeas.v1.InTotoProvenanceProto.getDescriptor()84 io.grafeas.v1.InTotoProvenanceProto.getDescriptor(); io.grafeas.v1.InTotoStatementProto.getDescriptor()85 io.grafeas.v1.InTotoStatementProto.getDescriptor(); io.grafeas.v1.Provenance.getDescriptor()86 io.grafeas.v1.Provenance.getDescriptor(); 87 } 88 89 // @@protoc_insertion_point(outer_class_scope) 90 } 91