class GPBLabel
Hierarchy
- class \Google\Protobuf\Internal\GPBLabel
Expanded class hierarchy of GPBLabel
3 files declare their use of GPBLabel
- Message.php in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ Message.php - MessageBuilderContext.php in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ MessageBuilderContext.php - ProtobufSerializer.php in vendor/
open-telemetry/ exporter-otlp/ ProtobufSerializer.php
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GPBLabel.php, line 12
Namespace
Google\Protobuf\InternalView source
class GPBLabel {
const OPTIONAL = 1;
const REQUIRED = 2;
const REPEATED = 3;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
GPBLabel::OPTIONAL | constant | ||
GPBLabel::REPEATED | constant | ||
GPBLabel::REQUIRED | constant |