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/talent/v4/company.proto 18 19 package com.google.cloud.talent.v4; 20 21 public final class CompanyProto { CompanyProto()22 private CompanyProto() {} 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_talent_v4_Company_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_talent_v4_Company_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_talent_v4_Company_DerivedInfo_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_talent_v4_Company_DerivedInfo_fieldAccessorTable; 38 getDescriptor()39 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 40 return descriptor; 41 } 42 43 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 44 45 static { 46 java.lang.String[] descriptorData = { 47 "\n$google/cloud/talent/v4/company.proto\022\026" 48 + "google.cloud.talent.v4\032\037google/api/field" 49 + "_behavior.proto\032\031google/api/resource.pro" 50 + "to\032#google/cloud/talent/v4/common.proto\"" 51 + "\310\004\n\007Company\022\014\n\004name\030\001 \001(\t\022\031\n\014display_nam" 52 + "e\030\002 \001(\tB\003\340A\002\022\030\n\013external_id\030\003 \001(\tB\003\340A\002\0221" 53 + "\n\004size\030\004 \001(\0162#.google.cloud.talent.v4.Co" 54 + "mpanySize\022\034\n\024headquarters_address\030\005 \001(\t\022" 55 + "\025\n\rhiring_agency\030\006 \001(\010\022\020\n\010eeo_text\030\007 \001(\t" 56 + "\022\023\n\013website_uri\030\010 \001(\t\022\027\n\017career_site_uri" 57 + "\030\t \001(\t\022\021\n\timage_uri\030\n \001(\t\0224\n(keyword_sea" 58 + "rchable_job_custom_attributes\030\013 \003(\tB\002\030\001\022" 59 + "F\n\014derived_info\030\014 \001(\0132+.google.cloud.tal" 60 + "ent.v4.Company.DerivedInfoB\003\340A\003\022\026\n\tsuspe" 61 + "nded\030\r \001(\010B\003\340A\003\032N\n\013DerivedInfo\022?\n\025headqu" 62 + "arters_location\030\001 \001(\0132 .google.cloud.tal" 63 + "ent.v4.Location:Y\352AV\n\033jobs.googleapis.co" 64 + "m/Company\0227projects/{project}/tenants/{t" 65 + "enant}/companies/{company}Bf\n\032com.google" 66 + ".cloud.talent.v4B\014CompanyProtoP\001Z2cloud." 67 + "google.com/go/talent/apiv4/talentpb;tale" 68 + "ntpb\242\002\003CTSb\006proto3" 69 }; 70 descriptor = 71 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 72 descriptorData, 73 new com.google.protobuf.Descriptors.FileDescriptor[] { 74 com.google.api.FieldBehaviorProto.getDescriptor(), 75 com.google.api.ResourceProto.getDescriptor(), 76 com.google.cloud.talent.v4.CommonProto.getDescriptor(), 77 }); 78 internal_static_google_cloud_talent_v4_Company_descriptor = 79 getDescriptor().getMessageTypes().get(0); 80 internal_static_google_cloud_talent_v4_Company_fieldAccessorTable = 81 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 82 internal_static_google_cloud_talent_v4_Company_descriptor, 83 new java.lang.String[] { 84 "Name", 85 "DisplayName", 86 "ExternalId", 87 "Size", 88 "HeadquartersAddress", 89 "HiringAgency", 90 "EeoText", 91 "WebsiteUri", 92 "CareerSiteUri", 93 "ImageUri", 94 "KeywordSearchableJobCustomAttributes", 95 "DerivedInfo", 96 "Suspended", 97 }); 98 internal_static_google_cloud_talent_v4_Company_DerivedInfo_descriptor = 99 internal_static_google_cloud_talent_v4_Company_descriptor.getNestedTypes().get(0); 100 internal_static_google_cloud_talent_v4_Company_DerivedInfo_fieldAccessorTable = 101 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 102 internal_static_google_cloud_talent_v4_Company_DerivedInfo_descriptor, 103 new java.lang.String[] { 104 "HeadquartersLocation", 105 }); 106 com.google.protobuf.ExtensionRegistry registry = 107 com.google.protobuf.ExtensionRegistry.newInstance(); 108 registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); 109 registry.add(com.google.api.ResourceProto.resource); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)110 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 111 descriptor, registry); com.google.api.FieldBehaviorProto.getDescriptor()112 com.google.api.FieldBehaviorProto.getDescriptor(); com.google.api.ResourceProto.getDescriptor()113 com.google.api.ResourceProto.getDescriptor(); com.google.cloud.talent.v4.CommonProto.getDescriptor()114 com.google.cloud.talent.v4.CommonProto.getDescriptor(); 115 } 116 117 // @@protoc_insertion_point(outer_class_scope) 118 } 119