aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.2.0/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2017-02-22 16:15:07 -0500
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-02-23 16:57:35 -0500
commit2346f5a01561f695a2b2ba7655359d5020105077 (patch)
treef3fdb019459e912c42e5209e325047023907268c /third_party/protobuf/3.2.0/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php
parent10390f2dac277baeaaff48fbfd663ce687ec92e1 (diff)
Upgrade //third_party/protobuf to v3.2.0
with some backports from HEAD (:java_toolchain, internal_gen_well_known_protos_java) Change-Id: I54be8809f411ec8cb02203b478f699e1fccb5f62
Diffstat (limited to 'third_party/protobuf/3.2.0/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php')
-rw-r--r--third_party/protobuf/3.2.0/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php37
1 files changed, 37 insertions, 0 deletions
diff --git a/third_party/protobuf/3.2.0/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php b/third_party/protobuf/3.2.0/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php
new file mode 100644
index 0000000000..541c8ae57a
--- /dev/null
+++ b/third_party/protobuf/3.2.0/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php
@@ -0,0 +1,37 @@
+<?php
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# source: google/protobuf/descriptor.proto
+
+/**
+ * Protobuf enum <code>google.protobuf.FieldOptions.JSType</code>
+ */
+namespace Google\Protobuf\Internal;
+
+class FieldOptions_JSType
+{
+ /**
+ * <pre>
+ * Use the default type.
+ * </pre>
+ *
+ * <code>JS_NORMAL = 0;</code>
+ */
+ const JS_NORMAL = 0;
+ /**
+ * <pre>
+ * Use JavaScript strings.
+ * </pre>
+ *
+ * <code>JS_STRING = 1;</code>
+ */
+ const JS_STRING = 1;
+ /**
+ * <pre>
+ * Use JavaScript numbers.
+ * </pre>
+ *
+ * <code>JS_NUMBER = 2;</code>
+ */
+ const JS_NUMBER = 2;
+}
+