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/search.proto 18 19 package com.google.cloud.datacatalog.v1; 20 21 public final class Search { Search()22 private Search() {} 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_SearchCatalogResult_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_datacatalog_v1_SearchCatalogResult_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/search.pro" 44 + "to\022\033google.cloud.datacatalog.v1\032\037google/" 45 + "api/field_behavior.proto\032(google/cloud/d" 46 + "atacatalog/v1/common.proto\032\037google/proto" 47 + "buf/timestamp.proto\"\256\003\n\023SearchCatalogRes" 48 + "ult\022I\n\022search_result_type\030\001 \001(\0162-.google" 49 + ".cloud.datacatalog.v1.SearchResultType\022\035" 50 + "\n\025search_result_subtype\030\002 \001(\t\022\036\n\026relativ" 51 + "e_resource_name\030\003 \001(\t\022\027\n\017linked_resource" 52 + "\030\004 \001(\t\022/\n\013modify_time\030\007 \001(\0132\032.google.pro" 53 + "tobuf.Timestamp\022O\n\021integrated_system\030\010 \001" 54 + "(\0162-.google.cloud.datacatalog.v1.Integra" 55 + "tedSystemB\003\340A\003H\000\022\037\n\025user_specified_syste" 56 + "m\030\t \001(\tH\000\022\034\n\024fully_qualified_name\030\n \001(\t\022" 57 + "\024\n\014display_name\030\014 \001(\t\022\023\n\013description\030\r \001" 58 + "(\tB\010\n\006system*d\n\020SearchResultType\022\"\n\036SEAR" 59 + "CH_RESULT_TYPE_UNSPECIFIED\020\000\022\t\n\005ENTRY\020\001\022" 60 + "\020\n\014TAG_TEMPLATE\020\002\022\017\n\013ENTRY_GROUP\020\003B\306\001\n\037c" 61 + "om.google.cloud.datacatalog.v1P\001ZAcloud." 62 + "google.com/go/datacatalog/apiv1/datacata" 63 + "logpb;datacatalogpb\370\001\001\252\002\033Google.Cloud.Da" 64 + "taCatalog.V1\312\002\033Google\\Cloud\\DataCatalog\\" 65 + "V1\352\002\036Google::Cloud::DataCatalog::V1b\006pro" 66 + "to3" 67 }; 68 descriptor = 69 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 70 descriptorData, 71 new com.google.protobuf.Descriptors.FileDescriptor[] { 72 com.google.api.FieldBehaviorProto.getDescriptor(), 73 com.google.cloud.datacatalog.v1.Common.getDescriptor(), 74 com.google.protobuf.TimestampProto.getDescriptor(), 75 }); 76 internal_static_google_cloud_datacatalog_v1_SearchCatalogResult_descriptor = 77 getDescriptor().getMessageTypes().get(0); 78 internal_static_google_cloud_datacatalog_v1_SearchCatalogResult_fieldAccessorTable = 79 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 80 internal_static_google_cloud_datacatalog_v1_SearchCatalogResult_descriptor, 81 new java.lang.String[] { 82 "SearchResultType", 83 "SearchResultSubtype", 84 "RelativeResourceName", 85 "LinkedResource", 86 "ModifyTime", 87 "IntegratedSystem", 88 "UserSpecifiedSystem", 89 "FullyQualifiedName", 90 "DisplayName", 91 "Description", 92 "System", 93 }); 94 com.google.protobuf.ExtensionRegistry registry = 95 com.google.protobuf.ExtensionRegistry.newInstance(); 96 registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)97 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 98 descriptor, registry); com.google.api.FieldBehaviorProto.getDescriptor()99 com.google.api.FieldBehaviorProto.getDescriptor(); com.google.cloud.datacatalog.v1.Common.getDescriptor()100 com.google.cloud.datacatalog.v1.Common.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor()101 com.google.protobuf.TimestampProto.getDescriptor(); 102 } 103 104 // @@protoc_insertion_point(outer_class_scope) 105 } 106