class FieldMask
Same name in this branch
- 11.1.x vendor/google/protobuf/src/Google/Protobuf/FieldMask.php \Google\Protobuf\FieldMask
Hierarchy
- class \GPBMetadata\Google\Protobuf\FieldMask
Expanded class hierarchy of FieldMask
File
-
vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ FieldMask.php, line 7
Namespace
GPBMetadata\Google\ProtobufView source
class FieldMask {
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile('
�
google/protobuf/field_mask.protogoogle.protobuf"
FieldMask
paths ( B�
com.google.protobufBFieldMaskProtoPZ2google.golang.org/protobuf/types/known/fieldmaskpb��GPB�Google.Protobuf.WellKnownTypesbproto3', true);
static::$is_initialized = true;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
FieldMask::$is_initialized | public static | property | |
FieldMask::initOnce | public static | function |