Skip to content

Commit 1bc9cee

Browse files
1 parent b5edf7e commit 1bc9cee

2 files changed

Lines changed: 16 additions & 46 deletions

File tree

src/DeveloperConnect/ProviderOAuthConfig.php

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -36,45 +36,30 @@ class ProviderOAuthConfig extends \Google\Collection
3636
*/
3737
public const SYSTEM_PROVIDER_ID_GITLAB = 'GITLAB';
3838
/**
39-
* Deprecated: This provider is no longer supported. Google provider.
40-
* Recommended scopes: "https://www.googleapis.com/auth/drive.readonly",
39+
* Google provider. Recommended scopes:
40+
* "https://www.googleapis.com/auth/drive.readonly",
4141
* "https://www.googleapis.com/auth/documents.readonly"
42-
*
43-
* @deprecated
4442
*/
4543
public const SYSTEM_PROVIDER_ID_GOOGLE = 'GOOGLE';
4644
/**
47-
* Deprecated: This provider is no longer supported. Sentry provider. Scopes
48-
* can be found at https://docs.sentry.io/api/permissions/
49-
*
50-
* @deprecated
45+
* Sentry provider. Scopes can be found at
46+
* https://docs.sentry.io/api/permissions/
5147
*/
5248
public const SYSTEM_PROVIDER_ID_SENTRY = 'SENTRY';
5349
/**
54-
* Deprecated: This provider is no longer supported. Rovo provider. Must
55-
* select the "rovo" scope.
56-
*
57-
* @deprecated
50+
* Rovo provider. Must select the "rovo" scope.
5851
*/
5952
public const SYSTEM_PROVIDER_ID_ROVO = 'ROVO';
6053
/**
61-
* Deprecated: This provider is no longer supported. New Relic provider. No
62-
* scopes are allowed.
63-
*
64-
* @deprecated
54+
* New Relic provider. No scopes are allowed.
6555
*/
6656
public const SYSTEM_PROVIDER_ID_NEW_RELIC = 'NEW_RELIC';
6757
/**
68-
* Deprecated: This provider is no longer supported. Datastax provider. No
69-
* scopes are allowed.
70-
*
71-
* @deprecated
58+
* Datastax provider. No scopes are allowed.
7259
*/
7360
public const SYSTEM_PROVIDER_ID_DATASTAX = 'DATASTAX';
7461
/**
75-
* Deprecated: This provider is no longer supported. Dynatrace provider.
76-
*
77-
* @deprecated
62+
* Dynatrace provider.
7863
*/
7964
public const SYSTEM_PROVIDER_ID_DYNATRACE = 'DYNATRACE';
8065
protected $collection_key = 'scopes';

src/DeveloperConnect/StartOAuthResponse.php

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -36,45 +36,30 @@ class StartOAuthResponse extends \Google\Collection
3636
*/
3737
public const SYSTEM_PROVIDER_ID_GITLAB = 'GITLAB';
3838
/**
39-
* Deprecated: This provider is no longer supported. Google provider.
40-
* Recommended scopes: "https://www.googleapis.com/auth/drive.readonly",
39+
* Google provider. Recommended scopes:
40+
* "https://www.googleapis.com/auth/drive.readonly",
4141
* "https://www.googleapis.com/auth/documents.readonly"
42-
*
43-
* @deprecated
4442
*/
4543
public const SYSTEM_PROVIDER_ID_GOOGLE = 'GOOGLE';
4644
/**
47-
* Deprecated: This provider is no longer supported. Sentry provider. Scopes
48-
* can be found at https://docs.sentry.io/api/permissions/
49-
*
50-
* @deprecated
45+
* Sentry provider. Scopes can be found at
46+
* https://docs.sentry.io/api/permissions/
5147
*/
5248
public const SYSTEM_PROVIDER_ID_SENTRY = 'SENTRY';
5349
/**
54-
* Deprecated: This provider is no longer supported. Rovo provider. Must
55-
* select the "rovo" scope.
56-
*
57-
* @deprecated
50+
* Rovo provider. Must select the "rovo" scope.
5851
*/
5952
public const SYSTEM_PROVIDER_ID_ROVO = 'ROVO';
6053
/**
61-
* Deprecated: This provider is no longer supported. New Relic provider. No
62-
* scopes are allowed.
63-
*
64-
* @deprecated
54+
* New Relic provider. No scopes are allowed.
6555
*/
6656
public const SYSTEM_PROVIDER_ID_NEW_RELIC = 'NEW_RELIC';
6757
/**
68-
* Deprecated: This provider is no longer supported. Datastax provider. No
69-
* scopes are allowed.
70-
*
71-
* @deprecated
58+
* Datastax provider. No scopes are allowed.
7259
*/
7360
public const SYSTEM_PROVIDER_ID_DATASTAX = 'DATASTAX';
7461
/**
75-
* Deprecated: This provider is no longer supported. Dynatrace provider.
76-
*
77-
* @deprecated
62+
* Dynatrace provider.
7863
*/
7964
public const SYSTEM_PROVIDER_ID_DYNATRACE = 'DYNATRACE';
8065
protected $collection_key = 'scopes';

0 commit comments

Comments
 (0)