Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 2a84c22

Browse files
committed
updated goldens
1 parent e46a374 commit 2a84c22

40 files changed

Lines changed: 166 additions & 0 deletions

File tree

tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ def __init__(
8383
your own client library.
8484
always_use_jwt_access (Optional[bool]): Whether self signed JWT should
8585
be used for service account credentials.
86+
api_audience (Optional[str]): The intended audience for the API calls
87+
to the service that will be set when using certain 3rd party
88+
authentication flows. Audience is typically a resource identifier.
89+
If not set, the host value will be used as a default.
8690
"""
8791

8892
# Save the scopes.

tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/grpc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ def __init__(self, *,
178178
your own client library.
179179
always_use_jwt_access (Optional[bool]): Whether self signed JWT should
180180
be used for service account credentials.
181+
api_audience (Optional[str]): The intended audience for the API calls
182+
to the service that will be set when using certain 3rd party
183+
authentication flows. Audience is typically a resource identifier.
184+
If not set, the host value will be used as a default.
181185
182186
Raises:
183187
google.auth.exceptions.MutualTLSChannelError: If mutual TLS transport

tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/grpc_asyncio.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ def __init__(self, *,
226226
your own client library.
227227
always_use_jwt_access (Optional[bool]): Whether self signed JWT should
228228
be used for service account credentials.
229+
api_audience (Optional[str]): The intended audience for the API calls
230+
to the service that will be set when using certain 3rd party
231+
authentication flows. Audience is typically a resource identifier.
232+
If not set, the host value will be used as a default.
229233
230234
Raises:
231235
google.auth.exceptions.MutualTlsChannelError: If mutual TLS transport

tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/rest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,12 @@ def __init__(self, *,
11241124
url_scheme: the protocol scheme for the API endpoint. Normally
11251125
"https", but for testing or local servers,
11261126
"http" can be specified.
1127+
interceptor (Optional[AssetServiceRestInterceptor]): Interceptor used
1128+
to manipulate requests, request metadata, and responses.
1129+
api_audience (Optional[str]): The intended audience for the API calls
1130+
to the service that will be set when using certain 3rd party
1131+
authentication flows. Audience is typically a resource identifier.
1132+
If not set, the host value will be used as a default.
11271133
"""
11281134
# Run the base constructor
11291135
# TODO(yon-mg): resolve other ctor params i.e. scopes, quota, etc.

tests/integration/goldens/credentials/google/iam/credentials_v1/services/iam_credentials/transports/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ def __init__(
8080
your own client library.
8181
always_use_jwt_access (Optional[bool]): Whether self signed JWT should
8282
be used for service account credentials.
83+
api_audience (Optional[str]): The intended audience for the API calls
84+
to the service that will be set when using certain 3rd party
85+
authentication flows. Audience is typically a resource identifier.
86+
If not set, the host value will be used as a default.
8387
"""
8488

8589
# Save the scopes.

tests/integration/goldens/credentials/google/iam/credentials_v1/services/iam_credentials/transports/grpc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ def __init__(self, *,
184184
your own client library.
185185
always_use_jwt_access (Optional[bool]): Whether self signed JWT should
186186
be used for service account credentials.
187+
api_audience (Optional[str]): The intended audience for the API calls
188+
to the service that will be set when using certain 3rd party
189+
authentication flows. Audience is typically a resource identifier.
190+
If not set, the host value will be used as a default.
187191
188192
Raises:
189193
google.auth.exceptions.MutualTLSChannelError: If mutual TLS transport

tests/integration/goldens/credentials/google/iam/credentials_v1/services/iam_credentials/transports/grpc_asyncio.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ def __init__(self, *,
232232
your own client library.
233233
always_use_jwt_access (Optional[bool]): Whether self signed JWT should
234234
be used for service account credentials.
235+
api_audience (Optional[str]): The intended audience for the API calls
236+
to the service that will be set when using certain 3rd party
237+
authentication flows. Audience is typically a resource identifier.
238+
If not set, the host value will be used as a default.
235239
236240
Raises:
237241
google.auth.exceptions.MutualTlsChannelError: If mutual TLS transport

tests/integration/goldens/credentials/google/iam/credentials_v1/services/iam_credentials/transports/rest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,12 @@ def __init__(self, *,
337337
url_scheme: the protocol scheme for the API endpoint. Normally
338338
"https", but for testing or local servers,
339339
"http" can be specified.
340+
interceptor (Optional[IAMCredentialsRestInterceptor]): Interceptor used
341+
to manipulate requests, request metadata, and responses.
342+
api_audience (Optional[str]): The intended audience for the API calls
343+
to the service that will be set when using certain 3rd party
344+
authentication flows. Audience is typically a resource identifier.
345+
If not set, the host value will be used as a default.
340346
"""
341347
# Run the base constructor
342348
# TODO(yon-mg): resolve other ctor params i.e. scopes, quota, etc.

tests/integration/goldens/eventarc/google/cloud/eventarc_v1/services/eventarc/transports/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ def __init__(
9191
your own client library.
9292
always_use_jwt_access (Optional[bool]): Whether self signed JWT should
9393
be used for service account credentials.
94+
api_audience (Optional[str]): The intended audience for the API calls
95+
to the service that will be set when using certain 3rd party
96+
authentication flows. Audience is typically a resource identifier.
97+
If not set, the host value will be used as a default.
9498
"""
9599

96100
# Save the scopes.

tests/integration/goldens/eventarc/google/cloud/eventarc_v1/services/eventarc/transports/grpc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ def __init__(self, *,
188188
your own client library.
189189
always_use_jwt_access (Optional[bool]): Whether self signed JWT should
190190
be used for service account credentials.
191+
api_audience (Optional[str]): The intended audience for the API calls
192+
to the service that will be set when using certain 3rd party
193+
authentication flows. Audience is typically a resource identifier.
194+
If not set, the host value will be used as a default.
191195
192196
Raises:
193197
google.auth.exceptions.MutualTLSChannelError: If mutual TLS transport

0 commit comments

Comments
 (0)