Cloud Dataplex v1 API - Class GetLakeRequest (2.4.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class GetLakeRequest.

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