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/common.proto 18 19 package com.google.cloud.datacatalog.v1; 20 21 public final class Common { Common()22 private Common() {} 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_PersonalDetails_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_datacatalog_v1_PersonalDetails_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/datacatalog/v1/common.pro" 44 + "to\022\033google.cloud.datacatalog.v1\032\037google/" 45 + "protobuf/timestamp.proto\"Q\n\017PersonalDeta" 46 + "ils\022\017\n\007starred\030\001 \001(\010\022-\n\tstar_time\030\002 \001(\0132" 47 + "\032.google.protobuf.Timestamp*\226\001\n\020Integrat" 48 + "edSystem\022!\n\035INTEGRATED_SYSTEM_UNSPECIFIE" 49 + "D\020\000\022\014\n\010BIGQUERY\020\001\022\020\n\014CLOUD_PUBSUB\020\002\022\026\n\022D" 50 + "ATAPROC_METASTORE\020\003\022\014\n\010DATAPLEX\020\004\022\r\n\tCLO" 51 + "UD_SQL\020\010\022\n\n\006LOOKER\020\t*j\n\016ManagingSystem\022\037" 52 + "\n\033MANAGING_SYSTEM_UNSPECIFIED\020\000\022\034\n\030MANAG" 53 + "ING_SYSTEM_DATAPLEX\020\001\022\031\n\025MANAGING_SYSTEM" 54 + "_OTHER\020\002B\306\001\n\037com.google.cloud.datacatalo" 55 + "g.v1P\001ZAcloud.google.com/go/datacatalog/" 56 + "apiv1/datacatalogpb;datacatalogpb\370\001\001\252\002\033G" 57 + "oogle.Cloud.DataCatalog.V1\312\002\033Google\\Clou" 58 + "d\\DataCatalog\\V1\352\002\036Google::Cloud::DataCa" 59 + "talog::V1b\006proto3" 60 }; 61 descriptor = 62 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 63 descriptorData, 64 new com.google.protobuf.Descriptors.FileDescriptor[] { 65 com.google.protobuf.TimestampProto.getDescriptor(), 66 }); 67 internal_static_google_cloud_datacatalog_v1_PersonalDetails_descriptor = 68 getDescriptor().getMessageTypes().get(0); 69 internal_static_google_cloud_datacatalog_v1_PersonalDetails_fieldAccessorTable = 70 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 71 internal_static_google_cloud_datacatalog_v1_PersonalDetails_descriptor, 72 new java.lang.String[] { 73 "Starred", "StarTime", 74 }); com.google.protobuf.TimestampProto.getDescriptor()75 com.google.protobuf.TimestampProto.getDescriptor(); 76 } 77 78 // @@protoc_insertion_point(outer_class_scope) 79 } 80