A compiled specification for the defaults of a set of features. These messages are generated from FeatureSet extensions and can be used to seed feature resolution. The resolution with this object becomes a simple search for the closest matching edition, followed by proto merges.
Generated from protobuf message google.protobuf.FeatureSetDefaults
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearMaximumEdition() |
| public clearMinimumEdition() |
| public getDefaults() Generated from protobuf field repeated .google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault defaults = 1;
|
| public getMaximumEdition() The maximum known edition (inclusive) when this was constructed. Editions after this will not have reliable defaults. Generated from protobuf field optional .google.protobuf.Edition maximum_edition = 5;
|
| public getMinimumEdition() The minimum supported edition (inclusive) when this was constructed. Editions before this will not have defaults. Generated from protobuf field optional .google.protobuf.Edition minimum_edition = 4;
|
| public hasMaximumEdition() |
| public hasMinimumEdition() |
| public setDefaults(Google Generated from protobuf field repeated .google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault defaults = 1;
|
| public setMaximumEdition(int $var) The maximum known edition (inclusive) when this was constructed. Editions after this will not have reliable defaults. Generated from protobuf field optional .google.protobuf.Edition maximum_edition = 5;
|
| public setMinimumEdition(int $var) The minimum supported edition (inclusive) when this was constructed. Editions before this will not have defaults. Generated from protobuf field optional .google.protobuf.Edition minimum_edition = 4;
|
| Properties |
| protected $maximum_edition = NULL The maximum known edition (inclusive) when this was constructed. Editions after this will not have reliable defaults. Generated from protobuf field optional .google.protobuf.Edition maximum_edition = 5; |
| protected $minimum_edition = NULL The minimum supported edition (inclusive) when this was constructed. Editions before this will not have defaults. Generated from protobuf field optional .google.protobuf.Edition minimum_edition = 4; |
| Methods |
| Properties |
| private $defaults = NULL Generated from protobuf field repeated .google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault defaults = 1; |