Class: Google::Cloud::DiscoveryEngine::V1::ProvisionProjectRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/project_service.rb

Overview

Request for ProjectService.ProvisionProject method.

Instance Attribute Summary collapse

Instance Attribute Details

#accept_data_use_terms::Boolean

Returns 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.



44
45
46
47
# File 'proto_docs/google/cloud/discoveryengine/v1/project_service.rb', line 44

class ProvisionProjectRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#data_use_terms_version::String

Returns 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.



44
45
46
47
# File 'proto_docs/google/cloud/discoveryengine/v1/project_service.rb', line 44

class ProvisionProjectRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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}.



44
45
46
47
# File 'proto_docs/google/cloud/discoveryengine/v1/project_service.rb', line 44

class ProvisionProjectRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end