• 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/image.proto
19 
20 package io.grafeas.v1;
21 
22 public final class Image {
Image()23   private Image() {}
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_Layer_descriptor;
33   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
34       internal_static_grafeas_v1_Layer_fieldAccessorTable;
35   static final com.google.protobuf.Descriptors.Descriptor
36       internal_static_grafeas_v1_Fingerprint_descriptor;
37   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
38       internal_static_grafeas_v1_Fingerprint_fieldAccessorTable;
39   static final com.google.protobuf.Descriptors.Descriptor
40       internal_static_grafeas_v1_ImageNote_descriptor;
41   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
42       internal_static_grafeas_v1_ImageNote_fieldAccessorTable;
43   static final com.google.protobuf.Descriptors.Descriptor
44       internal_static_grafeas_v1_ImageOccurrence_descriptor;
45   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
46       internal_static_grafeas_v1_ImageOccurrence_fieldAccessorTable;
47 
getDescriptor()48   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
49     return descriptor;
50   }
51 
52   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
53 
54   static {
55     java.lang.String[] descriptorData = {
56       "\n\026grafeas/v1/image.proto\022\ngrafeas.v1\"-\n\005"
57           + "Layer\022\021\n\tdirective\030\001 \001(\t\022\021\n\targuments\030\002 "
58           + "\001(\t\"@\n\013Fingerprint\022\017\n\007v1_name\030\001 \001(\t\022\017\n\007v"
59           + "2_blob\030\002 \003(\t\022\017\n\007v2_name\030\003 \001(\t\"O\n\tImageNo"
60           + "te\022\024\n\014resource_url\030\001 \001(\t\022,\n\013fingerprint\030"
61           + "\002 \001(\0132\027.grafeas.v1.Fingerprint\"\223\001\n\017Image"
62           + "Occurrence\022,\n\013fingerprint\030\001 \001(\0132\027.grafea"
63           + "s.v1.Fingerprint\022\020\n\010distance\030\002 \001(\005\022%\n\nla"
64           + "yer_info\030\003 \003(\0132\021.grafeas.v1.Layer\022\031\n\021bas"
65           + "e_resource_url\030\004 \001(\tBQ\n\rio.grafeas.v1P\001Z"
66           + "8google.golang.org/genproto/googleapis/g"
67           + "rafeas/v1;grafeas\242\002\003GRAb\006proto3"
68     };
69     descriptor =
70         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
71             descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
72     internal_static_grafeas_v1_Layer_descriptor = getDescriptor().getMessageTypes().get(0);
73     internal_static_grafeas_v1_Layer_fieldAccessorTable =
74         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
75             internal_static_grafeas_v1_Layer_descriptor,
76             new java.lang.String[] {
77               "Directive", "Arguments",
78             });
79     internal_static_grafeas_v1_Fingerprint_descriptor = getDescriptor().getMessageTypes().get(1);
80     internal_static_grafeas_v1_Fingerprint_fieldAccessorTable =
81         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
82             internal_static_grafeas_v1_Fingerprint_descriptor,
83             new java.lang.String[] {
84               "V1Name", "V2Blob", "V2Name",
85             });
86     internal_static_grafeas_v1_ImageNote_descriptor = getDescriptor().getMessageTypes().get(2);
87     internal_static_grafeas_v1_ImageNote_fieldAccessorTable =
88         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
89             internal_static_grafeas_v1_ImageNote_descriptor,
90             new java.lang.String[] {
91               "ResourceUrl", "Fingerprint",
92             });
93     internal_static_grafeas_v1_ImageOccurrence_descriptor =
94         getDescriptor().getMessageTypes().get(3);
95     internal_static_grafeas_v1_ImageOccurrence_fieldAccessorTable =
96         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
97             internal_static_grafeas_v1_ImageOccurrence_descriptor,
98             new java.lang.String[] {
99               "Fingerprint", "Distance", "LayerInfo", "BaseResourceUrl",
100             });
101   }
102 
103   // @@protoc_insertion_point(outer_class_scope)
104 }
105