Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class GetDataStoreRequest.
Request message for DataStoreService.GetDataStore method.
Generated from protobuf message google.cloud.discoveryengine.v1.GetDataStoreRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Full resource name of DataStore
, such as projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
. If the caller does not have permission to access the DataStore
, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the requested DataStore
does not exist, a NOT_FOUND error is returned.
getName
Required. Full resource name of DataStore
, such as projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
.
If the caller does not have permission to access the DataStore , regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the requested DataStore does not exist, a NOT_FOUND error is returned.
string
setName
Required. Full resource name of DataStore
, such as projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
.
If the caller does not have permission to access the DataStore , regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the requested DataStore does not exist, a NOT_FOUND error is returned.
var
string
$this
static::build
name
string
Required. Full resource name of DataStore
, such as projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
.
If the caller does not have permission to access the DataStore , regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested DataStore does not exist, a NOT_FOUND error is returned. Please see Google\Cloud\DiscoveryEngine\V1\DataStoreServiceClient::dataStoreName() for help formatting this field.