Class ListTransferJobsRequest (1.4.0)

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

projectId, jobNames, and jobStatuses are query parameters that can be specified when listing transfer jobs.

Attributes

NameDescription
filter str
Required. A list of query parameters specified as JSON text in the form of: ``{"projectId":"my_project_id", "jobNames":["jobid1","jobid2",...], "jobStatuses":["status1","status2",...]}`` Since ``jobNames`` and ``jobStatuses`` support multiple values, their values must be specified with array notation. ``projectId`` is required. ``jobNames`` and ``jobStatuses`` are optional. The valid values for ``jobStatuses`` are case-insensitive: `ENABLED][google.storagetransfer.v1.TransferJob.Status.ENABLED]`, `DISABLED][google.storagetransfer.v1.TransferJob.Status.DISABLED]`, and `DELETED][google.storagetransfer.v1.TransferJob.Status.DELETED]`.
page_size int
The list page size. The max allowed value is 256.
page_token str
The list page token.

Inheritance

builtins.object > proto.message.Message > ListTransferJobsRequest