Class QueryCompilationResultActionsRequest (0.2.2)

QueryCompilationResultActionsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

QueryCompilationResultActions request message.

Attributes

NameDescription
name str
Required. The compilation result's name.
page_size int
Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
page_token str
Optional. Page token received from a previous ``QueryCompilationResultActions`` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ``QueryCompilationResultActions`` must match the call that provided the page token.
filter str
Optional. Optional filter for the returned list. Filtering is only currently supported on the ``file_path`` field.

Inheritance

builtins.object > proto.message.Message > QueryCompilationResultActionsRequest