Class GetDeviceRegistryRequest (1.0.0)

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

Request for GetDeviceRegistry.

Inheritance

System.Object > GetDeviceRegistryRequest

Implements

Google.Protobuf.IMessage<GetDeviceRegistryRequest>, System.IEquatable<GetDeviceRegistryRequest>, Google.Protobuf.IDeepCloneable<GetDeviceRegistryRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String

RegistryName

public RegistryName RegistryName { get; set; }

RegistryName-typed view over the Name resource name property.

Property Value
TypeDescription
RegistryName