Class: Google::Cloud::Iot::V1::GetDeviceRegistryRequest

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

Overview

Request for GetDeviceRegistry.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the device registry. For example, projects/example-project/locations/us-central1/registries/my-registry.

Returns:

  • (::String)

    Required. The name of the device registry. For example, projects/example-project/locations/us-central1/registries/my-registry.



44
45
46
47
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 44

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