Field_Kind.php 477 Bytes
Newer Older
1 2 3 4 5 6
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/protobuf/type.proto

namespace Google\Protobuf;

7
if (false) {
8
    /**
9 10
     * This class is deprecated. Use Google\Protobuf\Field\Kind instead.
     * @deprecated
11
     */
12
    class Field_Kind {}
13
}
14 15
class_exists(Field\Kind::class);
@trigger_error('Google\Protobuf\Field_Kind is deprecated and will be removed in the next major release. Use Google\Protobuf\Field\Kind instead', E_USER_DEPRECATED);
16