-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathBuild.java
More file actions
109 lines (98 loc) · 4.6 KB
/
Copy pathBuild.java
File metadata and controls
109 lines (98 loc) · 4.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/*
* Copyright 2026 The Grafeas Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: grafeas/v1/build.proto
// Protobuf Java Version: 4.33.2
package io.grafeas.v1;
@com.google.protobuf.Generated
public final class Build extends com.google.protobuf.GeneratedFile {
private Build() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 33,
/* patch= */ 2,
/* suffix= */ "",
"Build");
}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_grafeas_v1_BuildNote_descriptor;
static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_grafeas_v1_BuildNote_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_grafeas_v1_BuildOccurrence_descriptor;
static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_grafeas_v1_BuildOccurrence_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
static {
java.lang.String[] descriptorData = {
"\n\026grafeas/v1/build.proto\022\ngrafeas.v1\032\"gr"
+ "afeas/v1/intoto_provenance.proto\032!grafea"
+ "s/v1/intoto_statement.proto\032\033grafeas/v1/"
+ "provenance.proto\"$\n\tBuildNote\022\027\n\017builder"
+ "_version\030\001 \001(\t\"\224\002\n\017BuildOccurrence\022/\n\npr"
+ "ovenance\030\001 \001(\0132\033.grafeas.v1.BuildProvena"
+ "nce\022\030\n\020provenance_bytes\030\002 \001(\t\0227\n\021intoto_"
+ "provenance\030\003 \001(\0132\034.grafeas.v1.InTotoProv"
+ "enance\0225\n\020intoto_statement\030\004 \001(\0132\033.grafe"
+ "as.v1.InTotoStatement\022F\n\032in_toto_slsa_pr"
+ "ovenance_v1\030\005 \001(\0132\".grafeas.v1.InTotoSls"
+ "aProvenanceV1BQ\n\rio.grafeas.v1P\001Z8google"
+ ".golang.org/genproto/googleapis/grafeas/"
+ "v1;grafeas\242\002\003GRAb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
io.grafeas.v1.InTotoProvenanceProto.getDescriptor(),
io.grafeas.v1.InTotoStatementProto.getDescriptor(),
io.grafeas.v1.Provenance.getDescriptor(),
});
internal_static_grafeas_v1_BuildNote_descriptor = getDescriptor().getMessageType(0);
internal_static_grafeas_v1_BuildNote_fieldAccessorTable =
new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_grafeas_v1_BuildNote_descriptor,
new java.lang.String[] {
"BuilderVersion",
});
internal_static_grafeas_v1_BuildOccurrence_descriptor = getDescriptor().getMessageType(1);
internal_static_grafeas_v1_BuildOccurrence_fieldAccessorTable =
new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_grafeas_v1_BuildOccurrence_descriptor,
new java.lang.String[] {
"Provenance",
"ProvenanceBytes",
"IntotoProvenance",
"IntotoStatement",
"InTotoSlsaProvenanceV1",
});
descriptor.resolveAllFeaturesImmutable();
io.grafeas.v1.InTotoProvenanceProto.getDescriptor();
io.grafeas.v1.InTotoStatementProto.getDescriptor();
io.grafeas.v1.Provenance.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}