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
- (::Google::Cloud::DiscoveryEngine::V1beta::Engine) — Required. The Engine to create.
#engine=
def engine=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Engine
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Engine) — Required. The Engine to create.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Engine) — Required. The Engine to create.
#engine_id
def engine_id() -> ::String
Returns
#engine_id=
def engine_id=(value) -> ::String
Parameter
Returns
#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}
.