Information about the support window of a feature.
Generated from protobuf message google.protobuf.FieldOptions.FeatureSupport
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearDeprecationWarning() |
| public clearEditionDeprecated() |
| public clearEditionIntroduced() |
| public clearEditionRemoved() |
| public clearRemovalError() |
| public getDeprecationWarning() The deprecation warning text if this feature is used after the edition it was marked deprecated in. Generated from protobuf field optional string deprecation_warning = 3;
|
| public getEditionDeprecated() The edition this feature becomes deprecated in. Using this after this edition may trigger warnings. Generated from protobuf field optional .google.protobuf.Edition edition_deprecated = 2;
|
| public getEditionIntroduced() The edition that this feature was first available in. In editions earlier than this one, the default assigned to EDITION_LEGACY will be used, and proto files will not be able to override it. Generated from protobuf field optional .google.protobuf.Edition edition_introduced = 1;
|
| public getEditionRemoved() The edition this feature is no longer available in. In editions after this one, the last default assigned will be used, and proto files will not be able to override it. Generated from protobuf field optional .google.protobuf.Edition edition_removed = 4;
|
| public getRemovalError() The removal error text if this feature is used after the edition it was removed in. Generated from protobuf field optional string removal_error = 5;
|
| public hasDeprecationWarning() |
| public hasEditionDeprecated() |
| public hasEditionIntroduced() |
| public hasEditionRemoved() |
| public hasRemovalError() |
| public setDeprecationWarning(string $var) The deprecation warning text if this feature is used after the edition it was marked deprecated in. Generated from protobuf field optional string deprecation_warning = 3;
|
| public setEditionDeprecated(int $var) The edition this feature becomes deprecated in. Using this after this edition may trigger warnings. Generated from protobuf field optional .google.protobuf.Edition edition_deprecated = 2;
|
| public setEditionIntroduced(int $var) The edition that this feature was first available in. In editions earlier than this one, the default assigned to EDITION_LEGACY will be used, and proto files will not be able to override it. Generated from protobuf field optional .google.protobuf.Edition edition_introduced = 1;
|
| public setEditionRemoved(int $var) The edition this feature is no longer available in. In editions after this one, the last default assigned will be used, and proto files will not be able to override it. Generated from protobuf field optional .google.protobuf.Edition edition_removed = 4;
|
| public setRemovalError(string $var) The removal error text if this feature is used after the edition it was removed in. Generated from protobuf field optional string removal_error = 5;
|
| Properties |
| protected $deprecation_warning = NULL The deprecation warning text if this feature is used after the edition it was marked deprecated in. Generated from protobuf field optional string deprecation_warning = 3; |
| protected $edition_deprecated = NULL The edition this feature becomes deprecated in. Using this after this edition may trigger warnings. Generated from protobuf field optional .google.protobuf.Edition edition_deprecated = 2; |
| protected $edition_introduced = NULL The edition that this feature was first available in. In editions earlier than this one, the default assigned to EDITION_LEGACY will be used, and proto files will not be able to override it. Generated from protobuf field optional .google.protobuf.Edition edition_introduced = 1; |
| protected $edition_removed = NULL The edition this feature is no longer available in. In editions after this one, the last default assigned will be used, and proto files will not be able to override it. Generated from protobuf field optional .google.protobuf.Edition edition_removed = 4; |
| protected $removal_error = NULL The removal error text if this feature is used after the edition it was removed in. Generated from protobuf field optional string removal_error = 5; |
| Methods |