public sealed class GetDeviceRegistryRequest : IMessage<GetDeviceRegistryRequest>, IEquatable<GetDeviceRegistryRequest>, IDeepCloneable<GetDeviceRegistryRequest>, IBufferMessage, IMessage
Request for GetDeviceRegistry
.
Inheritance
System.Object > GetDeviceRegistryRequestImplements
Google.Protobuf.IMessage<GetDeviceRegistryRequest>, System.IEquatable<GetDeviceRegistryRequest>, Google.Protobuf.IDeepCloneable<GetDeviceRegistryRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
GetDeviceRegistryRequest()
public GetDeviceRegistryRequest()
GetDeviceRegistryRequest(GetDeviceRegistryRequest)
public GetDeviceRegistryRequest(GetDeviceRegistryRequest other)
Parameter | |
---|---|
Name | Description |
other | GetDeviceRegistryRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the device registry. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
Property Value | |
---|---|
Type | Description |
System.String |
RegistryName
public RegistryName RegistryName { get; set; }
RegistryName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RegistryName |