Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource

The "devices" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudIot.v1
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class DevicesResource

Constructors

DevicesResource(IClientService)

Constructs a new resource.

Declaration
public DevicesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(String)

List devices in a device registry.

Declaration
public virtual ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The device registry path. Required. For example, projects/my-project/locations/us-central1/registries/my-registry.

Returns
Type Description
ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource.ListRequest
In This Article
Back to top