Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class GetEngineRequest.
Request message for EngineService.GetEngine method.
Generated from protobuf message google.cloud.discoveryengine.v1.GetEngineRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Full resource name of Engine
, such as projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
.
getName
Required. Full resource name of Engine
, such as projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
.
string
setName
Required. Full resource name of Engine
, such as projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
.
var
string
$this
static::build
name
string
Required. Full resource name of Engine
, such as projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
. Please see Google\Cloud\DiscoveryEngine\V1\EngineServiceClient::engineName()
for help formatting this field.