Reference documentation and code samples for the Google Cloud Ces V1 Client class UpdateAgentRequest.
Request message for AgentService.UpdateAgent .
Generated from protobuf message google.cloud.ces.v1.UpdateAgentRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ agent
↳ update_mask
Google\Protobuf\FieldMask
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
getAgent
Required. The agent to update.
hasAgent
clearAgent
setAgent
Required. The agent to update.
$this
getUpdateMask
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
$this
static::build
agent
updateMask
Google\Protobuf\FieldMask
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

