Class ListSourcesRequest (1.16.0)

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

Request message for listing sources.

Attributes

NameDescription
parent str
Required. Resource name of the parent of sources to list. Its format should be "organizations/[organization_id]".
page_token str
The value returned by the last ``ListSourcesResponse``; indicates that this is a continuation of a prior ``ListSources`` call, and that the system should return the next page of data.
page_size int
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

Inheritance

builtins.object > proto.message.Message > ListSourcesRequest