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/datacatalog/v1/bigquery.proto 18 19 package com.google.cloud.datacatalog.v1; 20 21 public final class BigQueryProto { BigQueryProto()22 private BigQueryProto() {} 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_datacatalog_v1_BigQueryConnectionSpec_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_datacatalog_v1_BigQueryConnectionSpec_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_datacatalog_v1_CloudSqlBigQueryConnectionSpec_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_datacatalog_v1_CloudSqlBigQueryConnectionSpec_fieldAccessorTable; 38 static final com.google.protobuf.Descriptors.Descriptor 39 internal_static_google_cloud_datacatalog_v1_BigQueryRoutineSpec_descriptor; 40 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 41 internal_static_google_cloud_datacatalog_v1_BigQueryRoutineSpec_fieldAccessorTable; 42 getDescriptor()43 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 44 return descriptor; 45 } 46 47 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 48 49 static { 50 java.lang.String[] descriptorData = { 51 "\n*google/cloud/datacatalog/v1/bigquery.p" 52 + "roto\022\033google.cloud.datacatalog.v1\032\037googl" 53 + "e/api/field_behavior.proto\"\264\002\n\026BigQueryC" 54 + "onnectionSpec\022[\n\017connection_type\030\001 \001(\0162B" 55 + ".google.cloud.datacatalog.v1.BigQueryCon" 56 + "nectionSpec.ConnectionType\022P\n\tcloud_sql\030" 57 + "\002 \001(\0132;.google.cloud.datacatalog.v1.Clou" 58 + "dSqlBigQueryConnectionSpecH\000\022\026\n\016has_cred" 59 + "ential\030\003 \001(\010\"@\n\016ConnectionType\022\037\n\033CONNEC" 60 + "TION_TYPE_UNSPECIFIED\020\000\022\r\n\tCLOUD_SQL\020\001B\021" 61 + "\n\017connection_spec\"\347\001\n\036CloudSqlBigQueryCo" 62 + "nnectionSpec\022\023\n\013instance_id\030\001 \001(\t\022\020\n\010dat" 63 + "abase\030\002 \001(\t\022V\n\004type\030\003 \001(\0162H.google.cloud" 64 + ".datacatalog.v1.CloudSqlBigQueryConnecti" 65 + "onSpec.DatabaseType\"F\n\014DatabaseType\022\035\n\031D" 66 + "ATABASE_TYPE_UNSPECIFIED\020\000\022\014\n\010POSTGRES\020\001" 67 + "\022\t\n\005MYSQL\020\002\"1\n\023BigQueryRoutineSpec\022\032\n\022im" 68 + "ported_libraries\030\001 \003(\tB\325\001\n\037com.google.cl" 69 + "oud.datacatalog.v1B\rBigQueryProtoP\001ZAclo" 70 + "ud.google.com/go/datacatalog/apiv1/datac" 71 + "atalogpb;datacatalogpb\370\001\001\252\002\033Google.Cloud" 72 + ".DataCatalog.V1\312\002\033Google\\Cloud\\DataCatal" 73 + "og\\V1\352\002\036Google::Cloud::DataCatalog::V1b\006" 74 + "proto3" 75 }; 76 descriptor = 77 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 78 descriptorData, 79 new com.google.protobuf.Descriptors.FileDescriptor[] { 80 com.google.api.FieldBehaviorProto.getDescriptor(), 81 }); 82 internal_static_google_cloud_datacatalog_v1_BigQueryConnectionSpec_descriptor = 83 getDescriptor().getMessageTypes().get(0); 84 internal_static_google_cloud_datacatalog_v1_BigQueryConnectionSpec_fieldAccessorTable = 85 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 86 internal_static_google_cloud_datacatalog_v1_BigQueryConnectionSpec_descriptor, 87 new java.lang.String[] { 88 "ConnectionType", "CloudSql", "HasCredential", "ConnectionSpec", 89 }); 90 internal_static_google_cloud_datacatalog_v1_CloudSqlBigQueryConnectionSpec_descriptor = 91 getDescriptor().getMessageTypes().get(1); 92 internal_static_google_cloud_datacatalog_v1_CloudSqlBigQueryConnectionSpec_fieldAccessorTable = 93 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 94 internal_static_google_cloud_datacatalog_v1_CloudSqlBigQueryConnectionSpec_descriptor, 95 new java.lang.String[] { 96 "InstanceId", "Database", "Type", 97 }); 98 internal_static_google_cloud_datacatalog_v1_BigQueryRoutineSpec_descriptor = 99 getDescriptor().getMessageTypes().get(2); 100 internal_static_google_cloud_datacatalog_v1_BigQueryRoutineSpec_fieldAccessorTable = 101 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 102 internal_static_google_cloud_datacatalog_v1_BigQueryRoutineSpec_descriptor, 103 new java.lang.String[] { 104 "ImportedLibraries", 105 }); com.google.api.FieldBehaviorProto.getDescriptor()106 com.google.api.FieldBehaviorProto.getDescriptor(); 107 } 108 109 // @@protoc_insertion_point(outer_class_scope) 110 } 111