Class ListDeviceRegistriesRequest (1.0.0)

public sealed class ListDeviceRegistriesRequest : IMessage<ListDeviceRegistriesRequest>, IEquatable<ListDeviceRegistriesRequest>, IDeepCloneable<ListDeviceRegistriesRequest>, IBufferMessage, IMessage, IPageRequest

Request for ListDeviceRegistries.

Inheritance

System.Object > ListDeviceRegistriesRequest

Implements

Google.Protobuf.IMessage<ListDeviceRegistriesRequest>, System.IEquatable<ListDeviceRegistriesRequest>, Google.Protobuf.IDeepCloneable<ListDeviceRegistriesRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageRequest

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

ListDeviceRegistriesRequest()

public ListDeviceRegistriesRequest()

ListDeviceRegistriesRequest(ListDeviceRegistriesRequest)

public ListDeviceRegistriesRequest(ListDeviceRegistriesRequest other)
Parameter
NameDescription
otherListDeviceRegistriesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of registries to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Property Value
TypeDescription
System.Int32

PageToken

public string PageToken { get; set; }

The value returned by the last ListDeviceRegistriesResponse; indicates that this is a continuation of a prior ListDeviceRegistries call and the system should return the next page of data.

Property Value
TypeDescription
System.String

Parent

public string Parent { get; set; }

Required. The project and cloud region path. For example, projects/example-project/locations/us-central1.

Property Value
TypeDescription
System.String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

Google.Api.Gax.ResourceNames.LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
Google.Api.Gax.ResourceNames.LocationName