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/v1beta1/io.proto 18 19 package com.google.cloud.automl.v1beta1; 20 21 public final class Io { Io()22 private Io() {} 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_v1beta1_InputConfig_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_automl_v1beta1_InputConfig_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_automl_v1beta1_InputConfig_ParamsEntry_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_automl_v1beta1_InputConfig_ParamsEntry_fieldAccessorTable; 38 static final com.google.protobuf.Descriptors.Descriptor 39 internal_static_google_cloud_automl_v1beta1_BatchPredictInputConfig_descriptor; 40 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 41 internal_static_google_cloud_automl_v1beta1_BatchPredictInputConfig_fieldAccessorTable; 42 static final com.google.protobuf.Descriptors.Descriptor 43 internal_static_google_cloud_automl_v1beta1_DocumentInputConfig_descriptor; 44 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 45 internal_static_google_cloud_automl_v1beta1_DocumentInputConfig_fieldAccessorTable; 46 static final com.google.protobuf.Descriptors.Descriptor 47 internal_static_google_cloud_automl_v1beta1_OutputConfig_descriptor; 48 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 49 internal_static_google_cloud_automl_v1beta1_OutputConfig_fieldAccessorTable; 50 static final com.google.protobuf.Descriptors.Descriptor 51 internal_static_google_cloud_automl_v1beta1_BatchPredictOutputConfig_descriptor; 52 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 53 internal_static_google_cloud_automl_v1beta1_BatchPredictOutputConfig_fieldAccessorTable; 54 static final com.google.protobuf.Descriptors.Descriptor 55 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_descriptor; 56 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 57 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_fieldAccessorTable; 58 static final com.google.protobuf.Descriptors.Descriptor 59 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_ParamsEntry_descriptor; 60 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 61 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_ParamsEntry_fieldAccessorTable; 62 static final com.google.protobuf.Descriptors.Descriptor 63 internal_static_google_cloud_automl_v1beta1_ExportEvaluatedExamplesOutputConfig_descriptor; 64 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 65 internal_static_google_cloud_automl_v1beta1_ExportEvaluatedExamplesOutputConfig_fieldAccessorTable; 66 static final com.google.protobuf.Descriptors.Descriptor 67 internal_static_google_cloud_automl_v1beta1_GcsSource_descriptor; 68 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 69 internal_static_google_cloud_automl_v1beta1_GcsSource_fieldAccessorTable; 70 static final com.google.protobuf.Descriptors.Descriptor 71 internal_static_google_cloud_automl_v1beta1_BigQuerySource_descriptor; 72 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 73 internal_static_google_cloud_automl_v1beta1_BigQuerySource_fieldAccessorTable; 74 static final com.google.protobuf.Descriptors.Descriptor 75 internal_static_google_cloud_automl_v1beta1_GcsDestination_descriptor; 76 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 77 internal_static_google_cloud_automl_v1beta1_GcsDestination_fieldAccessorTable; 78 static final com.google.protobuf.Descriptors.Descriptor 79 internal_static_google_cloud_automl_v1beta1_BigQueryDestination_descriptor; 80 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 81 internal_static_google_cloud_automl_v1beta1_BigQueryDestination_fieldAccessorTable; 82 static final com.google.protobuf.Descriptors.Descriptor 83 internal_static_google_cloud_automl_v1beta1_GcrDestination_descriptor; 84 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 85 internal_static_google_cloud_automl_v1beta1_GcrDestination_fieldAccessorTable; 86 getDescriptor()87 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 88 return descriptor; 89 } 90 91 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 92 93 static { 94 java.lang.String[] descriptorData = { 95 "\n$google/cloud/automl/v1beta1/io.proto\022\033" 96 + "google.cloud.automl.v1beta1\"\222\002\n\013InputCon" 97 + "fig\022<\n\ngcs_source\030\001 \001(\0132&.google.cloud.a" 98 + "utoml.v1beta1.GcsSourceH\000\022F\n\017bigquery_so" 99 + "urce\030\003 \001(\0132+.google.cloud.automl.v1beta1" 100 + ".BigQuerySourceH\000\022D\n\006params\030\002 \003(\01324.goog" 101 + "le.cloud.automl.v1beta1.InputConfig.Para" 102 + "msEntry\032-\n\013ParamsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" 103 + "alue\030\002 \001(\t:\0028\001B\010\n\006source\"\251\001\n\027BatchPredic" 104 + "tInputConfig\022<\n\ngcs_source\030\001 \001(\0132&.googl" 105 + "e.cloud.automl.v1beta1.GcsSourceH\000\022F\n\017bi" 106 + "gquery_source\030\002 \001(\0132+.google.cloud.autom" 107 + "l.v1beta1.BigQuerySourceH\000B\010\n\006source\"Q\n\023" 108 + "DocumentInputConfig\022:\n\ngcs_source\030\001 \001(\0132" 109 + "&.google.cloud.automl.v1beta1.GcsSource\"" 110 + "\267\001\n\014OutputConfig\022F\n\017gcs_destination\030\001 \001(" 111 + "\0132+.google.cloud.automl.v1beta1.GcsDesti" 112 + "nationH\000\022P\n\024bigquery_destination\030\002 \001(\01320" 113 + ".google.cloud.automl.v1beta1.BigQueryDes" 114 + "tinationH\000B\r\n\013destination\"\303\001\n\030BatchPredi" 115 + "ctOutputConfig\022F\n\017gcs_destination\030\001 \001(\0132" 116 + "+.google.cloud.automl.v1beta1.GcsDestina" 117 + "tionH\000\022P\n\024bigquery_destination\030\002 \001(\01320.g" 118 + "oogle.cloud.automl.v1beta1.BigQueryDesti" 119 + "nationH\000B\r\n\013destination\"\317\002\n\027ModelExportO" 120 + "utputConfig\022F\n\017gcs_destination\030\001 \001(\0132+.g" 121 + "oogle.cloud.automl.v1beta1.GcsDestinatio" 122 + "nH\000\022F\n\017gcr_destination\030\003 \001(\0132+.google.cl" 123 + "oud.automl.v1beta1.GcrDestinationH\000\022\024\n\014m" 124 + "odel_format\030\004 \001(\t\022P\n\006params\030\002 \003(\0132@.goog" 125 + "le.cloud.automl.v1beta1.ModelExportOutpu" 126 + "tConfig.ParamsEntry\032-\n\013ParamsEntry\022\013\n\003ke" 127 + "y\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\r\n\013destinatio" 128 + "n\"\206\001\n#ExportEvaluatedExamplesOutputConfi" 129 + "g\022P\n\024bigquery_destination\030\002 \001(\01320.google" 130 + ".cloud.automl.v1beta1.BigQueryDestinatio" 131 + "nH\000B\r\n\013destination\"\037\n\tGcsSource\022\022\n\ninput" 132 + "_uris\030\001 \003(\t\"#\n\016BigQuerySource\022\021\n\tinput_u" 133 + "ri\030\001 \001(\t\"+\n\016GcsDestination\022\031\n\021output_uri" 134 + "_prefix\030\001 \001(\t\")\n\023BigQueryDestination\022\022\n\n" 135 + "output_uri\030\001 \001(\t\"$\n\016GcrDestination\022\022\n\nou" 136 + "tput_uri\030\001 \001(\tB\233\001\n\037com.google.cloud.auto" 137 + "ml.v1beta1P\001Z7cloud.google.com/go/automl" 138 + "/apiv1beta1/automlpb;automlpb\312\002\033Google\\C" 139 + "loud\\AutoMl\\V1beta1\352\002\036Google::Cloud::Aut" 140 + "oML::V1beta1b\006proto3" 141 }; 142 descriptor = 143 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 144 descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); 145 internal_static_google_cloud_automl_v1beta1_InputConfig_descriptor = 146 getDescriptor().getMessageTypes().get(0); 147 internal_static_google_cloud_automl_v1beta1_InputConfig_fieldAccessorTable = 148 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 149 internal_static_google_cloud_automl_v1beta1_InputConfig_descriptor, 150 new java.lang.String[] { 151 "GcsSource", "BigquerySource", "Params", "Source", 152 }); 153 internal_static_google_cloud_automl_v1beta1_InputConfig_ParamsEntry_descriptor = 154 internal_static_google_cloud_automl_v1beta1_InputConfig_descriptor.getNestedTypes().get(0); 155 internal_static_google_cloud_automl_v1beta1_InputConfig_ParamsEntry_fieldAccessorTable = 156 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 157 internal_static_google_cloud_automl_v1beta1_InputConfig_ParamsEntry_descriptor, 158 new java.lang.String[] { 159 "Key", "Value", 160 }); 161 internal_static_google_cloud_automl_v1beta1_BatchPredictInputConfig_descriptor = 162 getDescriptor().getMessageTypes().get(1); 163 internal_static_google_cloud_automl_v1beta1_BatchPredictInputConfig_fieldAccessorTable = 164 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 165 internal_static_google_cloud_automl_v1beta1_BatchPredictInputConfig_descriptor, 166 new java.lang.String[] { 167 "GcsSource", "BigquerySource", "Source", 168 }); 169 internal_static_google_cloud_automl_v1beta1_DocumentInputConfig_descriptor = 170 getDescriptor().getMessageTypes().get(2); 171 internal_static_google_cloud_automl_v1beta1_DocumentInputConfig_fieldAccessorTable = 172 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 173 internal_static_google_cloud_automl_v1beta1_DocumentInputConfig_descriptor, 174 new java.lang.String[] { 175 "GcsSource", 176 }); 177 internal_static_google_cloud_automl_v1beta1_OutputConfig_descriptor = 178 getDescriptor().getMessageTypes().get(3); 179 internal_static_google_cloud_automl_v1beta1_OutputConfig_fieldAccessorTable = 180 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 181 internal_static_google_cloud_automl_v1beta1_OutputConfig_descriptor, 182 new java.lang.String[] { 183 "GcsDestination", "BigqueryDestination", "Destination", 184 }); 185 internal_static_google_cloud_automl_v1beta1_BatchPredictOutputConfig_descriptor = 186 getDescriptor().getMessageTypes().get(4); 187 internal_static_google_cloud_automl_v1beta1_BatchPredictOutputConfig_fieldAccessorTable = 188 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 189 internal_static_google_cloud_automl_v1beta1_BatchPredictOutputConfig_descriptor, 190 new java.lang.String[] { 191 "GcsDestination", "BigqueryDestination", "Destination", 192 }); 193 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_descriptor = 194 getDescriptor().getMessageTypes().get(5); 195 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_fieldAccessorTable = 196 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 197 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_descriptor, 198 new java.lang.String[] { 199 "GcsDestination", "GcrDestination", "ModelFormat", "Params", "Destination", 200 }); 201 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_ParamsEntry_descriptor = 202 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_descriptor 203 .getNestedTypes() 204 .get(0); 205 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_ParamsEntry_fieldAccessorTable = 206 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 207 internal_static_google_cloud_automl_v1beta1_ModelExportOutputConfig_ParamsEntry_descriptor, 208 new java.lang.String[] { 209 "Key", "Value", 210 }); 211 internal_static_google_cloud_automl_v1beta1_ExportEvaluatedExamplesOutputConfig_descriptor = 212 getDescriptor().getMessageTypes().get(6); 213 internal_static_google_cloud_automl_v1beta1_ExportEvaluatedExamplesOutputConfig_fieldAccessorTable = 214 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 215 internal_static_google_cloud_automl_v1beta1_ExportEvaluatedExamplesOutputConfig_descriptor, 216 new java.lang.String[] { 217 "BigqueryDestination", "Destination", 218 }); 219 internal_static_google_cloud_automl_v1beta1_GcsSource_descriptor = 220 getDescriptor().getMessageTypes().get(7); 221 internal_static_google_cloud_automl_v1beta1_GcsSource_fieldAccessorTable = 222 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 223 internal_static_google_cloud_automl_v1beta1_GcsSource_descriptor, 224 new java.lang.String[] { 225 "InputUris", 226 }); 227 internal_static_google_cloud_automl_v1beta1_BigQuerySource_descriptor = 228 getDescriptor().getMessageTypes().get(8); 229 internal_static_google_cloud_automl_v1beta1_BigQuerySource_fieldAccessorTable = 230 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 231 internal_static_google_cloud_automl_v1beta1_BigQuerySource_descriptor, 232 new java.lang.String[] { 233 "InputUri", 234 }); 235 internal_static_google_cloud_automl_v1beta1_GcsDestination_descriptor = 236 getDescriptor().getMessageTypes().get(9); 237 internal_static_google_cloud_automl_v1beta1_GcsDestination_fieldAccessorTable = 238 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 239 internal_static_google_cloud_automl_v1beta1_GcsDestination_descriptor, 240 new java.lang.String[] { 241 "OutputUriPrefix", 242 }); 243 internal_static_google_cloud_automl_v1beta1_BigQueryDestination_descriptor = 244 getDescriptor().getMessageTypes().get(10); 245 internal_static_google_cloud_automl_v1beta1_BigQueryDestination_fieldAccessorTable = 246 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 247 internal_static_google_cloud_automl_v1beta1_BigQueryDestination_descriptor, 248 new java.lang.String[] { 249 "OutputUri", 250 }); 251 internal_static_google_cloud_automl_v1beta1_GcrDestination_descriptor = 252 getDescriptor().getMessageTypes().get(11); 253 internal_static_google_cloud_automl_v1beta1_GcrDestination_fieldAccessorTable = 254 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 255 internal_static_google_cloud_automl_v1beta1_GcrDestination_descriptor, 256 new java.lang.String[] { 257 "OutputUri", 258 }); 259 } 260 261 // @@protoc_insertion_point(outer_class_scope) 262 } 263