• 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/annotation_payload.proto
18 
19 package com.google.cloud.automl.v1;
20 
21 public final class AnnotationPayloadOuterClass {
AnnotationPayloadOuterClass()22   private AnnotationPayloadOuterClass() {}
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_AnnotationPayload_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_automl_v1_AnnotationPayload_fieldAccessorTable;
34 
getDescriptor()35   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
36     return descriptor;
37   }
38 
39   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
40 
41   static {
42     java.lang.String[] descriptorData = {
43       "\n/google/cloud/automl/v1/annotation_payl"
44           + "oad.proto\022\026google.cloud.automl.v1\032+googl"
45           + "e/cloud/automl/v1/classification.proto\032&"
46           + "google/cloud/automl/v1/detection.proto\032,"
47           + "google/cloud/automl/v1/text_extraction.p"
48           + "roto\032+google/cloud/automl/v1/text_sentim"
49           + "ent.proto\032(google/cloud/automl/v1/transl"
50           + "ation.proto\"\323\003\n\021AnnotationPayload\022D\n\013tra"
51           + "nslation\030\002 \001(\0132-.google.cloud.automl.v1."
52           + "TranslationAnnotationH\000\022J\n\016classificatio"
53           + "n\030\003 \001(\01320.google.cloud.automl.v1.Classif"
54           + "icationAnnotationH\000\022X\n\026image_object_dete"
55           + "ction\030\004 \001(\01326.google.cloud.automl.v1.Ima"
56           + "geObjectDetectionAnnotationH\000\022K\n\017text_ex"
57           + "traction\030\006 \001(\01320.google.cloud.automl.v1."
58           + "TextExtractionAnnotationH\000\022I\n\016text_senti"
59           + "ment\030\007 \001(\0132/.google.cloud.automl.v1.Text"
60           + "SentimentAnnotationH\000\022\032\n\022annotation_spec"
61           + "_id\030\001 \001(\t\022\024\n\014display_name\030\005 \001(\tB\010\n\006detai"
62           + "lB\240\001\n\032com.google.cloud.automl.v1P\001Z2clou"
63           + "d.google.com/go/automl/apiv1/automlpb;au"
64           + "tomlpb\252\002\026Google.Cloud.AutoML.V1\312\002\026Google"
65           + "\\Cloud\\AutoMl\\V1\352\002\031Google::Cloud::AutoML"
66           + "::V1b\006proto3"
67     };
68     descriptor =
69         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
70             descriptorData,
71             new com.google.protobuf.Descriptors.FileDescriptor[] {
72               com.google.cloud.automl.v1.ClassificationProto.getDescriptor(),
73               com.google.cloud.automl.v1.Detection.getDescriptor(),
74               com.google.cloud.automl.v1.TextExtraction.getDescriptor(),
75               com.google.cloud.automl.v1.TextSentimentProto.getDescriptor(),
76               com.google.cloud.automl.v1.TranslationProto.getDescriptor(),
77             });
78     internal_static_google_cloud_automl_v1_AnnotationPayload_descriptor =
79         getDescriptor().getMessageTypes().get(0);
80     internal_static_google_cloud_automl_v1_AnnotationPayload_fieldAccessorTable =
81         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
82             internal_static_google_cloud_automl_v1_AnnotationPayload_descriptor,
83             new java.lang.String[] {
84               "Translation",
85               "Classification",
86               "ImageObjectDetection",
87               "TextExtraction",
88               "TextSentiment",
89               "AnnotationSpecId",
90               "DisplayName",
91               "Detail",
92             });
com.google.cloud.automl.v1.ClassificationProto.getDescriptor()93     com.google.cloud.automl.v1.ClassificationProto.getDescriptor();
com.google.cloud.automl.v1.Detection.getDescriptor()94     com.google.cloud.automl.v1.Detection.getDescriptor();
com.google.cloud.automl.v1.TextExtraction.getDescriptor()95     com.google.cloud.automl.v1.TextExtraction.getDescriptor();
com.google.cloud.automl.v1.TextSentimentProto.getDescriptor()96     com.google.cloud.automl.v1.TextSentimentProto.getDescriptor();
com.google.cloud.automl.v1.TranslationProto.getDescriptor()97     com.google.cloud.automl.v1.TranslationProto.getDescriptor();
98   }
99 
100   // @@protoc_insertion_point(outer_class_scope)
101 }
102