@@ -44,6 +44,18 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r
44
44
internal_static_grafeas_v1_EnvelopeSignature_descriptor ;
45
45
static final com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable
46
46
internal_static_grafeas_v1_EnvelopeSignature_fieldAccessorTable ;
47
+ static final com .google .protobuf .Descriptors .Descriptor
48
+ internal_static_grafeas_v1_FileLocation_descriptor ;
49
+ static final com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable
50
+ internal_static_grafeas_v1_FileLocation_fieldAccessorTable ;
51
+ static final com .google .protobuf .Descriptors .Descriptor
52
+ internal_static_grafeas_v1_License_descriptor ;
53
+ static final com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable
54
+ internal_static_grafeas_v1_License_fieldAccessorTable ;
55
+ static final com .google .protobuf .Descriptors .Descriptor
56
+ internal_static_grafeas_v1_Digest_descriptor ;
57
+ static final com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable
58
+ internal_static_grafeas_v1_Digest_fieldAccessorTable ;
47
59
48
60
public static com .google .protobuf .Descriptors .FileDescriptor getDescriptor () {
49
61
return descriptor ;
@@ -60,14 +72,17 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
60
72
+ "\001 (\014 \022 \024 \n \014 payload_type\030 \002 \001 (\t \022 1\n \n signatures\030 "
61
73
+ "\003 \003 (\013 2\035 .grafeas.v1.EnvelopeSignature\" /\n \021 "
62
74
+ "EnvelopeSignature\022 \013 \n \003 sig\030 \001 \001 (\014 \022 \r \n \005 keyid\030 "
63
- + "\002 \001 (\t *\276 \001 \n \010 NoteKind\022 \031 \n \025 NOTE_KIND_UNSPECIF"
64
- + "IED\020 \000 \022 \021 \n \r VULNERABILITY\020 \001 \022 \t \n \005 BUILD\020 \002 \022 \t \n \005 I"
65
- + "MAGE\020 \003 \022 \013 \n \007 PACKAGE\020 \004 \022 \016 \n \n DEPLOYMENT\020 \005 \022 \r \n \t D"
66
- + "ISCOVERY\020 \006 \022 \017 \n \013 ATTESTATION\020 \007 \022 \013 \n \007 UPGRADE\020 \010 "
67
- + "\022 \016 \n \n COMPLIANCE\020 \t \022 \024 \n \020 DSSE_ATTESTATION\020 \n BQ"
68
- + "\n \r io.grafeas.v1P\001 Z8google.golang.org/gen"
69
- + "proto/googleapis/grafeas/v1;grafeas\242 \002 \003 GR"
70
- + "Ab\006 proto3"
75
+ + "\002 \001 (\t \" !\n \014 FileLocation\022 \021 \n \t file_path\030 \001 \001 (\t "
76
+ + "\" /\n \007 License\022 \022 \n \n expression\030 \001 \001 (\t \022 \020 \n \010 comme"
77
+ + "nts\030 \002 \001 (\t \" ,\n \006 Digest\022 \014 \n \004 algo\030 \001 \001 (\t \022 \024 \n \014 dig"
78
+ + "est_bytes\030 \002 \001 (\014 *\276 \001 \n \010 NoteKind\022 \031 \n \025 NOTE_KIN"
79
+ + "D_UNSPECIFIED\020 \000 \022 \021 \n \r VULNERABILITY\020 \001 \022 \t \n \005 BU"
80
+ + "ILD\020 \002 \022 \t \n \005 IMAGE\020 \003 \022 \013 \n \007 PACKAGE\020 \004 \022 \016 \n \n DEPLOYM"
81
+ + "ENT\020 \005 \022 \r \n \t DISCOVERY\020 \006 \022 \017 \n \013 ATTESTATION\020 \007 \022 \013 \n "
82
+ + "\007 UPGRADE\020 \010 \022 \016 \n \n COMPLIANCE\020 \t \022 \024 \n \020 DSSE_ATTES"
83
+ + "TATION\020 \n BQ\n \r io.grafeas.v1P\001 Z8google.gola"
84
+ + "ng.org/genproto/googleapis/grafeas/v1;gr"
85
+ + "afeas\242 \002 \003 GRAb\006 proto3"
71
86
};
72
87
descriptor =
73
88
com .google .protobuf .Descriptors .FileDescriptor .internalBuildGeneratedFileFrom (
@@ -101,6 +116,27 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
101
116
new java .lang .String [] {
102
117
"Sig" , "Keyid" ,
103
118
});
119
+ internal_static_grafeas_v1_FileLocation_descriptor = getDescriptor ().getMessageTypes ().get (4 );
120
+ internal_static_grafeas_v1_FileLocation_fieldAccessorTable =
121
+ new com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable (
122
+ internal_static_grafeas_v1_FileLocation_descriptor ,
123
+ new java .lang .String [] {
124
+ "FilePath" ,
125
+ });
126
+ internal_static_grafeas_v1_License_descriptor = getDescriptor ().getMessageTypes ().get (5 );
127
+ internal_static_grafeas_v1_License_fieldAccessorTable =
128
+ new com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable (
129
+ internal_static_grafeas_v1_License_descriptor ,
130
+ new java .lang .String [] {
131
+ "Expression" , "Comments" ,
132
+ });
133
+ internal_static_grafeas_v1_Digest_descriptor = getDescriptor ().getMessageTypes ().get (6 );
134
+ internal_static_grafeas_v1_Digest_fieldAccessorTable =
135
+ new com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable (
136
+ internal_static_grafeas_v1_Digest_descriptor ,
137
+ new java .lang .String [] {
138
+ "Algo" , "DigestBytes" ,
139
+ });
104
140
}
105
141
106
142
// @@protoc_insertion_point(outer_class_scope)
0 commit comments