Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ProvisionProjectRequest.
Request for ProjectService.ProvisionProject method.
Generated from protobuf message google.cloud.discoveryengine.v1.ProvisionProjectRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
↳ accept_data_use_terms
bool
Required. Set to true
to specify that caller has read and would like to give consent to the Terms for data use
.
↳ data_use_terms_version
string
Required. The version of the Terms for data use
that caller has read and would like to give consent to. Acceptable version is 2022-11-23
, and this may change over time.
getName
Required. Full resource name of a Project
, such as projects/{project_id_or_number}
.
string
setName
Required. Full resource name of a Project
, such as projects/{project_id_or_number}
.
var
string
$this
getAcceptDataUseTerms
Required. Set to true
to specify that caller has read and would like to
give consent to the Terms for data
use
.
bool
setAcceptDataUseTerms
Required. Set to true
to specify that caller has read and would like to
give consent to the Terms for data
use
.
var
bool
$this
getDataUseTermsVersion
Required. The version of the Terms for data use that caller has read and would like to give consent to.
Acceptable version is 2022-11-23
, and this may change over time.
string
setDataUseTermsVersion
Required. The version of the Terms for data use that caller has read and would like to give consent to.
Acceptable version is 2022-11-23
, and this may change over time.
var
string
$this
static::build
name
string
Required. Full resource name of a Project
, such as projects/{project_id_or_number}
. Please see ProjectServiceClient::projectName()
for help formatting this field.