@@ -45,7 +45,7 @@ namespace oauth2 {
4545 * @deprecated Prefer using the unified credentials documented in @ref guac
4646 */
4747GOOGLE_CLOUD_CPP_DEPRECATED (
48- " This function will be removed in v3 .0.0 and later. Prefer using the "
48+ " This function will be removed in v4 .0.0 and later. Prefer using the "
4949 " unified credentials "
5050 " documented in @ref guac." )
5151StatusOr<std::shared_ptr<Credentials>> GoogleDefaultCredentials (
@@ -64,7 +64,7 @@ StatusOr<std::shared_ptr<Credentials>> GoogleDefaultCredentials(
6464 * @deprecated Prefer using the unified credentials documented in @ref guac
6565 */
6666GOOGLE_CLOUD_CPP_DEPRECATED (
67- " This function will be removed in v3 .0.0 and later. Prefer using the "
67+ " This function will be removed in v4 .0.0 and later. Prefer using the "
6868 " unified credentials "
6969 " documented in @ref guac." )
7070std::shared_ptr<Credentials> CreateAnonymousCredentials ();
@@ -78,7 +78,7 @@ std::shared_ptr<Credentials> CreateAnonymousCredentials();
7878 * @deprecated Prefer using the unified credentials documented in @ref guac
7979 */
8080GOOGLE_CLOUD_CPP_DEPRECATED (
81- " This function will be removed in v3 .0.0 and later. Prefer using the "
81+ " This function will be removed in v4 .0.0 and later. Prefer using the "
8282 " unified credentials "
8383 " documented in @ref guac." )
8484StatusOr<std::shared_ptr<Credentials>>
@@ -93,7 +93,7 @@ CreateAuthorizedUserCredentialsFromJsonFilePath(std::string const& path);
9393 * @deprecated Prefer using the unified credentials documented in @ref guac
9494 */
9595GOOGLE_CLOUD_CPP_DEPRECATED (
96- " This function will be removed in v3 .0.0 and later. Prefer using the "
96+ " This function will be removed in v4 .0.0 and later. Prefer using the "
9797 " unified credentials "
9898 " documented in @ref guac." )
9999StatusOr<std::shared_ptr<Credentials>>
@@ -122,7 +122,7 @@ CreateAuthorizedUserCredentialsFromJsonContents(
122122 * @deprecated Prefer using the unified credentials documented in @ref guac
123123 */
124124GOOGLE_CLOUD_CPP_DEPRECATED (
125- " This function will be removed in v3 .0.0 and later. Prefer using the "
125+ " This function will be removed in v4 .0.0 and later. Prefer using the "
126126 " unified credentials "
127127 " documented in @ref guac." )
128128StatusOr<std::shared_ptr<Credentials>>
@@ -153,7 +153,7 @@ CreateServiceAccountCredentialsFromFilePath(std::string const& path);
153153 * @deprecated Prefer using the unified credentials documented in @ref guac
154154 */
155155GOOGLE_CLOUD_CPP_DEPRECATED (
156- " This function will be removed in v3 .0.0 and later. Prefer using the "
156+ " This function will be removed in v4 .0.0 and later. Prefer using the "
157157 " unified credentials "
158158 " documented in @ref guac." )
159159StatusOr<std::shared_ptr<Credentials>>
@@ -171,7 +171,7 @@ CreateServiceAccountCredentialsFromFilePath(
171171 * @deprecated Prefer using the unified credentials documented in @ref guac
172172 */
173173GOOGLE_CLOUD_CPP_DEPRECATED (
174- " This function will be removed in v3 .0.0 and later. Prefer using the "
174+ " This function will be removed in v4 .0.0 and later. Prefer using the "
175175 " unified credentials "
176176 " documented in @ref guac." )
177177StatusOr<std::shared_ptr<Credentials>>
@@ -199,7 +199,7 @@ CreateServiceAccountCredentialsFromJsonFilePath(std::string const& path);
199199 * @deprecated Prefer using the unified credentials documented in @ref guac
200200 */
201201GOOGLE_CLOUD_CPP_DEPRECATED (
202- " This function will be removed in v3 .0.0 and later. Prefer using the "
202+ " This function will be removed in v4 .0.0 and later. Prefer using the "
203203 " unified credentials "
204204 " documented in @ref guac." )
205205StatusOr<std::shared_ptr<Credentials>>
@@ -217,7 +217,7 @@ CreateServiceAccountCredentialsFromJsonFilePath(
217217 * @deprecated Prefer using the unified credentials documented in @ref guac
218218 */
219219GOOGLE_CLOUD_CPP_DEPRECATED (
220- " This function will be removed in v3 .0.0 and later. Prefer using the "
220+ " This function will be removed in v4 .0.0 and later. Prefer using the "
221221 " unified credentials "
222222 " documented in @ref guac." )
223223StatusOr<std::shared_ptr<Credentials>>
@@ -245,7 +245,7 @@ CreateServiceAccountCredentialsFromP12FilePath(std::string const& path);
245245 * @deprecated Prefer using the unified credentials documented in @ref guac
246246 */
247247GOOGLE_CLOUD_CPP_DEPRECATED (
248- " This function will be removed in v3 .0.0 and later. Prefer using the "
248+ " This function will be removed in v4 .0.0 and later. Prefer using the "
249249 " unified credentials "
250250 " documented in @ref guac." )
251251StatusOr<std::shared_ptr<Credentials>>
@@ -272,7 +272,7 @@ CreateServiceAccountCredentialsFromP12FilePath(
272272 * @deprecated Prefer using the unified credentials documented in @ref guac
273273 */
274274GOOGLE_CLOUD_CPP_DEPRECATED (
275- " This function will be removed in v3 .0.0 and later. Prefer using the "
275+ " This function will be removed in v4 .0.0 and later. Prefer using the "
276276 " unified credentials "
277277 " documented in @ref guac." )
278278StatusOr<std::shared_ptr<Credentials>>
@@ -306,7 +306,7 @@ CreateServiceAccountCredentialsFromDefaultPaths(
306306 * @deprecated Prefer using the unified credentials documented in @ref guac
307307 */
308308GOOGLE_CLOUD_CPP_DEPRECATED (
309- " This function will be removed in v3 .0.0 and later. Prefer using the "
309+ " This function will be removed in v4 .0.0 and later. Prefer using the "
310310 " unified credentials "
311311 " documented in @ref guac." )
312312StatusOr<std::shared_ptr<Credentials>>
@@ -324,7 +324,7 @@ CreateServiceAccountCredentialsFromDefaultPaths(
324324 * @deprecated Prefer using the unified credentials documented in @ref guac
325325 */
326326GOOGLE_CLOUD_CPP_DEPRECATED (
327- " This function will be removed in v3 .0.0 and later. Prefer using the "
327+ " This function will be removed in v4 .0.0 and later. Prefer using the "
328328 " unified credentials "
329329 " documented in @ref guac." )
330330StatusOr<std::shared_ptr<Credentials>>
@@ -354,7 +354,7 @@ CreateServiceAccountCredentialsFromJsonContents(
354354 * @deprecated Prefer using the unified credentials documented in @ref guac
355355 */
356356GOOGLE_CLOUD_CPP_DEPRECATED (
357- " This function will be removed in v3 .0.0 and later. Prefer using the "
357+ " This function will be removed in v4 .0.0 and later. Prefer using the "
358358 " unified credentials "
359359 " documented in @ref guac." )
360360StatusOr<std::shared_ptr<Credentials>>
@@ -368,7 +368,7 @@ CreateServiceAccountCredentialsFromJsonContents(
368368 * @deprecated Prefer using the unified credentials documented in @ref guac
369369 */
370370GOOGLE_CLOUD_CPP_DEPRECATED (
371- " This function will be removed in v3 .0.0 and later. Prefer using the "
371+ " This function will be removed in v4 .0.0 and later. Prefer using the "
372372 " unified credentials "
373373 " documented in @ref guac." )
374374std::shared_ptr<Credentials> CreateComputeEngineCredentials ();
@@ -379,7 +379,7 @@ std::shared_ptr<Credentials> CreateComputeEngineCredentials();
379379 * @deprecated Prefer using the unified credentials documented in @ref guac
380380 */
381381GOOGLE_CLOUD_CPP_DEPRECATED (
382- " This function will be removed in v3 .0.0 and later. Prefer using the "
382+ " This function will be removed in v4 .0.0 and later. Prefer using the "
383383 " unified credentials "
384384 " documented in @ref guac." )
385385std::shared_ptr<Credentials> CreateComputeEngineCredentials (
0 commit comments