public interface UnbindDeviceFromGatewayRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |