Skip to content

Commit 77185ff

Browse files
authored
docs: remove @deprecated annotation from config array fields (#8689)
1 parent b2989c3 commit 77185ff

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

BigQuery/src/BigQueryClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class BigQueryClient
9494
* @type callable $httpHandler A handler used to deliver Psr7 requests.
9595
* Only valid for requests sent over REST.
9696
* @type array $keyFile [DEPRECATED]
97-
* @deprecated This option is being deprecated because of a potential security risk.
97+
* This option is being deprecated because of a potential security risk.
9898
* This option does not validate the credential configuration. The security
9999
* risk occurs when a credential configuration is accepted from a source
100100
* that is not under your control and used without validation on your side.
@@ -116,7 +116,7 @@ class BigQueryClient
116116
* configurations received from external sources.
117117
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
118118
* @type string $keyFilePath [DEPRECATED]
119-
* @deprecated This option is being deprecated because of a potential security risk.
119+
* This option is being deprecated because of a potential security risk.
120120
* This option does not validate the credential configuration. The security
121121
* risk occurs when a credential configuration is accepted from a source
122122
* that is not under your control and used without validation on your side.

Firestore/src/FirestoreClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class FirestoreClient
122122
* @type FetchAuthTokenInterface $credentialsFetcher A credentials
123123
* fetcher instance.
124124
* @type array $keyFile [DEPRECATED]
125-
* @deprecated This option is being deprecated because of a potential security risk.
125+
* This option is being deprecated because of a potential security risk.
126126
* This option does not validate the credential configuration. The security
127127
* risk occurs when a credential configuration is accepted from a source
128128
* that is not under your control and used without validation on your side.
@@ -144,7 +144,7 @@ class FirestoreClient
144144
* configurations received from external sources.
145145
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
146146
* @type string $keyFilePath [DEPRECATED]
147-
* @deprecated This option is being deprecated because of a potential security risk.
147+
* This option is being deprecated because of a potential security risk.
148148
* This option does not validate the credential configuration. The security
149149
* risk occurs when a credential configuration is accepted from a source
150150
* that is not under your control and used without validation on your side.

Logging/src/LoggingClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public static function psrBatchLogger($name, array $options = [])
168168
* @type callable $httpHandler A handler used to deliver Psr7 requests.
169169
* Only valid for requests sent over REST.
170170
* @type array $keyFile [DEPRECATED]
171-
* @deprecated This option is being deprecated because of a potential security risk.
171+
* This option is being deprecated because of a potential security risk.
172172
* This option does not validate the credential configuration. The security
173173
* risk occurs when a credential configuration is accepted from a source
174174
* that is not under your control and used without validation on your side.
@@ -190,7 +190,7 @@ public static function psrBatchLogger($name, array $options = [])
190190
* configurations received from external sources.
191191
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
192192
* @type string $keyFilePath [DEPRECATED]
193-
* @deprecated This option is being deprecated because of a potential security risk.
193+
* This option is being deprecated because of a potential security risk.
194194
* This option does not validate the credential configuration. The security
195195
* risk occurs when a credential configuration is accepted from a source
196196
* that is not under your control and used without validation on your side.

Storage/src/Bucket.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ public function lockRetentionPolicy(array $options = [])
15221522
* @type FetchAuthTokenInterface $credentialsFetcher A credentials
15231523
* fetcher instance.
15241524
* @type array $keyFile [DEPRECATED]
1525-
* @deprecated This option is being deprecated because of a potential security risk.
1525+
* This option is being deprecated because of a potential security risk.
15261526
* This option does not validate the credential configuration. The security
15271527
* risk occurs when a credential configuration is accepted from a source
15281528
* that is not under your control and used without validation on your side.
@@ -1543,7 +1543,7 @@ public function lockRetentionPolicy(array $options = [])
15431543
* configurations received from external sources.
15441544
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
15451545
* @type string $keyFilePath [DEPRECATED]
1546-
* @deprecated This option is being deprecated because of a potential security risk.
1546+
* This option is being deprecated because of a potential security risk.
15471547
* This option does not validate the credential configuration. The security
15481548
* risk occurs when a credential configuration is accepted from a source
15491549
* that is not under your control and used without validation on your side.
@@ -1652,7 +1652,7 @@ public function signedUrl($expires, array $options = [])
16521652
* @type FetchAuthTokenInterface $credentialsFetcher A credentials
16531653
* fetcher instance.
16541654
* @type array $keyFile [DEPRECATED]
1655-
* @deprecated This option is being deprecated because of a potential security risk.
1655+
* This option is being deprecated because of a potential security risk.
16561656
* This option does not validate the credential configuration. The security
16571657
* risk occurs when a credential configuration is accepted from a source
16581658
* that is not under your control and used without validation on your side.
@@ -1673,7 +1673,7 @@ public function signedUrl($expires, array $options = [])
16731673
* configurations received from external sources.
16741674
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
16751675
* @type string $keyFilePath [DEPRECATED]
1676-
* @deprecated This option is being deprecated because of a potential security risk.
1676+
* This option is being deprecated because of a potential security risk.
16771677
* This option does not validate the credential configuration. The security
16781678
* risk occurs when a credential configuration is accepted from a source
16791679
* that is not under your control and used without validation on your side.

Storage/src/StorageClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class StorageClient
9898
* @type callable $httpHandler A handler used to deliver Psr7 requests.
9999
* Only valid for requests sent over REST.
100100
* @type array $keyFile [DEPRECATED]
101-
* @deprecated This option is being deprecated because of a potential security risk.
101+
* This option is being deprecated because of a potential security risk.
102102
* This option does not validate the credential configuration. The security
103103
* risk occurs when a credential configuration is accepted from a source
104104
* that is not under your control and used without validation on your side.
@@ -120,7 +120,7 @@ class StorageClient
120120
* configurations received from external sources.
121121
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
122122
* @type string $keyFilePath [DEPRECATED]
123-
* @deprecated This option is being deprecated because of a potential security risk.
123+
* This option is being deprecated because of a potential security risk.
124124
* This option does not validate the credential configuration. The security
125125
* risk occurs when a credential configuration is accepted from a source
126126
* that is not under your control and used without validation on your side.

Storage/src/StorageObject.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ public function downloadAsStreamAsync(array $options = [])
928928
* @type FetchAuthTokenInterface $credentialsFetcher A credentials
929929
* fetcher instance.
930930
* @type array $keyFile [DEPRECATED]
931-
* @deprecated This option is being deprecated because of a potential security risk.
931+
* This option is being deprecated because of a potential security risk.
932932
* This option does not validate the credential configuration. The security
933933
* risk occurs when a credential configuration is accepted from a source
934934
* that is not under your control and used without validation on your side.
@@ -949,7 +949,7 @@ public function downloadAsStreamAsync(array $options = [])
949949
* configurations received from external sources.
950950
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
951951
* @type string $keyFilePath [DEPRECATED]
952-
* @deprecated This option is being deprecated because of a potential security risk.
952+
* This option is being deprecated because of a potential security risk.
953953
* This option does not validate the credential configuration. The security
954954
* risk occurs when a credential configuration is accepted from a source
955955
* that is not under your control and used without validation on your side.
@@ -1085,7 +1085,7 @@ public function signedUrl($expires, array $options = [])
10851085
* @type FetchAuthTokenInterface $credentialsFetcher A credentials
10861086
* fetcher instance.
10871087
* @type array $keyFile [DEPRECATED]
1088-
* @deprecated This option is being deprecated because of a potential security risk.
1088+
* This option is being deprecated because of a potential security risk.
10891089
* This option does not validate the credential configuration. The security
10901090
* risk occurs when a credential configuration is accepted from a source
10911091
* that is not under your control and used without validation on your side.
@@ -1106,7 +1106,7 @@ public function signedUrl($expires, array $options = [])
11061106
* configurations received from external sources.
11071107
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
11081108
* @type string $keyFilePath [DEPRECATED]
1109-
* @deprecated This option is being deprecated because of a potential security risk.
1109+
* This option is being deprecated because of a potential security risk.
11101110
* This option does not validate the credential configuration. The security
11111111
* risk occurs when a credential configuration is accepted from a source
11121112
* that is not under your control and used without validation on your side.
@@ -1223,7 +1223,7 @@ public function signedUploadUrl($expires, array $options = [])
12231223
* @type FetchAuthTokenInterface $credentialsFetcher A credentials
12241224
* fetcher instance.
12251225
* @type array $keyFile [DEPRECATED]
1226-
* @deprecated This option is being deprecated because of a potential security risk.
1226+
* This option is being deprecated because of a potential security risk.
12271227
* This option does not validate the credential configuration. The security
12281228
* risk occurs when a credential configuration is accepted from a source
12291229
* that is not under your control and used without validation on your side.
@@ -1244,7 +1244,7 @@ public function signedUploadUrl($expires, array $options = [])
12441244
* configurations received from external sources.
12451245
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
12461246
* @type string $keyFilePath [DEPRECATED]
1247-
* @deprecated This option is being deprecated because of a potential security risk.
1247+
* This option is being deprecated because of a potential security risk.
12481248
* This option does not validate the credential configuration. The security
12491249
* risk occurs when a credential configuration is accepted from a source
12501250
* that is not under your control and used without validation on your side.

Trace/src/TraceClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class TraceClient
7373
* @type FetchAuthTokenInterface $credentialsFetcher A credentials
7474
* fetcher instance.
7575
* @type array $keyFile [DEPRECATED]
76-
* @deprecated This option is being deprecated because of a potential security risk.
76+
* This option is being deprecated because of a potential security risk.
7777
* This option does not validate the credential configuration. The security
7878
* risk occurs when a credential configuration is accepted from a source
7979
* that is not under your control and used without validation on your side.
@@ -95,7 +95,7 @@ class TraceClient
9595
* configurations received from external sources.
9696
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
9797
* @type string $keyFilePath [DEPRECATED]
98-
* @deprecated This option is being deprecated because of a potential security risk.
98+
* This option is being deprecated because of a potential security risk.
9999
* This option does not validate the credential configuration. The security
100100
* risk occurs when a credential configuration is accepted from a source
101101
* that is not under your control and used without validation on your side.

0 commit comments

Comments
 (0)