phpMetadataNamespace property

  1. @TagNumber(44)
String phpMetadataNamespace

Use this option to change the namespace of php generated metadata classes. Default is empty. When this option is empty, the proto file name will be used for determining the namespace.

Implementation

@$pb.TagNumber(44)
$core.String get phpMetadataNamespace => $_getSZ(18);
  1. @TagNumber(44)
void phpMetadataNamespace=(String v)

Implementation

@$pb.TagNumber(44)
set phpMetadataNamespace($core.String v) { $_setString(18, v); }