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/table_spec.proto 18 19 package com.google.cloud.automl.v1beta1; 20 21 public final class TableSpecOuterClass { TableSpecOuterClass()22 private TableSpecOuterClass() {} 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_TableSpec_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_automl_v1beta1_TableSpec_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/v1beta1/table_spec" 44 + ".proto\022\033google.cloud.automl.v1beta1\032\031goo" 45 + "gle/api/resource.proto\032$google/cloud/aut" 46 + "oml/v1beta1/io.proto\"\301\002\n\tTableSpec\022\014\n\004na" 47 + "me\030\001 \001(\t\022\033\n\023time_column_spec_id\030\002 \001(\t\022\021\n" 48 + "\trow_count\030\003 \001(\003\022\027\n\017valid_row_count\030\004 \001(" 49 + "\003\022\024\n\014column_count\030\007 \001(\003\022?\n\rinput_configs" 50 + "\030\005 \003(\0132(.google.cloud.automl.v1beta1.Inp" 51 + "utConfig\022\014\n\004etag\030\006 \001(\t:x\352Au\n\037automl.goog" 52 + "leapis.com/TableSpec\022Rprojects/{project}" 53 + "/locations/{location}/datasets/{dataset}" 54 + "/tableSpecs/{table_spec}B\233\001\n\037com.google." 55 + "cloud.automl.v1beta1P\001Z7cloud.google.com" 56 + "/go/automl/apiv1beta1/automlpb;automlpb\312" 57 + "\002\033Google\\Cloud\\AutoMl\\V1beta1\352\002\036Google::" 58 + "Cloud::AutoML::V1beta1b\006proto3" 59 }; 60 descriptor = 61 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 62 descriptorData, 63 new com.google.protobuf.Descriptors.FileDescriptor[] { 64 com.google.api.ResourceProto.getDescriptor(), 65 com.google.cloud.automl.v1beta1.Io.getDescriptor(), 66 }); 67 internal_static_google_cloud_automl_v1beta1_TableSpec_descriptor = 68 getDescriptor().getMessageTypes().get(0); 69 internal_static_google_cloud_automl_v1beta1_TableSpec_fieldAccessorTable = 70 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 71 internal_static_google_cloud_automl_v1beta1_TableSpec_descriptor, 72 new java.lang.String[] { 73 "Name", 74 "TimeColumnSpecId", 75 "RowCount", 76 "ValidRowCount", 77 "ColumnCount", 78 "InputConfigs", 79 "Etag", 80 }); 81 com.google.protobuf.ExtensionRegistry registry = 82 com.google.protobuf.ExtensionRegistry.newInstance(); 83 registry.add(com.google.api.ResourceProto.resource); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)84 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 85 descriptor, registry); com.google.api.ResourceProto.getDescriptor()86 com.google.api.ResourceProto.getDescriptor(); com.google.cloud.automl.v1beta1.Io.getDescriptor()87 com.google.cloud.automl.v1beta1.Io.getDescriptor(); 88 } 89 90 // @@protoc_insertion_point(outer_class_scope) 91 } 92