Reference documentation and code samples for the Google Cloud Ces V1 Client class CreateAppVersionRequest.
Request message for AgentService.CreateAppVersion
Generated from protobuf message google.cloud.ces.v1.CreateAppVersionRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the app to create an app version in.
↳ app_version_id
string
Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
↳ app_version
getParent
Required. The resource name of the app to create an app version in.
string
setParent
Required. The resource name of the app to create an app version in.
var
string
$this
getAppVersionId
Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
string
setAppVersionId
Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
var
string
$this
getAppVersion
Required. The app version to create.
hasAppVersion
clearAppVersion
setAppVersion
Required. The app version to create.
$this
static::build
parent
string
Required. The resource name of the app to create an app version in. Please see AgentServiceClient::appName() for help formatting this field.
appVersion
appVersionId
string
Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
static::buildFromParentAppVersion
parent
string
Required. The resource name of the app to create an app version in. Please see AgentServiceClient::appName() for help formatting this field.
appVersion

