public sealed class GetAssetRequest : IMessage<GetAssetRequest>, IEquatable<GetAssetRequest>, IDeepCloneable<GetAssetRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class GetAssetRequest.
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 |
|