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

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

Request message for CreateEntry.

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

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the entry group this entry belongs to. Note: The entry itself and its child resources might not be stored in the location specified in its name.

↳ entry_id string

Required. The ID of the entry to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.

↳ entry Google\Cloud\DataCatalog\V1\Entry

Required. The entry to create.

getParent

Required. The name of the entry group this entry belongs to.

Note: The entry itself and its child resources might not be stored in the location specified in its name.

Returns
TypeDescription
string

setParent

Required. The name of the entry group this entry belongs to.

Note: The entry itself and its child resources might not be stored in the location specified in its name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEntryId

Required. The ID of the entry to create.

The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.

Returns
TypeDescription
string

setEntryId

Required. The ID of the entry to create.

The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEntry

Required. The entry to create.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\Entry|null

hasEntry

clearEntry

setEntry

Required. The entry to create.

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

static::build

Parameters
NameDescription
parent string

Required. The name of the entry group this entry belongs to.

Note: The entry itself and its child resources might not be stored in the location specified in its name. Please see Google\Cloud\DataCatalog\V1\DataCatalogClient::entryGroupName() for help formatting this field.

entryId string

Required. The ID of the entry to create.

The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.

entry Google\Cloud\DataCatalog\V1\Entry

Required. The entry to create.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\CreateEntryRequest