Google Cloud Data Catalog V1 Client - Class UpdateEntryRequest (2.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class UpdateEntryRequest.
Request message for UpdateEntry.
Generated from protobuf message google.cloud.datacatalog.v1.UpdateEntryRequest
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entry |
Entry
Required. Updates for the entry. The |
↳ update_mask |
Google\Protobuf\FieldMask
Names of fields whose values to overwrite on an entry. If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied. You can modify only the fields listed below. For entries with type |
getEntry
Required. Updates for the entry. The name field must be set.
| Returns | |
|---|---|
| Type | Description |
Entry|null |
|
hasEntry
clearEntry
setEntry
Required. Updates for the entry. The name field must be set.
| Parameter | |
|---|---|
| Name | Description |
var |
Entry
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Names of fields whose values to overwrite on an entry.
If this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
You can modify only the fields listed below.
For entries with type DATA_STREAM:
schemaFor entries with typeFILESET:schemadisplay_namedescriptiongcs_fileset_specgcs_fileset_spec.file_patternsFor entries withuser_specified_type:schemadisplay_namedescriptionuser_specified_typeuser_specified_systemlinked_resourcesource_system_timestamps
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Names of fields whose values to overwrite on an entry.
If this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
You can modify only the fields listed below.
For entries with type DATA_STREAM:
schemaFor entries with typeFILESET:schemadisplay_namedescriptiongcs_fileset_specgcs_fileset_spec.file_patternsFor entries withuser_specified_type:schemadisplay_namedescriptionuser_specified_typeuser_specified_systemlinked_resourcesource_system_timestamps
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
entry |
Entry
Required. Updates for the entry. The |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryRequest |
|
static::buildFromEntryUpdateMask
| Parameters | |
|---|---|
| Name | Description |
entry |
Entry
Required. Updates for the entry. The |
updateMask |
Google\Protobuf\FieldMask
Names of fields whose values to overwrite on an entry. If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied. You can modify only the fields listed below. For entries with type
For entries with type
For entries with
|
| Returns | |
|---|---|
| Type | Description |
UpdateEntryRequest |
|