Google Cloud Ces V1 Client - Class ImportAppResponse (0.1.0)

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

Response message for AgentService.ImportApp.

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

Namespace

Google \ Cloud \ Ces \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The resource name of the app that was imported.

↳ warnings array

Warning messages generated during the import process. If errors occur for specific resources, they will not be included in the imported app and the error will be mentioned here.

getName

The resource name of the app that was imported.

Returns
Type Description
string

setName

The resource name of the app that was imported.

Parameter
Name Description
var string
Returns
Type Description
$this

getWarnings

Warning messages generated during the import process.

If errors occur for specific resources, they will not be included in the imported app and the error will be mentioned here.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setWarnings

Warning messages generated during the import process.

If errors occur for specific resources, they will not be included in the imported app and the error will be mentioned here.

Parameter
Name Description
var string[]
Returns
Type Description
$this