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.
Implements
IMessageGetLakeRequest, IEquatableGetLakeRequest, IDeepCloneableGetLakeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GetLakeRequest()
public GetLakeRequest()
GetLakeRequest(GetLakeRequest)
public GetLakeRequest(GetLakeRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetLakeRequest |
Properties
LakeName
public LakeName LakeName { get; set; }
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |