Interface UnbindDeviceFromGatewayRequestOrBuilder (2.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface UnbindDeviceFromGatewayRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeviceId()

public abstract String getDeviceId()

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

string device_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The deviceId.

getDeviceIdBytes()

public abstract ByteString getDeviceIdBytes()

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

string device_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for deviceId.

getGatewayId()

public abstract String getGatewayId()

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

string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The gatewayId.

getGatewayIdBytes()

public abstract ByteString getGatewayIdBytes()

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

string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for gatewayId.

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.