Google Cloud Dataplex V1 Client - Class PartitionField (1.7.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class PartitionField.

Represents a key field within the entity's partition structure. You could have up to 20 partition fields, but only the first 10 partitions have the filtering ability due to performance consideration. Note: Partition fields are immutable.

Generated from protobuf message google.cloud.dataplex.v1.Schema.PartitionField

Namespace

Google \ Cloud \ Dataplex \ V1 \ Schema

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Partition field name must consist of letters, numbers, and underscores only, with a maximum of length of 256 characters, and must begin with a letter or underscore..

↳ type int

Required. Immutable. The type of field.

getName

Required. Partition field name must consist of letters, numbers, and underscores only, with a maximum of length of 256 characters, and must begin with a letter or underscore..

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
string

setName

Required. Partition field name must consist of letters, numbers, and underscores only, with a maximum of length of 256 characters, and must begin with a letter or underscore..

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
var string
Returns
Type Description
$this

getType

Required. Immutable. The type of field.

Returns
Type Description
int Enum of type Type.

setType

Required. Immutable. The type of field.

Parameter
Name Description
var int

Enum of type Type.

Returns
Type Description
$this