Obrigatório. O nome do tipo que está sendo listado. Precisa ser transferOperations.
Parâmetros de consulta
Parâmetros
filter
string
Obrigatório. Uma lista de parâmetros de consulta especificados como texto JSON no formato: {"projectId":"my_project_id",
"jobNames":["jobid1","jobid2",...],
"jobNamePattern": "job_name_pattern",
"operationNames":["opid1","opid2",...],
"operationNamePattern": "operation_name_pattern",
"minCreationTime": "min_creation_time",
"maxCreationTime": "max_creation_time",
"transferStatuses":["status1","status2",...]}
Como jobNames, operationNames e transferStatuses oferecem suporte a vários valores, eles precisam ser especificados com a notação de matriz. projectId é o único argumento obrigatório. Se especificado, jobNamePattern e operationNamePattern precisam corresponder ao nome completo do job ou da operação, respectivamente. "*" é um caractere curinga que corresponde a zero ou mais caracteres. minCreationTime e maxCreationTime precisam ser carimbos de data/hora codificados como uma string no formato RFC 3339. Os valores válidos para transferStatuses não diferenciam maiúsculas de minúsculas: IN_PROGRESS, PAUSED, SUCCESS, FAILED e ABORTED.
pageSize
integer
O tamanho da página da lista. O valor máximo permitido é 256.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-04 UTC."],[],[],null,["# Method: transferOperations.list\n\nLists transfer operations. Operations are ordered by their creation time in reverse chronological order.\n\n### HTTP request\n\n`GET https://storagetransfer.googleapis.com/v1/{name=transferOperations}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe response message for [Operations.ListOperations](/storage-transfer/docs/reference/rest/v1/transferOperations/list#google.longrunning.Operations.ListOperations).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]