@@ -138,7 +138,7 @@ def create_secret(
138
138
retry : Retry | _MethodDefault = DEFAULT ,
139
139
timeout : float | None = None ,
140
140
metadata : Sequence [tuple [str , str ]] = (),
141
- location : str | None = None , # I have added at end for maintaining backward compatibility.
141
+ location : str | None = None ,
142
142
) -> Secret :
143
143
"""
144
144
Create a secret.
@@ -187,7 +187,7 @@ def add_secret_version(
187
187
retry : Retry | _MethodDefault = DEFAULT ,
188
188
timeout : float | None = None ,
189
189
metadata : Sequence [tuple [str , str ]] = (),
190
- location : str | None = None , # I have added at end for maintaining backward compatibility.
190
+ location : str | None = None ,
191
191
) -> SecretVersion :
192
192
"""
193
193
Add a version to the secret.
@@ -229,7 +229,7 @@ def list_secrets(
229
229
retry : Retry | _MethodDefault = DEFAULT ,
230
230
timeout : float | None = None ,
231
231
metadata : Sequence [tuple [str , str ]] = (),
232
- location : str | None = None , # I have added at end for maintaining backward compatibility.
232
+ location : str | None = None ,
233
233
) -> ListSecretsPager :
234
234
"""
235
235
List secrets.
@@ -296,7 +296,7 @@ def access_secret(
296
296
retry : Retry | _MethodDefault = DEFAULT ,
297
297
timeout : float | None = None ,
298
298
metadata : Sequence [tuple [str , str ]] = (),
299
- location : str | None = None , # I have added at end for maintaining backward compatibility.
299
+ location : str | None = None ,
300
300
) -> AccessSecretVersionResponse :
301
301
"""
302
302
Access a secret version.
@@ -335,7 +335,7 @@ def delete_secret(
335
335
retry : Retry | _MethodDefault = DEFAULT ,
336
336
timeout : float | None = None ,
337
337
metadata : Sequence [tuple [str , str ]] = (),
338
- location : str | None = None , # I have added at end for maintaining backward compatibility.
338
+ location : str | None = None ,
339
339
) -> None :
340
340
"""
341
341
Delete a secret.
0 commit comments