public sealed class GetDataStoreRequest : IMessage<GetDataStoreRequest>, IEquatable<GetDataStoreRequest>, IDeepCloneable<GetDataStoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GetDataStoreRequest.
Request message for [DataStoreService.GetDataStore][google.cloud.discoveryengine.v1beta.DataStoreService.GetDataStore] method.
Implements
IMessageGetDataStoreRequest, IEquatableGetDataStoreRequest, IDeepCloneableGetDataStoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
GetDataStoreRequest()
public GetDataStoreRequest()
GetDataStoreRequest(GetDataStoreRequest)
public GetDataStoreRequest(GetDataStoreRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetDataStoreRequest |
Properties
DataStoreName
public DataStoreName DataStoreName { get; set; }
DataStoreName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DataStoreName |
Name
public string Name { get; set; }
Required. Full resource name of
[DataStore][google.cloud.discoveryengine.v1beta.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][google.cloud.discoveryengine.v1beta.DataStore], regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested [DataStore][google.cloud.discoveryengine.v1beta.DataStore] does not exist, a NOT_FOUND error is returned.
Property Value | |
---|---|
Type | Description |
string |