Reference documentation and code samples for the Google Cloud Ces V1 Client class Action.
Configuration of an Action for the tool to use.
Note: This can be either an Action or an Operation. See https://cloud.google.com/integration-connectors/docs/entities-operation-action for details.
Generated from protobuf message google.cloud.ces.v1.Action
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ connection_action_id
string
ID of a Connection action for the tool to use.
↳ entity_operation
↳ input_fields
string[]
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
↳ output_fields
string[]
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
getConnectionActionId
ID of a Connection action for the tool to use.
string
hasConnectionActionId
setConnectionActionId
ID of a Connection action for the tool to use.
var
string
$this
getEntityOperation
Entity operation configuration for the tool to use.
hasEntityOperation
setEntityOperation
Entity operation configuration for the tool to use.
$this
getInputFields
Optional. Entity fields to use as inputs for the operation.
If no fields are specified, all fields of the Entity will be used.
setInputFields
Optional. Entity fields to use as inputs for the operation.
If no fields are specified, all fields of the Entity will be used.
var
string[]
$this
getOutputFields
Optional. Entity fields to return from the operation.
If no fields are specified, all fields of the Entity will be returned.
setOutputFields
Optional. Entity fields to return from the operation.
If no fields are specified, all fields of the Entity will be returned.
var
string[]
$this
getActionSpec
string

