Class ProjectsResource.LocationsResource.RegistriesResource.DevicesResource.StatesResource
The "states" collection of methods.
Inheritance
object
ProjectsResource.LocationsResource.RegistriesResource.DevicesResource.StatesResource
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.DevicesResource.StatesResource
Constructors
StatesResource(IClientService)
Constructs a new resource.
Declaration
public StatesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists the last few versions of the device state in descending order (i.e.: newest first).
Declaration
public virtual ProjectsResource.LocationsResource.RegistriesResource.DevicesResource.StatesResource.ListRequest List(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the device. For example,
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RegistriesResource.DevicesResource.StatesResource.ListRequest |