Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class EnumValue.
An enum value.
Generated from protobuf message google.cloud.datacatalog.v1.TagField.EnumValue
Namespace
Google \ Cloud \ DataCatalog \ V1 \ TagFieldMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
The display name of the enum value. |
getDisplayName
The display name of the enum value.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
The display name of the enum value.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|