Google Cloud Data Catalog V1 Client - Class TagField (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class TagField.

Contains the value and additional information on a field within a Tag.

Generated from protobuf message google.cloud.datacatalog.v1.TagField

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ display_name string

Output only. The display name of this field.

↳ double_value float

The value of a tag field with a double type.

↳ string_value string

The value of a tag field with a string type. The maximum length is 2000 UTF-8 characters.

↳ bool_value bool

The value of a tag field with a boolean type.

↳ timestamp_value Google\Protobuf\Timestamp

The value of a tag field with a timestamp type.

↳ enum_value Google\Cloud\DataCatalog\V1\TagField\EnumValue

The value of a tag field with an enum type. This value must be one of the allowed values listed in this enum.

↳ richtext_value string

The value of a tag field with a rich text type. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

↳ order int

Output only. The order of this field with respect to other fields in this tag. Can be set by Tag. For example, a higher value can indicate a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag don't have to be sequential.

getDisplayName

Output only. The display name of this field.

Returns
TypeDescription
string

setDisplayName

Output only. The display name of this field.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDoubleValue

The value of a tag field with a double type.

Returns
TypeDescription
float

hasDoubleValue

setDoubleValue

The value of a tag field with a double type.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getStringValue

The value of a tag field with a string type.

The maximum length is 2000 UTF-8 characters.

Returns
TypeDescription
string

hasStringValue

setStringValue

The value of a tag field with a string type.

The maximum length is 2000 UTF-8 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBoolValue

The value of a tag field with a boolean type.

Returns
TypeDescription
bool

hasBoolValue

setBoolValue

The value of a tag field with a boolean type.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getTimestampValue

The value of a tag field with a timestamp type.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasTimestampValue

setTimestampValue

The value of a tag field with a timestamp type.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEnumValue

The value of a tag field with an enum type.

This value must be one of the allowed values listed in this enum.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\TagField\EnumValue|null

hasEnumValue

setEnumValue

The value of a tag field with an enum type.

This value must be one of the allowed values listed in this enum.

Parameter
NameDescription
var Google\Cloud\DataCatalog\V1\TagField\EnumValue
Returns
TypeDescription
$this

getRichtextValue

The value of a tag field with a rich text type.

The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

Returns
TypeDescription
string

hasRichtextValue

setRichtextValue

The value of a tag field with a rich text type.

The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrder

Output only. The order of this field with respect to other fields in this tag. Can be set by Tag.

For example, a higher value can indicate a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag don't have to be sequential.

Returns
TypeDescription
int

setOrder

Output only. The order of this field with respect to other fields in this tag. Can be set by Tag.

For example, a higher value can indicate a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag don't have to be sequential.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getKind

Returns
TypeDescription
string