ListDynamicFieldsRequest

Request message for NodeService.ListDynamicFields

Properties

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

The maximum number of dynamic fields to 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 ListDynamicFields call. Provide this to retrieve the subsequent page.

Link copied to clipboard
abstract val parent: String?

Required. The UID of the parent, which owns the collections of dynamic fields.

Link copied to clipboard
Link copied to clipboard
abstract val readMask: FieldMask

Mask specifying which fields to read. If no mask is specified, defaults to parent,field_id.

Functions

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

Copies the original message, including unknown fields.