Class: Google::Cloud::Dataplex::V1::GetZoneRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/service.rb

Overview

Get zone request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.

Returns:

  • (::String)

    Required. The resource name of the zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.



286
287
288
289
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 286

class GetZoneRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end