public sealed class GetAssetRequest : IMessage<GetAssetRequest>, IEquatable<GetAssetRequest>, IDeepCloneable<GetAssetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetAssetRequest.
Get asset request.
Implements
IMessageGetAssetRequest, IEquatableGetAssetRequest, IDeepCloneableGetAssetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GetAssetRequest()
public GetAssetRequest()
GetAssetRequest(GetAssetRequest)
public GetAssetRequest(GetAssetRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetAssetRequest |
Properties
AssetName
public AssetName AssetName { get; set; }
Property Value | |
---|---|
Type | Description |
AssetName |
Name
public string Name { get; set; }
Required. The resource name of the asset:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}
.
Property Value | |
---|---|
Type | Description |
string |