Class: Google::Cloud::Iot::V1::CreateDeviceRegistryRequest

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 CreateDeviceRegistry.

Instance Attribute Summary collapse

Instance Attribute Details

#device_registry::Google::Cloud::Iot::V1::DeviceRegistry

Returns Required. The device registry. The field name must be empty. The server will generate that field from the device registry id provided and the parent field.

Returns:

  • (::Google::Cloud::Iot::V1::DeviceRegistry)

    Required. The device registry. The field name must be empty. The server will generate that field from the device registry id provided and the parent field.



34
35
36
37
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 34

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

#parent::String

Returns Required. The project and cloud region where this device registry must be created. For example, projects/example-project/locations/us-central1.

Returns:

  • (::String)

    Required. The project and cloud region where this device registry must be created. For example, projects/example-project/locations/us-central1.



34
35
36
37
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 34

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