/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/talent/v4beta1/event.proto

package com.google.cloud.talent.v4beta1;

public final class EventProto {
  private EventProto() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_talent_v4beta1_ClientEvent_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_talent_v4beta1_ClientEvent_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_talent_v4beta1_JobEvent_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_talent_v4beta1_JobEvent_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
    return descriptor;
  }

  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;

  static {
    java.lang.String[] descriptorData = {
      "\n\'google/cloud/talent/v4beta1/event.prot"
          + "o\022\033google.cloud.talent.v4beta1\032\037google/a"
          + "pi/field_behavior.proto\032\037google/protobuf"
          + "/timestamp.proto\"\310\001\n\013ClientEvent\022\022\n\nrequ"
          + "est_id\030\001 \001(\t\022\025\n\010event_id\030\002 \001(\tB\003\340A\002\0224\n\013c"
          + "reate_time\030\004 \001(\0132\032.google.protobuf.Times"
          + "tampB\003\340A\002\022:\n\tjob_event\030\005 \001(\0132%.google.cl"
          + "oud.talent.v4beta1.JobEventH\000\022\023\n\013event_n"
          + "otes\030\t \001(\tB\007\n\005event\"\366\003\n\010JobEvent\022E\n\004type"
          + "\030\001 \001(\01622.google.cloud.talent.v4beta1.Job"
          + "Event.JobEventTypeB\003\340A\002\022\021\n\004jobs\030\002 \003(\tB\003\340"
          + "A\002\022\017\n\007profile\030\003 \001(\t\"\376\002\n\014JobEventType\022\036\n\032"
          + "JOB_EVENT_TYPE_UNSPECIFIED\020\000\022\016\n\nIMPRESSI"
          + "ON\020\001\022\010\n\004VIEW\020\002\022\021\n\rVIEW_REDIRECT\020\003\022\025\n\021APP"
          + "LICATION_START\020\004\022\026\n\022APPLICATION_FINISH\020\005"
          + "\022 \n\034APPLICATION_QUICK_SUBMISSION\020\006\022\030\n\024AP"
          + "PLICATION_REDIRECT\020\007\022!\n\035APPLICATION_STAR"
          + "T_FROM_SEARCH\020\010\022$\n APPLICATION_REDIRECT_"
          + "FROM_SEARCH\020\t\022\036\n\032APPLICATION_COMPANY_SUB"
          + "MIT\020\n\022\014\n\010BOOKMARK\020\013\022\020\n\014NOTIFICATION\020\014\022\t\n"
          + "\005HIRED\020\r\022\013\n\007SENT_CV\020\016\022\025\n\021INTERVIEW_GRANT"
          + "ED\020\017Bn\n\037com.google.cloud.talent.v4beta1B"
          + "\nEventProtoP\001Z7cloud.google.com/go/talen"
          + "t/apiv4beta1/talentpb;talentpb\242\002\003CTSb\006pr"
          + "oto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.FieldBehaviorProto.getDescriptor(),
              com.google.protobuf.TimestampProto.getDescriptor(),
            });
    internal_static_google_cloud_talent_v4beta1_ClientEvent_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_talent_v4beta1_ClientEvent_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_talent_v4beta1_ClientEvent_descriptor,
            new java.lang.String[] {
              "RequestId", "EventId", "CreateTime", "JobEvent", "EventNotes", "Event",
            });
    internal_static_google_cloud_talent_v4beta1_JobEvent_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_cloud_talent_v4beta1_JobEvent_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_talent_v4beta1_JobEvent_descriptor,
            new java.lang.String[] {
              "Type", "Jobs", "Profile",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.FieldBehaviorProto.getDescriptor();
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
