Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ModifyEntryContactsRequest.
Request message for ModifyEntryContacts.
Generated from protobuf message google.cloud.datacatalog.v1.ModifyEntryContactsRequest
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The full resource name of the entry. |
↳ contacts |
Google\Cloud\DataCatalog\V1\Contacts
Required. The new value for the Contacts. |
getName
Required. The full resource name of the entry.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The full resource name of the entry.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContacts
Required. The new value for the Contacts.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataCatalog\V1\Contacts|null |
hasContacts
clearContacts
setContacts
Required. The new value for the Contacts.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataCatalog\V1\Contacts
|
Returns | |
---|---|
Type | Description |
$this |