Optional. Maximum number of actions to return. The service may return fewer than this
value. If unspecified, at most 10 actions will be returned. The maximum
value is 1000; values above 1000 will be coerced to 1000.
Optional. Page token received from a previous ListAssetActions call. Provide this
to retrieve the subsequent page. When paginating, all other parameters
provided to ListAssetActions must match the call that provided the page
token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `ListAssetActionsRequest` class within the `Google.Cloud.Dataplex.V1` namespace, which is used to request a list of asset actions in the Google Cloud Dataplex service."],["The latest version of the `ListAssetActionsRequest` class is 3.6.0, and the page provides links to documentation for previous versions, ranging from 1.0.0 to 3.5.0, as well as all minor versions in between."],["The `ListAssetActionsRequest` class implements interfaces like `IPageRequest`, `IMessage`, and `IEquatable`, offering functionalities such as page request handling, message handling, and object equality checks."],["Key properties of the `ListAssetActionsRequest` class include `PageSize` (specifying the maximum number of actions to return), `PageToken` (for retrieving subsequent pages of results), `Parent` (the resource name of the parent asset), and `ParentAsAssetName` (a typed view of the parent resource name)."],["Constructors are provided for creating a new `ListAssetActionsRequest` object, either as an empty object or by copying the values of an existing `ListAssetActionsRequest` instance."]]],[]]