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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The resource name of the app that was imported.
↳ warnings
string[]
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.
string
setName
The resource name of the app that was imported.
var
string
$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.
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.
var
string[]
$this

