Google Cloud Data Catalog V1 Client - Class ModifyEntryContactsRequest (2.1.0)
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 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 |
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 |
Contacts|null |
|
hasContacts
clearContacts
setContacts
Required. The new value for the Contacts.
| Parameter | |
|---|---|
| Name | Description |
var |
Contacts
|
| Returns | |
|---|---|
| Type | Description |
$this |
|