public interface BindDeviceToGatewayRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId()
Required.
|
ByteString |
getDeviceIdBytes()
Required.
|
String |
getGatewayId()
Required.
|
ByteString |
getGatewayIdBytes()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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) = { ... }
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) = { ... }
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];
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];
String getDeviceId()
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.
string device_id = 3 [(.google.api.field_behavior) = REQUIRED];
ByteString getDeviceIdBytes()
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.
string device_id = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.