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/v4beta1/event.proto 18 19 package com.google.cloud.talent.v4beta1; 20 21 public final class EventProto { EventProto()22 private EventProto() {} 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_v4beta1_ClientEvent_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_talent_v4beta1_ClientEvent_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_talent_v4beta1_JobEvent_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_talent_v4beta1_JobEvent_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/v4beta1/event.prot" 48 + "o\022\033google.cloud.talent.v4beta1\032\037google/a" 49 + "pi/field_behavior.proto\032\037google/protobuf" 50 + "/timestamp.proto\"\310\001\n\013ClientEvent\022\022\n\nrequ" 51 + "est_id\030\001 \001(\t\022\025\n\010event_id\030\002 \001(\tB\003\340A\002\0224\n\013c" 52 + "reate_time\030\004 \001(\0132\032.google.protobuf.Times" 53 + "tampB\003\340A\002\022:\n\tjob_event\030\005 \001(\0132%.google.cl" 54 + "oud.talent.v4beta1.JobEventH\000\022\023\n\013event_n" 55 + "otes\030\t \001(\tB\007\n\005event\"\366\003\n\010JobEvent\022E\n\004type" 56 + "\030\001 \001(\01622.google.cloud.talent.v4beta1.Job" 57 + "Event.JobEventTypeB\003\340A\002\022\021\n\004jobs\030\002 \003(\tB\003\340" 58 + "A\002\022\017\n\007profile\030\003 \001(\t\"\376\002\n\014JobEventType\022\036\n\032" 59 + "JOB_EVENT_TYPE_UNSPECIFIED\020\000\022\016\n\nIMPRESSI" 60 + "ON\020\001\022\010\n\004VIEW\020\002\022\021\n\rVIEW_REDIRECT\020\003\022\025\n\021APP" 61 + "LICATION_START\020\004\022\026\n\022APPLICATION_FINISH\020\005" 62 + "\022 \n\034APPLICATION_QUICK_SUBMISSION\020\006\022\030\n\024AP" 63 + "PLICATION_REDIRECT\020\007\022!\n\035APPLICATION_STAR" 64 + "T_FROM_SEARCH\020\010\022$\n APPLICATION_REDIRECT_" 65 + "FROM_SEARCH\020\t\022\036\n\032APPLICATION_COMPANY_SUB" 66 + "MIT\020\n\022\014\n\010BOOKMARK\020\013\022\020\n\014NOTIFICATION\020\014\022\t\n" 67 + "\005HIRED\020\r\022\013\n\007SENT_CV\020\016\022\025\n\021INTERVIEW_GRANT" 68 + "ED\020\017Bn\n\037com.google.cloud.talent.v4beta1B" 69 + "\nEventProtoP\001Z7cloud.google.com/go/talen" 70 + "t/apiv4beta1/talentpb;talentpb\242\002\003CTSb\006pr" 71 + "oto3" 72 }; 73 descriptor = 74 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 75 descriptorData, 76 new com.google.protobuf.Descriptors.FileDescriptor[] { 77 com.google.api.FieldBehaviorProto.getDescriptor(), 78 com.google.protobuf.TimestampProto.getDescriptor(), 79 }); 80 internal_static_google_cloud_talent_v4beta1_ClientEvent_descriptor = 81 getDescriptor().getMessageTypes().get(0); 82 internal_static_google_cloud_talent_v4beta1_ClientEvent_fieldAccessorTable = 83 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 84 internal_static_google_cloud_talent_v4beta1_ClientEvent_descriptor, 85 new java.lang.String[] { 86 "RequestId", "EventId", "CreateTime", "JobEvent", "EventNotes", "Event", 87 }); 88 internal_static_google_cloud_talent_v4beta1_JobEvent_descriptor = 89 getDescriptor().getMessageTypes().get(1); 90 internal_static_google_cloud_talent_v4beta1_JobEvent_fieldAccessorTable = 91 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 92 internal_static_google_cloud_talent_v4beta1_JobEvent_descriptor, 93 new java.lang.String[] { 94 "Type", "Jobs", "Profile", 95 }); 96 com.google.protobuf.ExtensionRegistry registry = 97 com.google.protobuf.ExtensionRegistry.newInstance(); 98 registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)99 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 100 descriptor, registry); com.google.api.FieldBehaviorProto.getDescriptor()101 com.google.api.FieldBehaviorProto.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor()102 com.google.protobuf.TimestampProto.getDescriptor(); 103 } 104 105 // @@protoc_insertion_point(outer_class_scope) 106 } 107