Class GetLakeRequest (2.0.0)

public sealed class GetLakeRequest : IMessage<GetLakeRequest>, IEquatable<GetLakeRequest>, IDeepCloneable<GetLakeRequest>, IBufferMessage, IMessage

Get lake request.

Inheritance

Object > GetLakeRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetLakeRequest()

public GetLakeRequest()

GetLakeRequest(GetLakeRequest)

public GetLakeRequest(GetLakeRequest other)
Parameter
NameDescription
otherGetLakeRequest

Properties

LakeName

public LakeName LakeName { get; set; }

LakeName-typed view over the Name resource name property.

Property Value
TypeDescription
LakeName

Name

public string Name { get; set; }

Required. The resource name of the lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.

Property Value
TypeDescription
String