ListOwnedObjectsRequest

Properties

Link copied to clipboard
abstract val objectType: String?

Optional type filter to limit the types of objects listed.

Link copied to clipboard
abstract val owner: String?

Required. The address of the account that owns the objects.

Link copied to clipboard
abstract val pageSize: <Error class: unknown class>?

The maximum number of entries return. The service may return fewer than this value. If unspecified, at most 50 entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Link copied to clipboard
abstract val pageToken: <Error class: unknown class>?

A page token, received from a previous ListOwnedObjects call. Provide this to retrieve the subsequent page.

Link copied to clipboard

Returns the field-presence view for this ListOwnedObjectsRequest instance.

Link copied to clipboard
abstract val readMask: FieldMask

Mask specifying which fields to read. If no mask is specified, defaults to object_id,version,object_type.

Functions

Link copied to clipboard
fun ListOwnedObjectsRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): ListOwnedObjectsRequest

Copies the original message, including unknown fields.