Class GetDeviceRegistryRequest (1.1.0)

public sealed class GetDeviceRegistryRequest : IMessage<GetDeviceRegistryRequest>, IEquatable<GetDeviceRegistryRequest>, IDeepCloneable<GetDeviceRegistryRequest>, IBufferMessage, IMessage

Request for GetDeviceRegistry.

Inheritance

Object > GetDeviceRegistryRequest

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

GetDeviceRegistryRequest()

public GetDeviceRegistryRequest()

GetDeviceRegistryRequest(GetDeviceRegistryRequest)

public GetDeviceRegistryRequest(GetDeviceRegistryRequest other)
Parameter
NameDescription
otherGetDeviceRegistryRequest

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
TypeDescription
String

RegistryName

public RegistryName RegistryName { get; set; }

RegistryName-typed view over the Name resource name property.

Property Value
TypeDescription
RegistryName