public sealed class CreateDeviceRegistryRequest : IMessage<CreateDeviceRegistryRequest>, IEquatable<CreateDeviceRegistryRequest>, IDeepCloneable<CreateDeviceRegistryRequest>, IBufferMessage, IMessage
Request for CreateDeviceRegistry
.
Inheritance
System.Object > CreateDeviceRegistryRequestImplements
Google.Protobuf.IMessage<CreateDeviceRegistryRequest>, System.IEquatable<CreateDeviceRegistryRequest>, Google.Protobuf.IDeepCloneable<CreateDeviceRegistryRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
CreateDeviceRegistryRequest()
public CreateDeviceRegistryRequest()
CreateDeviceRegistryRequest(CreateDeviceRegistryRequest)
public CreateDeviceRegistryRequest(CreateDeviceRegistryRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateDeviceRegistryRequest |
Properties
DeviceRegistry
public DeviceRegistry DeviceRegistry { get; set; }
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.
Property Value | |
---|---|
Type | Description |
DeviceRegistry |
Parent
public string Parent { get; set; }
Required. The project and cloud region where this device registry must be created.
For example, projects/example-project/locations/us-central1
.
Property Value | |
---|---|
Type | Description |
System.String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
Google.Api.Gax.ResourceNames.LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.ResourceNames.LocationName |