• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/attestation.proto
19 
20 package io.grafeas.v1;
21 
22 public final class Attestation {
Attestation()23   private Attestation() {}
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_AttestationNote_descriptor;
33   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
34       internal_static_grafeas_v1_AttestationNote_fieldAccessorTable;
35   static final com.google.protobuf.Descriptors.Descriptor
36       internal_static_grafeas_v1_AttestationNote_Hint_descriptor;
37   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
38       internal_static_grafeas_v1_AttestationNote_Hint_fieldAccessorTable;
39   static final com.google.protobuf.Descriptors.Descriptor internal_static_grafeas_v1_Jwt_descriptor;
40   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
41       internal_static_grafeas_v1_Jwt_fieldAccessorTable;
42   static final com.google.protobuf.Descriptors.Descriptor
43       internal_static_grafeas_v1_AttestationOccurrence_descriptor;
44   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
45       internal_static_grafeas_v1_AttestationOccurrence_fieldAccessorTable;
46 
getDescriptor()47   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
48     return descriptor;
49   }
50 
51   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
52 
53   static {
54     java.lang.String[] descriptorData = {
55       "\n\034grafeas/v1/attestation.proto\022\ngrafeas."
56           + "v1\032\027grafeas/v1/common.proto\"f\n\017Attestati"
57           + "onNote\022.\n\004hint\030\001 \001(\0132 .grafeas.v1.Attest"
58           + "ationNote.Hint\032#\n\004Hint\022\033\n\023human_readable"
59           + "_name\030\001 \001(\t\"\032\n\003Jwt\022\023\n\013compact_jwt\030\001 \001(\t\""
60           + "}\n\025AttestationOccurrence\022\032\n\022serialized_p"
61           + "ayload\030\001 \001(\014\022)\n\nsignatures\030\002 \003(\0132\025.grafe"
62           + "as.v1.Signature\022\035\n\004jwts\030\003 \003(\0132\017.grafeas."
63           + "v1.JwtBQ\n\rio.grafeas.v1P\001Z8google.golang"
64           + ".org/genproto/googleapis/grafeas/v1;graf"
65           + "eas\242\002\003GRAb\006proto3"
66     };
67     descriptor =
68         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
69             descriptorData,
70             new com.google.protobuf.Descriptors.FileDescriptor[] {
71               io.grafeas.v1.Common.getDescriptor(),
72             });
73     internal_static_grafeas_v1_AttestationNote_descriptor =
74         getDescriptor().getMessageTypes().get(0);
75     internal_static_grafeas_v1_AttestationNote_fieldAccessorTable =
76         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
77             internal_static_grafeas_v1_AttestationNote_descriptor,
78             new java.lang.String[] {
79               "Hint",
80             });
81     internal_static_grafeas_v1_AttestationNote_Hint_descriptor =
82         internal_static_grafeas_v1_AttestationNote_descriptor.getNestedTypes().get(0);
83     internal_static_grafeas_v1_AttestationNote_Hint_fieldAccessorTable =
84         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
85             internal_static_grafeas_v1_AttestationNote_Hint_descriptor,
86             new java.lang.String[] {
87               "HumanReadableName",
88             });
89     internal_static_grafeas_v1_Jwt_descriptor = getDescriptor().getMessageTypes().get(1);
90     internal_static_grafeas_v1_Jwt_fieldAccessorTable =
91         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
92             internal_static_grafeas_v1_Jwt_descriptor,
93             new java.lang.String[] {
94               "CompactJwt",
95             });
96     internal_static_grafeas_v1_AttestationOccurrence_descriptor =
97         getDescriptor().getMessageTypes().get(2);
98     internal_static_grafeas_v1_AttestationOccurrence_fieldAccessorTable =
99         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
100             internal_static_grafeas_v1_AttestationOccurrence_descriptor,
101             new java.lang.String[] {
102               "SerializedPayload", "Signatures", "Jwts",
103             });
io.grafeas.v1.Common.getDescriptor()104     io.grafeas.v1.Common.getDescriptor();
105   }
106 
107   // @@protoc_insertion_point(outer_class_scope)
108 }
109