--- v18/errors/authentication_error.proto 2025-08-05 14:36:12.000000000 +0000 +++ v19/errors/authentication_error.proto 2025-08-05 14:36:15.000000000 +0000 @@ -108,5 +108,8 @@ // The Cloud organization associated with the project is not associated with // the developer token. ORGANIZATION_NOT_ASSOCIATED_WITH_DEVELOPER_TOKEN = 28; + + // The developer token is not valid. + DEVELOPER_TOKEN_INVALID = 29; } }
/errors/authentication_error.proto
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-21 (世界標準時間)。
[null,null,["上次更新時間:2025-08-21 (世界標準時間)。"],[],[],null,["# /errors/authentication_error.proto\n\n```diff\n--- v18/errors/authentication_error.proto 2025-08-05 14:36:12.000000000 +0000\n+++ v19/errors/authentication_error.proto 2025-08-05 14:36:15.000000000 +0000\n@@ -108,5 +108,8 @@\n // The Cloud organization associated with the project is not associated with\n // the developer token.\n ORGANIZATION_NOT_ASSOCIATED_WITH_DEVELOPER_TOKEN = 28;\n+\n+ // The developer token is not valid.\n+ DEVELOPER_TOKEN_INVALID = 29;\n }\n }\n```"]]