Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::CreateEngineRequest (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateEngineRequest.

Request for EngineService.CreateEngine method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#engine

def engine() -> ::Google::Cloud::DiscoveryEngine::V1beta::Engine
Returns

#engine=

def engine=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Engine
Parameter
Returns

#engine_id

def engine_id() -> ::String
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.

#engine_id=

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

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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection}.

#parent=

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