Cloud Dataplex v1 API - Class GetZoneRequest (2.15.0)

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.

Inheritance

object > GetZoneRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetZoneRequest()

public GetZoneRequest()

GetZoneRequest(GetZoneRequest)

public GetZoneRequest(GetZoneRequest other)
Parameter
NameDescription
otherGetZoneRequest

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
TypeDescription
string

ZoneName

public ZoneName ZoneName { get; set; }

ZoneName-typed view over the Name resource name property.

Property Value
TypeDescription
ZoneName