|
@@ -16,11 +16,15 @@ use Google\Protobuf\Internal\GPBUtil;
|
|
class ExtensionRange extends \Google\Protobuf\Internal\Message
|
|
class ExtensionRange extends \Google\Protobuf\Internal\Message
|
|
{
|
|
{
|
|
/**
|
|
/**
|
|
|
|
+ * Inclusive.
|
|
|
|
+ *
|
|
* Generated from protobuf field <code>optional int32 start = 1;</code>
|
|
* Generated from protobuf field <code>optional int32 start = 1;</code>
|
|
*/
|
|
*/
|
|
private $start = 0;
|
|
private $start = 0;
|
|
private $has_start = false;
|
|
private $has_start = false;
|
|
/**
|
|
/**
|
|
|
|
+ * Exclusive.
|
|
|
|
+ *
|
|
* Generated from protobuf field <code>optional int32 end = 2;</code>
|
|
* Generated from protobuf field <code>optional int32 end = 2;</code>
|
|
*/
|
|
*/
|
|
private $end = 0;
|
|
private $end = 0;
|
|
@@ -38,7 +42,9 @@ class ExtensionRange extends \Google\Protobuf\Internal\Message
|
|
* Optional. Data for populating the Message object.
|
|
* Optional. Data for populating the Message object.
|
|
*
|
|
*
|
|
* @type int $start
|
|
* @type int $start
|
|
|
|
+ * Inclusive.
|
|
* @type int $end
|
|
* @type int $end
|
|
|
|
+ * Exclusive.
|
|
* @type \Google\Protobuf\Internal\ExtensionRangeOptions $options
|
|
* @type \Google\Protobuf\Internal\ExtensionRangeOptions $options
|
|
* }
|
|
* }
|
|
*/
|
|
*/
|
|
@@ -48,6 +54,8 @@ class ExtensionRange extends \Google\Protobuf\Internal\Message
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * Inclusive.
|
|
|
|
+ *
|
|
* Generated from protobuf field <code>optional int32 start = 1;</code>
|
|
* Generated from protobuf field <code>optional int32 start = 1;</code>
|
|
* @return int
|
|
* @return int
|
|
*/
|
|
*/
|
|
@@ -57,6 +65,8 @@ class ExtensionRange extends \Google\Protobuf\Internal\Message
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * Inclusive.
|
|
|
|
+ *
|
|
* Generated from protobuf field <code>optional int32 start = 1;</code>
|
|
* Generated from protobuf field <code>optional int32 start = 1;</code>
|
|
* @param int $var
|
|
* @param int $var
|
|
* @return $this
|
|
* @return $this
|
|
@@ -76,6 +86,8 @@ class ExtensionRange extends \Google\Protobuf\Internal\Message
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * Exclusive.
|
|
|
|
+ *
|
|
* Generated from protobuf field <code>optional int32 end = 2;</code>
|
|
* Generated from protobuf field <code>optional int32 end = 2;</code>
|
|
* @return int
|
|
* @return int
|
|
*/
|
|
*/
|
|
@@ -85,6 +97,8 @@ class ExtensionRange extends \Google\Protobuf\Internal\Message
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * Exclusive.
|
|
|
|
+ *
|
|
* Generated from protobuf field <code>optional int32 end = 2;</code>
|
|
* Generated from protobuf field <code>optional int32 end = 2;</code>
|
|
* @param int $var
|
|
* @param int $var
|
|
* @return $this
|
|
* @return $this
|