Class: Google::Cloud::Iot::V1::BindDeviceToGatewayRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#device_id::String

Returns Required. The device to associate with the specified gateway. The value of device_id can be either the device numeric ID or the user-defined device identifier.

Returns:

  • (::String)

    Required. The device to associate with the specified gateway. The value of device_id can be either the device numeric ID or the user-defined device identifier.



359
360
361
362
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 359

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

#gateway_id::String

Returns Required. The value of gateway_id can be either the device numeric ID or the user-defined device identifier.

Returns:

  • (::String)

    Required. The value of gateway_id can be either the device numeric ID or the user-defined device identifier.



359
360
361
362
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 359

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

#parent::String

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

Returns:

  • (::String)

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



359
360
361
362
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 359

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