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/event.proto 18 19 package com.google.cloud.talent.v4; 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_v4_ClientEvent_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_talent_v4_ClientEvent_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_talent_v4_JobEvent_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_talent_v4_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/v4/event.proto\022\026go" 48 + "ogle.cloud.talent.v4\032\037google/api/field_b" 49 + "ehavior.proto\032\037google/protobuf/timestamp" 50 + ".proto\"\303\001\n\013ClientEvent\022\022\n\nrequest_id\030\001 \001" 51 + "(\t\022\025\n\010event_id\030\002 \001(\tB\003\340A\002\0224\n\013create_time" 52 + "\030\004 \001(\0132\032.google.protobuf.TimestampB\003\340A\002\022" 53 + "5\n\tjob_event\030\005 \001(\0132 .google.cloud.talent" 54 + ".v4.JobEventH\000\022\023\n\013event_notes\030\t \001(\tB\007\n\005e" 55 + "vent\"\340\003\n\010JobEvent\022@\n\004type\030\001 \001(\0162-.google" 56 + ".cloud.talent.v4.JobEvent.JobEventTypeB\003" 57 + "\340A\002\022\021\n\004jobs\030\002 \003(\tB\003\340A\002\"\376\002\n\014JobEventType\022" 58 + "\036\n\032JOB_EVENT_TYPE_UNSPECIFIED\020\000\022\016\n\nIMPRE" 59 + "SSION\020\001\022\010\n\004VIEW\020\002\022\021\n\rVIEW_REDIRECT\020\003\022\025\n\021" 60 + "APPLICATION_START\020\004\022\026\n\022APPLICATION_FINIS" 61 + "H\020\005\022 \n\034APPLICATION_QUICK_SUBMISSION\020\006\022\030\n" 62 + "\024APPLICATION_REDIRECT\020\007\022!\n\035APPLICATION_S" 63 + "TART_FROM_SEARCH\020\010\022$\n APPLICATION_REDIRE" 64 + "CT_FROM_SEARCH\020\t\022\036\n\032APPLICATION_COMPANY_" 65 + "SUBMIT\020\n\022\014\n\010BOOKMARK\020\013\022\020\n\014NOTIFICATION\020\014" 66 + "\022\t\n\005HIRED\020\r\022\013\n\007SENT_CV\020\016\022\025\n\021INTERVIEW_GR" 67 + "ANTED\020\017Bd\n\032com.google.cloud.talent.v4B\nE" 68 + "ventProtoP\001Z2cloud.google.com/go/talent/" 69 + "apiv4/talentpb;talentpb\242\002\003CTSb\006proto3" 70 }; 71 descriptor = 72 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 73 descriptorData, 74 new com.google.protobuf.Descriptors.FileDescriptor[] { 75 com.google.api.FieldBehaviorProto.getDescriptor(), 76 com.google.protobuf.TimestampProto.getDescriptor(), 77 }); 78 internal_static_google_cloud_talent_v4_ClientEvent_descriptor = 79 getDescriptor().getMessageTypes().get(0); 80 internal_static_google_cloud_talent_v4_ClientEvent_fieldAccessorTable = 81 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 82 internal_static_google_cloud_talent_v4_ClientEvent_descriptor, 83 new java.lang.String[] { 84 "RequestId", "EventId", "CreateTime", "JobEvent", "EventNotes", "Event", 85 }); 86 internal_static_google_cloud_talent_v4_JobEvent_descriptor = 87 getDescriptor().getMessageTypes().get(1); 88 internal_static_google_cloud_talent_v4_JobEvent_fieldAccessorTable = 89 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 90 internal_static_google_cloud_talent_v4_JobEvent_descriptor, 91 new java.lang.String[] { 92 "Type", "Jobs", 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.protobuf.TimestampProto.getDescriptor()100 com.google.protobuf.TimestampProto.getDescriptor(); 101 } 102 103 // @@protoc_insertion_point(outer_class_scope) 104 } 105