/*
 * 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/documentai/v1/operation_metadata.proto

package com.google.cloud.documentai.v1;

public final class OperationMetadataProto {
  private OperationMetadataProto() {}

  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_documentai_v1_CommonOperationMetadata_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_documentai_v1_CommonOperationMetadata_fieldAccessorTable;

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

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

  static {
    java.lang.String[] descriptorData = {
      "\n3google/cloud/documentai/v1/operation_m"
          + "etadata.proto\022\032google.cloud.documentai.v"
          + "1\032\037google/protobuf/timestamp.proto\"\325\002\n\027C"
          + "ommonOperationMetadata\022H\n\005state\030\001 \001(\01629."
          + "google.cloud.documentai.v1.CommonOperati"
          + "onMetadata.State\022\025\n\rstate_message\030\002 \001(\t\022"
          + "\020\n\010resource\030\005 \001(\t\022/\n\013create_time\030\003 \001(\0132\032"
          + ".google.protobuf.Timestamp\022/\n\013update_tim"
          + "e\030\004 \001(\0132\032.google.protobuf.Timestamp\"e\n\005S"
          + "tate\022\025\n\021STATE_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001"
          + "\022\016\n\nCANCELLING\020\002\022\r\n\tSUCCEEDED\020\003\022\n\n\006FAILE"
          + "D\020\004\022\r\n\tCANCELLED\020\005B\324\001\n\036com.google.cloud."
          + "documentai.v1B\026OperationMetadataProtoP\001Z"
          + ">cloud.google.com/go/documentai/apiv1/do"
          + "cumentaipb;documentaipb\252\002\032Google.Cloud.D"
          + "ocumentAI.V1\312\002\032Google\\Cloud\\DocumentAI\\V"
          + "1\352\002\035Google::Cloud::DocumentAI::V1b\006proto"
          + "3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.protobuf.TimestampProto.getDescriptor(),
            });
    internal_static_google_cloud_documentai_v1_CommonOperationMetadata_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_documentai_v1_CommonOperationMetadata_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_documentai_v1_CommonOperationMetadata_descriptor,
            new java.lang.String[] {
              "State", "StateMessage", "Resource", "CreateTime", "UpdateTime",
            });
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
