Class: Google::Cloud::GDCHardwareManagement::V1alpha::GetZoneRequest

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

Overview

A request to get a zone.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the zone. Format: projects/{project}/locations/{location}/zones/{zone}.

Returns:

  • (::String)

    Required. The name of the zone. Format: projects/{project}/locations/{location}/zones/{zone}



783
784
785
786
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 783

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