@@ -45,7 +45,8 @@ namespace oauth2 {
4545 * @deprecated Prefer using the unified credentials documented in @ref guac
4646 */
4747GOOGLE_CLOUD_CPP_DEPRECATED (
48- " This function will be removed. Prefer using the unified credentials "
48+ " This function will be removed in v3.0.0 and later. Prefer using the "
49+ " unified credentials "
4950 " documented in @ref guac." )
5051StatusOr<std::shared_ptr<Credentials>> GoogleDefaultCredentials (
5152 ChannelOptions const & options = {});
@@ -63,7 +64,8 @@ StatusOr<std::shared_ptr<Credentials>> GoogleDefaultCredentials(
6364 * @deprecated Prefer using the unified credentials documented in @ref guac
6465 */
6566GOOGLE_CLOUD_CPP_DEPRECATED (
66- " This function will be removed. Prefer using the unified credentials "
67+ " This function will be removed in v3.0.0 and later. Prefer using the "
68+ " unified credentials "
6769 " documented in @ref guac." )
6870std::shared_ptr<Credentials> CreateAnonymousCredentials ();
6971
@@ -76,7 +78,8 @@ std::shared_ptr<Credentials> CreateAnonymousCredentials();
7678 * @deprecated Prefer using the unified credentials documented in @ref guac
7779 */
7880GOOGLE_CLOUD_CPP_DEPRECATED (
79- " This function will be removed. Prefer using the unified credentials "
81+ " This function will be removed in v3.0.0 and later. Prefer using the "
82+ " unified credentials "
8083 " documented in @ref guac." )
8184StatusOr<std::shared_ptr<Credentials>>
8285CreateAuthorizedUserCredentialsFromJsonFilePath (std::string const & path);
@@ -90,7 +93,8 @@ CreateAuthorizedUserCredentialsFromJsonFilePath(std::string const& path);
9093 * @deprecated Prefer using the unified credentials documented in @ref guac
9194 */
9295GOOGLE_CLOUD_CPP_DEPRECATED (
93- " This function will be removed. Prefer using the unified credentials "
96+ " This function will be removed in v3.0.0 and later. Prefer using the "
97+ " unified credentials "
9498 " documented in @ref guac." )
9599StatusOr<std::shared_ptr<Credentials>>
96100CreateAuthorizedUserCredentialsFromJsonContents (
@@ -118,7 +122,8 @@ CreateAuthorizedUserCredentialsFromJsonContents(
118122 * @deprecated Prefer using the unified credentials documented in @ref guac
119123 */
120124GOOGLE_CLOUD_CPP_DEPRECATED (
121- " This function will be removed. Prefer using the unified credentials "
125+ " This function will be removed in v3.0.0 and later. Prefer using the "
126+ " unified credentials "
122127 " documented in @ref guac." )
123128StatusOr<std::shared_ptr<Credentials>>
124129CreateServiceAccountCredentialsFromFilePath (std::string const & path);
@@ -148,7 +153,8 @@ CreateServiceAccountCredentialsFromFilePath(std::string const& path);
148153 * @deprecated Prefer using the unified credentials documented in @ref guac
149154 */
150155GOOGLE_CLOUD_CPP_DEPRECATED (
151- " This function will be removed. Prefer using the unified credentials "
156+ " This function will be removed in v3.0.0 and later. Prefer using the "
157+ " unified credentials "
152158 " documented in @ref guac." )
153159StatusOr<std::shared_ptr<Credentials>>
154160CreateServiceAccountCredentialsFromFilePath (
@@ -165,7 +171,8 @@ CreateServiceAccountCredentialsFromFilePath(
165171 * @deprecated Prefer using the unified credentials documented in @ref guac
166172 */
167173GOOGLE_CLOUD_CPP_DEPRECATED (
168- " This function will be removed. Prefer using the unified credentials "
174+ " This function will be removed in v3.0.0 and later. Prefer using the "
175+ " unified credentials "
169176 " documented in @ref guac." )
170177StatusOr<std::shared_ptr<Credentials>>
171178CreateServiceAccountCredentialsFromJsonFilePath (std::string const & path);
@@ -192,7 +199,8 @@ CreateServiceAccountCredentialsFromJsonFilePath(std::string const& path);
192199 * @deprecated Prefer using the unified credentials documented in @ref guac
193200 */
194201GOOGLE_CLOUD_CPP_DEPRECATED (
195- " This function will be removed. Prefer using the unified credentials "
202+ " This function will be removed in v3.0.0 and later. Prefer using the "
203+ " unified credentials "
196204 " documented in @ref guac." )
197205StatusOr<std::shared_ptr<Credentials>>
198206CreateServiceAccountCredentialsFromJsonFilePath (
@@ -209,7 +217,8 @@ CreateServiceAccountCredentialsFromJsonFilePath(
209217 * @deprecated Prefer using the unified credentials documented in @ref guac
210218 */
211219GOOGLE_CLOUD_CPP_DEPRECATED (
212- " This function will be removed. Prefer using the unified credentials "
220+ " This function will be removed in v3.0.0 and later. Prefer using the "
221+ " unified credentials "
213222 " documented in @ref guac." )
214223StatusOr<std::shared_ptr<Credentials>>
215224CreateServiceAccountCredentialsFromP12FilePath (std::string const & path);
@@ -236,7 +245,8 @@ CreateServiceAccountCredentialsFromP12FilePath(std::string const& path);
236245 * @deprecated Prefer using the unified credentials documented in @ref guac
237246 */
238247GOOGLE_CLOUD_CPP_DEPRECATED (
239- " This function will be removed. Prefer using the unified credentials "
248+ " This function will be removed in v3.0.0 and later. Prefer using the "
249+ " unified credentials "
240250 " documented in @ref guac." )
241251StatusOr<std::shared_ptr<Credentials>>
242252CreateServiceAccountCredentialsFromP12FilePath (
@@ -262,7 +272,8 @@ CreateServiceAccountCredentialsFromP12FilePath(
262272 * @deprecated Prefer using the unified credentials documented in @ref guac
263273 */
264274GOOGLE_CLOUD_CPP_DEPRECATED (
265- " This function will be removed. Prefer using the unified credentials "
275+ " This function will be removed in v3.0.0 and later. Prefer using the "
276+ " unified credentials "
266277 " documented in @ref guac." )
267278StatusOr<std::shared_ptr<Credentials>>
268279CreateServiceAccountCredentialsFromDefaultPaths (
@@ -295,7 +306,8 @@ CreateServiceAccountCredentialsFromDefaultPaths(
295306 * @deprecated Prefer using the unified credentials documented in @ref guac
296307 */
297308GOOGLE_CLOUD_CPP_DEPRECATED (
298- " This function will be removed. Prefer using the unified credentials "
309+ " This function will be removed in v3.0.0 and later. Prefer using the "
310+ " unified credentials "
299311 " documented in @ref guac." )
300312StatusOr<std::shared_ptr<Credentials>>
301313CreateServiceAccountCredentialsFromDefaultPaths (
@@ -312,7 +324,8 @@ CreateServiceAccountCredentialsFromDefaultPaths(
312324 * @deprecated Prefer using the unified credentials documented in @ref guac
313325 */
314326GOOGLE_CLOUD_CPP_DEPRECATED (
315- " This function will be removed. Prefer using the unified credentials "
327+ " This function will be removed in v3.0.0 and later. Prefer using the "
328+ " unified credentials "
316329 " documented in @ref guac." )
317330StatusOr<std::shared_ptr<Credentials>>
318331CreateServiceAccountCredentialsFromJsonContents (
@@ -341,7 +354,8 @@ CreateServiceAccountCredentialsFromJsonContents(
341354 * @deprecated Prefer using the unified credentials documented in @ref guac
342355 */
343356GOOGLE_CLOUD_CPP_DEPRECATED (
344- " This function will be removed. Prefer using the unified credentials "
357+ " This function will be removed in v3.0.0 and later. Prefer using the "
358+ " unified credentials "
345359 " documented in @ref guac." )
346360StatusOr<std::shared_ptr<Credentials>>
347361CreateServiceAccountCredentialsFromJsonContents (
@@ -354,7 +368,8 @@ CreateServiceAccountCredentialsFromJsonContents(
354368 * @deprecated Prefer using the unified credentials documented in @ref guac
355369 */
356370GOOGLE_CLOUD_CPP_DEPRECATED (
357- " This function will be removed. Prefer using the unified credentials "
371+ " This function will be removed in v3.0.0 and later. Prefer using the "
372+ " unified credentials "
358373 " documented in @ref guac." )
359374std::shared_ptr<Credentials> CreateComputeEngineCredentials ();
360375
@@ -364,7 +379,8 @@ std::shared_ptr<Credentials> CreateComputeEngineCredentials();
364379 * @deprecated Prefer using the unified credentials documented in @ref guac
365380 */
366381GOOGLE_CLOUD_CPP_DEPRECATED (
367- " This function will be removed. Prefer using the unified credentials "
382+ " This function will be removed in v3.0.0 and later. Prefer using the "
383+ " unified credentials "
368384 " documented in @ref guac." )
369385std::shared_ptr<Credentials> CreateComputeEngineCredentials (
370386 std::string const & service_account_email);
0 commit comments