Google Cloud Data Catalog V1 Client - Class ModifyEntryContactsRequest (1.3.9)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

Required. The full resource name of the entry.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getContacts

Required. The new value for the Contacts.

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

hasContacts

clearContacts

setContacts

Required. The new value for the Contacts.

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