Discovery Engine v1beta API - Class GetDataStoreRequest (1.0.0-beta12)

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.

Inheritance

object > GetDataStoreRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GetDataStoreRequest()

public GetDataStoreRequest()

GetDataStoreRequest(GetDataStoreRequest)

public GetDataStoreRequest(GetDataStoreRequest other)
Parameter
NameDescription
otherGetDataStoreRequest

Properties

DataStoreName

public DataStoreName DataStoreName { get; set; }

DataStoreName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string