Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource

The "devices" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIot.v1
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.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
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 Generated by DocFX