public interface CreateDeviceRegistryRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DeviceRegistry |
getDeviceRegistry()
Required.
|
DeviceRegistryOrBuilder |
getDeviceRegistryOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasDeviceRegistry()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The project and cloud region where this device registry must be created. For example, `projects/example-project/locations/us-central1`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The project and cloud region where this device registry must be created. For example, `projects/example-project/locations/us-central1`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasDeviceRegistry()
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.
.google.cloud.iot.v1.DeviceRegistry device_registry = 2 [(.google.api.field_behavior) = REQUIRED];
DeviceRegistry getDeviceRegistry()
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.
.google.cloud.iot.v1.DeviceRegistry device_registry = 2 [(.google.api.field_behavior) = REQUIRED];
DeviceRegistryOrBuilder getDeviceRegistryOrBuilder()
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.
.google.cloud.iot.v1.DeviceRegistry device_registry = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.