Google Cloud Ces V1 Client - Class GetAgentRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class GetAgentRequest.

Request message for AgentService.GetAgent.

Generated from protobuf message google.cloud.ces.v1.GetAgentRequest

Namespace

Google \ Cloud \ Ces \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the agent to retrieve.

getName

Required. The resource name of the agent to retrieve.

Returns
Type Description
string

setName

Required. The resource name of the agent to retrieve.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the agent to retrieve. Please see AgentServiceClient::agentName() for help formatting this field.

Returns
Type Description
GetAgentRequest