Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EnumValue.
Definition of Enumvalue, to be used for enum fields.
Generated from protobuf message google.cloud.dataplex.v1.AspectType.MetadataTemplate.EnumValue
Namespace
Google \ Cloud \ Dataplex \ V1 \ AspectType \ MetadataTemplateMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ index |
int
Required. Index for the enum value. It can't be modified. |
↳ name |
string
Required. Name of the enumvalue. This is the actual value that the aspect can contain. |
↳ deprecated |
string
Optional. You can set this message if you need to deprecate an enum value. |
getIndex
Required. Index for the enum value. It can't be modified.
Returns | |
---|---|
Type | Description |
int |
setIndex
Required. Index for the enum value. It can't be modified.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getName
Required. Name of the enumvalue. This is the actual value that the aspect can contain.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Name of the enumvalue. This is the actual value that the aspect can contain.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeprecated
Optional. You can set this message if you need to deprecate an enum value.
Returns | |
---|---|
Type | Description |
string |
setDeprecated
Optional. You can set this message if you need to deprecate an enum value.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |