Home
last modified time | relevance | path

Searched defs:upload_id (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/googleapis/google/storage/v2/
H A Dstorage.proto856 string upload_id = 1 [(google.api.field_behavior) = REQUIRED]; field
1043 string upload_id = 1; field
1110 string upload_id = 1; field
1267 string upload_id = 1 [(google.api.field_behavior) = REQUIRED]; field
1472 string upload_id = 1; field
/aosp_15_r20/external/googleapis/google/storage/v1/
H A Dstorage.proto809 string upload_id = 3; field
1002 string upload_id = 1; field
1126 string upload_id = 1 [(google.api.field_behavior) = REQUIRED]; field
1293 string upload_id = 1; field
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_netlog_params.cc37 int64_t upload_id) { in NetLogURLRequestStartParams()
/aosp_15_r20/external/aws-crt-java/src/native/
H A Ds3_client.c923 struct aws_string *upload_id = aws_jni_new_string_from_jstring(env, upload_id_jni); in s_native_resume_token_from_java_new() local