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 \ V1Methods
__construct
Constructor.
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
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.
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.
var
string
$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.
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.
var
string
$this
getEntry
Required. The entry to create.
hasEntry
clearEntry
setEntry
Required. The entry to create.
$this
static::build
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