aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.2.0/php/src/Google/Protobuf/Internal/FieldOptions_CType.php
blob: f59f20be11c95f30b13b461070e3779b73216f1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/protobuf/descriptor.proto

namespace Google\Protobuf\Internal;

/**
 * Protobuf enum <code>google.protobuf.FieldOptions.CType</code>
 */
class FieldOptions_CType
{
    /**
     * <pre>
     * Default mode.
     * </pre>
     *
     * <code>STRING = 0;</code>
     */
    const STRING = 0;
    /**
     * <code>CORD = 1;</code>
     */
    const CORD = 1;
    /**
     * <code>STRING_PIECE = 2;</code>
     */
    const STRING_PIECE = 2;
}