Reference documentation and code samples for the Google Cloud Ces V1 Client class CreateAppRequest.
Request message for AgentService.CreateApp .
Generated from protobuf message google.cloud.ces.v1.CreateAppRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the location to create an app in.
↳ app_id
string
Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
↳ app
getParent
Required. The resource name of the location to create an app in.
string
setParent
Required. The resource name of the location to create an app in.
var
string
$this
getAppId
Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
string
setAppId
Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
var
string
$this
getApp
Required. The app to create.
hasApp
clearApp
setApp
Required. The app to create.
$this
static::build
parent
string
Required. The resource name of the location to create an app in. Please see AgentServiceClient::locationName() for help formatting this field.
app
appId
string
Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
static::buildFromParentApp
parent
string
Required. The resource name of the location to create an app in. Please see AgentServiceClient::locationName() for help formatting this field.
app

