Class: Google::Cloud::DiscoveryEngine::V1beta::CreateEngineRequest

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

Overview

Request for EngineService.CreateEngine method.

Instance Attribute Summary collapse

Instance Attribute Details

#engine::Google::Cloud::DiscoveryEngine::V1beta::Engine

Returns Required. The Engine to create.

Returns:



45
46
47
48
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 45

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

#engine_id::String

Returns Required. The ID to use for the Engine, which will become the final component of the Engine's resource name.

This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Returns:

  • (::String)

    Required. The ID to use for the Engine, which will become the final component of the Engine's resource name.

    This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.



45
46
47
48
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 45

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

#parent::String

Returns Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection}.

Returns:

  • (::String)

    Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection}.



45
46
47
48
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 45

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