public sealed class GetZoneRequest : IMessage<GetZoneRequest>, IEquatable<GetZoneRequest>, IDeepCloneable<GetZoneRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetZoneRequest.
Get zone request.
Implements
IMessageGetZoneRequest, IEquatableGetZoneRequest, IDeepCloneableGetZoneRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GetZoneRequest()
public GetZoneRequest()
GetZoneRequest(GetZoneRequest)
public GetZoneRequest(GetZoneRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetZoneRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the zone:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}
.
Property Value | |
---|---|
Type | Description |
string |
ZoneName
public ZoneName ZoneName { get; set; }
Property Value | |
---|---|
Type | Description |
ZoneName |