Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class AgentCommand.
An AgentCommand specifies a one-time executable program for the agent to run.
Generated from protobuf message google.cloud.workloadmanager.v1.AgentCommand
Namespace
Google \ Cloud \ WorkloadManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ command
string
The name of the agent one-time executable that will be invoked.
↳ parameters
array| Google\Protobuf\Internal\MapField
A map of key/value pairs that can be used to specify additional one-time executable settings.
getCommand
The name of the agent one-time executable that will be invoked.
string
setCommand
The name of the agent one-time executable that will be invoked.
var
string
$this
getParameters
A map of key/value pairs that can be used to specify additional one-time executable settings.
setParameters
A map of key/value pairs that can be used to specify additional one-time executable settings.
$this

