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/dsse_attestation.proto 19 20 package io.grafeas.v1; 21 22 public final class DsseAttestation { DsseAttestation()23 private DsseAttestation() {} 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_DSSEAttestationNote_descriptor; 33 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 34 internal_static_grafeas_v1_DSSEAttestationNote_fieldAccessorTable; 35 static final com.google.protobuf.Descriptors.Descriptor 36 internal_static_grafeas_v1_DSSEAttestationNote_DSSEHint_descriptor; 37 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 38 internal_static_grafeas_v1_DSSEAttestationNote_DSSEHint_fieldAccessorTable; 39 static final com.google.protobuf.Descriptors.Descriptor 40 internal_static_grafeas_v1_DSSEAttestationOccurrence_descriptor; 41 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 42 internal_static_grafeas_v1_DSSEAttestationOccurrence_fieldAccessorTable; 43 getDescriptor()44 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 45 return descriptor; 46 } 47 48 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 49 50 static { 51 java.lang.String[] descriptorData = { 52 "\n!grafeas/v1/dsse_attestation.proto\022\ngra" 53 + "feas.v1\032\027grafeas/v1/common.proto\032!grafea" 54 + "s/v1/intoto_statement.proto\"v\n\023DSSEAttes" 55 + "tationNote\0226\n\004hint\030\001 \001(\0132(.grafeas.v1.DS" 56 + "SEAttestationNote.DSSEHint\032\'\n\010DSSEHint\022\033" 57 + "\n\023human_readable_name\030\001 \001(\t\"\210\001\n\031DSSEAtte" 58 + "stationOccurrence\022&\n\010envelope\030\001 \001(\0132\024.gr" 59 + "afeas.v1.Envelope\0220\n\tstatement\030\002 \001(\0132\033.g" 60 + "rafeas.v1.InTotoStatementH\000B\021\n\017decoded_p" 61 + "ayloadBQ\n\rio.grafeas.v1P\001Z8google.golang" 62 + ".org/genproto/googleapis/grafeas/v1;graf" 63 + "eas\242\002\003GRAb\006proto3" 64 }; 65 descriptor = 66 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 67 descriptorData, 68 new com.google.protobuf.Descriptors.FileDescriptor[] { 69 io.grafeas.v1.Common.getDescriptor(), 70 io.grafeas.v1.InTotoStatementProto.getDescriptor(), 71 }); 72 internal_static_grafeas_v1_DSSEAttestationNote_descriptor = 73 getDescriptor().getMessageTypes().get(0); 74 internal_static_grafeas_v1_DSSEAttestationNote_fieldAccessorTable = 75 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 76 internal_static_grafeas_v1_DSSEAttestationNote_descriptor, 77 new java.lang.String[] { 78 "Hint", 79 }); 80 internal_static_grafeas_v1_DSSEAttestationNote_DSSEHint_descriptor = 81 internal_static_grafeas_v1_DSSEAttestationNote_descriptor.getNestedTypes().get(0); 82 internal_static_grafeas_v1_DSSEAttestationNote_DSSEHint_fieldAccessorTable = 83 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 84 internal_static_grafeas_v1_DSSEAttestationNote_DSSEHint_descriptor, 85 new java.lang.String[] { 86 "HumanReadableName", 87 }); 88 internal_static_grafeas_v1_DSSEAttestationOccurrence_descriptor = 89 getDescriptor().getMessageTypes().get(1); 90 internal_static_grafeas_v1_DSSEAttestationOccurrence_fieldAccessorTable = 91 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 92 internal_static_grafeas_v1_DSSEAttestationOccurrence_descriptor, 93 new java.lang.String[] { 94 "Envelope", "Statement", "DecodedPayload", 95 }); io.grafeas.v1.Common.getDescriptor()96 io.grafeas.v1.Common.getDescriptor(); io.grafeas.v1.InTotoStatementProto.getDescriptor()97 io.grafeas.v1.InTotoStatementProto.getDescriptor(); 98 } 99 100 // @@protoc_insertion_point(outer_class_scope) 101 } 102