Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::ProvisionProjectRequest (v0.8.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ProvisionProjectRequest.

Request for ProjectService.ProvisionProject method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#accept_data_use_terms

def accept_data_use_terms() -> ::Boolean
Returns
  • (::Boolean) — Required. Set to true to specify that caller has read and would like to give consent to the Terms for data use.

#accept_data_use_terms=

def accept_data_use_terms=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Required. Set to true to specify that caller has read and would like to give consent to the Terms for data use.
Returns
  • (::Boolean) — 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

def data_use_terms_version() -> ::String
Returns
  • (::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.

#data_use_terms_version=

def data_use_terms_version=(value) -> ::String
Parameter
  • value (::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.

Returns
  • (::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.

#name

def name() -> ::String
Returns
  • (::String) — Required. Full resource name of a Project, such as projects/{project_id_or_number}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Full resource name of a Project, such as projects/{project_id_or_number}.
Returns
  • (::String) — Required. Full resource name of a Project, such as projects/{project_id_or_number}.