public sealed class GetAssetRequest : IMessage<GetAssetRequest>, IEquatable<GetAssetRequest>, IDeepCloneable<GetAssetRequest>, IBufferMessage, IMessage
Get asset request.
Implements
IMessage<GetAssetRequest>, IEquatable<GetAssetRequest>, IDeepCloneable<GetAssetRequest>, 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 |