/*
 * 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/enterpriseknowledgegraph/v1/job_state.proto

package com.google.cloud.enterpriseknowledgegraph.v1;

public final class JobStateProto {
  private JobStateProto() {}

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

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

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

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

  static {
    java.lang.String[] descriptorData = {
      "\n8google/cloud/enterpriseknowledgegraph/"
          + "v1/job_state.proto\022(google.cloud.enterpr"
          + "iseknowledgegraph.v1*\236\002\n\010JobState\022\031\n\025JOB"
          + "_STATE_UNSPECIFIED\020\000\022\025\n\021JOB_STATE_PENDIN"
          + "G\020\t\022\025\n\021JOB_STATE_RUNNING\020\001\022\027\n\023JOB_STATE_"
          + "SUCCEEDED\020\002\022\024\n\020JOB_STATE_FAILED\020\003\022\027\n\023JOB"
          + "_STATE_CANCELLED\020\004\022\"\n\036JOB_STATE_KNOWLEDG"
          + "E_EXTRACTION\020\005\022!\n\035JOB_STATE_RECON_PREPRO"
          + "CESSING\020\006\022\030\n\024JOB_STATE_CLUSTERING\020\007\022 \n\034J"
          + "OB_STATE_EXPORTING_CLUSTERS\020\010B\255\002\n,com.go"
          + "ogle.cloud.enterpriseknowledgegraph.v1B\r"
          + "JobStateProtoP\001Zhcloud.google.com/go/ent"
          + "erpriseknowledgegraph/apiv1/enterprisekn"
          + "owledgegraphpb;enterpriseknowledgegraphp"
          + "b\252\002(Google.Cloud.EnterpriseKnowledgeGrap"
          + "h.V1\312\002(Google\\Cloud\\EnterpriseKnowledgeG"
          + "raph\\V1\352\002+Google::Cloud::EnterpriseKnowl"
          + "edgeGraph::V1b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
  }

  // @@protoc_insertion_point(outer_class_scope)
}
