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