• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2020 Google LLC
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 // Generated by the protocol buffer compiler.  DO NOT EDIT!
17 // source: google/cloud/automl/v1/geometry.proto
18 
19 package com.google.cloud.automl.v1;
20 
21 public final class Geometry {
Geometry()22   private Geometry() {}
23 
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
25 
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
27     registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
28   }
29 
30   static final com.google.protobuf.Descriptors.Descriptor
31       internal_static_google_cloud_automl_v1_NormalizedVertex_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_automl_v1_NormalizedVertex_fieldAccessorTable;
34   static final com.google.protobuf.Descriptors.Descriptor
35       internal_static_google_cloud_automl_v1_BoundingPoly_descriptor;
36   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
37       internal_static_google_cloud_automl_v1_BoundingPoly_fieldAccessorTable;
38 
getDescriptor()39   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
40     return descriptor;
41   }
42 
43   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
44 
45   static {
46     java.lang.String[] descriptorData = {
47       "\n%google/cloud/automl/v1/geometry.proto\022"
48           + "\026google.cloud.automl.v1\"(\n\020NormalizedVer"
49           + "tex\022\t\n\001x\030\001 \001(\002\022\t\n\001y\030\002 \001(\002\"U\n\014BoundingPol"
50           + "y\022E\n\023normalized_vertices\030\002 \003(\0132(.google."
51           + "cloud.automl.v1.NormalizedVertexB\240\001\n\032com"
52           + ".google.cloud.automl.v1P\001Z2cloud.google."
53           + "com/go/automl/apiv1/automlpb;automlpb\252\002\026"
54           + "Google.Cloud.AutoML.V1\312\002\026Google\\Cloud\\Au"
55           + "toMl\\V1\352\002\031Google::Cloud::AutoML::V1b\006pro"
56           + "to3"
57     };
58     descriptor =
59         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
60             descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
61     internal_static_google_cloud_automl_v1_NormalizedVertex_descriptor =
62         getDescriptor().getMessageTypes().get(0);
63     internal_static_google_cloud_automl_v1_NormalizedVertex_fieldAccessorTable =
64         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
65             internal_static_google_cloud_automl_v1_NormalizedVertex_descriptor,
66             new java.lang.String[] {
67               "X", "Y",
68             });
69     internal_static_google_cloud_automl_v1_BoundingPoly_descriptor =
70         getDescriptor().getMessageTypes().get(1);
71     internal_static_google_cloud_automl_v1_BoundingPoly_fieldAccessorTable =
72         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
73             internal_static_google_cloud_automl_v1_BoundingPoly_descriptor,
74             new java.lang.String[] {
75               "NormalizedVertices",
76             });
77   }
78 
79   // @@protoc_insertion_point(outer_class_scope)
80 }
81