From a32352398f947de9fa80e124d57d609d7dbc2494 Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 12 Jan 2026 13:30:01 -0800 Subject: [PATCH] Add a type for CreateCloudSharingResult when create sharing success but the deice has no notification target to receive receiver updates. PiperOrigin-RevId: 855362668 --- proto/sharing_enums.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 1e675055..7adafdd3 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -1006,6 +1006,9 @@ enum CloudCreateSharingResult { CLOUD_CREATE_SHARING_RESULT_FILE_LIMIT_EXCEED_COUNT = 8; // The request contains more than 10GB of files. CLOUD_CREATE_SHARING_RESULT_FILE_LIMIT_EXCEED_SIZE = 9; + // The request was successful but this device cannot be notified for receiver + // updates. + CLOUD_CREATE_SHARING_RESULT_SUCCESS_NO_NOTIFICATION = 10; } // LINT.ThenChange( // //depot/google3/java/com/google/android/gmscore/integ/modules/nearby/src/com/google/android/gms/nearby/sharing/cloud/data/CreateSharingRequestResultStatus.kt