Skip to content

Commit 891140e

Browse files
committed
update goldens
1 parent 507c17a commit 891140e

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/services/%service/async_client.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class {{ service.async_client_name }}:
7777
DEFAULT_ENDPOINT = {{ service.client_name }}.DEFAULT_ENDPOINT
7878
DEFAULT_MTLS_ENDPOINT = {{ service.client_name }}.DEFAULT_MTLS_ENDPOINT
7979
_DEFAULT_ENDPOINT_TEMPLATE = {{ service.client_name }}._DEFAULT_ENDPOINT_TEMPLATE
80-
DEFAULT_UNIVERSE = {{ service.client_name }}.DEFAULT_UNIVERSE
80+
_DEFAULT_UNIVERSE = {{ service.client_name }}._DEFAULT_UNIVERSE
8181

8282
{% for message in service.resource_messages|sort(attribute="resource_type") %}
8383
{{ message.resource_type|snake_case }}_path = staticmethod({{ service.client_name }}.{{ message.resource_type|snake_case }}_path)

packages/gapic-generator/tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class AssetServiceAsyncClient:
6666
DEFAULT_ENDPOINT = AssetServiceClient.DEFAULT_ENDPOINT
6767
DEFAULT_MTLS_ENDPOINT = AssetServiceClient.DEFAULT_MTLS_ENDPOINT
6868
_DEFAULT_ENDPOINT_TEMPLATE = AssetServiceClient._DEFAULT_ENDPOINT_TEMPLATE
69-
DEFAULT_UNIVERSE = AssetServiceClient.DEFAULT_UNIVERSE
69+
_DEFAULT_UNIVERSE = AssetServiceClient._DEFAULT_UNIVERSE
7070

7171
access_level_path = staticmethod(AssetServiceClient.access_level_path)
7272
parse_access_level_path = staticmethod(AssetServiceClient.parse_access_level_path)

packages/gapic-generator/tests/integration/goldens/credentials/google/iam/credentials_v1/services/iam_credentials/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class IAMCredentialsAsyncClient:
6969
DEFAULT_ENDPOINT = IAMCredentialsClient.DEFAULT_ENDPOINT
7070
DEFAULT_MTLS_ENDPOINT = IAMCredentialsClient.DEFAULT_MTLS_ENDPOINT
7171
_DEFAULT_ENDPOINT_TEMPLATE = IAMCredentialsClient._DEFAULT_ENDPOINT_TEMPLATE
72-
DEFAULT_UNIVERSE = IAMCredentialsClient.DEFAULT_UNIVERSE
72+
_DEFAULT_UNIVERSE = IAMCredentialsClient._DEFAULT_UNIVERSE
7373

7474
service_account_path = staticmethod(IAMCredentialsClient.service_account_path)
7575
parse_service_account_path = staticmethod(IAMCredentialsClient.parse_service_account_path)

packages/gapic-generator/tests/integration/goldens/eventarc/google/cloud/eventarc_v1/services/eventarc/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class EventarcAsyncClient:
8787
DEFAULT_ENDPOINT = EventarcClient.DEFAULT_ENDPOINT
8888
DEFAULT_MTLS_ENDPOINT = EventarcClient.DEFAULT_MTLS_ENDPOINT
8989
_DEFAULT_ENDPOINT_TEMPLATE = EventarcClient._DEFAULT_ENDPOINT_TEMPLATE
90-
DEFAULT_UNIVERSE = EventarcClient.DEFAULT_UNIVERSE
90+
_DEFAULT_UNIVERSE = EventarcClient._DEFAULT_UNIVERSE
9191

9292
channel_path = staticmethod(EventarcClient.channel_path)
9393
parse_channel_path = staticmethod(EventarcClient.parse_channel_path)

packages/gapic-generator/tests/integration/goldens/logging/google/cloud/logging_v2/services/config_service_v2/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ConfigServiceV2AsyncClient:
6464
DEFAULT_ENDPOINT = ConfigServiceV2Client.DEFAULT_ENDPOINT
6565
DEFAULT_MTLS_ENDPOINT = ConfigServiceV2Client.DEFAULT_MTLS_ENDPOINT
6666
_DEFAULT_ENDPOINT_TEMPLATE = ConfigServiceV2Client._DEFAULT_ENDPOINT_TEMPLATE
67-
DEFAULT_UNIVERSE = ConfigServiceV2Client.DEFAULT_UNIVERSE
67+
_DEFAULT_UNIVERSE = ConfigServiceV2Client._DEFAULT_UNIVERSE
6868

6969
cmek_settings_path = staticmethod(ConfigServiceV2Client.cmek_settings_path)
7070
parse_cmek_settings_path = staticmethod(ConfigServiceV2Client.parse_cmek_settings_path)

packages/gapic-generator/tests/integration/goldens/logging/google/cloud/logging_v2/services/logging_service_v2/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class LoggingServiceV2AsyncClient:
6161
DEFAULT_ENDPOINT = LoggingServiceV2Client.DEFAULT_ENDPOINT
6262
DEFAULT_MTLS_ENDPOINT = LoggingServiceV2Client.DEFAULT_MTLS_ENDPOINT
6363
_DEFAULT_ENDPOINT_TEMPLATE = LoggingServiceV2Client._DEFAULT_ENDPOINT_TEMPLATE
64-
DEFAULT_UNIVERSE = LoggingServiceV2Client.DEFAULT_UNIVERSE
64+
_DEFAULT_UNIVERSE = LoggingServiceV2Client._DEFAULT_UNIVERSE
6565

6666
log_path = staticmethod(LoggingServiceV2Client.log_path)
6767
parse_log_path = staticmethod(LoggingServiceV2Client.parse_log_path)

packages/gapic-generator/tests/integration/goldens/logging/google/cloud/logging_v2/services/metrics_service_v2/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class MetricsServiceV2AsyncClient:
6262
DEFAULT_ENDPOINT = MetricsServiceV2Client.DEFAULT_ENDPOINT
6363
DEFAULT_MTLS_ENDPOINT = MetricsServiceV2Client.DEFAULT_MTLS_ENDPOINT
6464
_DEFAULT_ENDPOINT_TEMPLATE = MetricsServiceV2Client._DEFAULT_ENDPOINT_TEMPLATE
65-
DEFAULT_UNIVERSE = MetricsServiceV2Client.DEFAULT_UNIVERSE
65+
_DEFAULT_UNIVERSE = MetricsServiceV2Client._DEFAULT_UNIVERSE
6666

6767
log_metric_path = staticmethod(MetricsServiceV2Client.log_metric_path)
6868
parse_log_metric_path = staticmethod(MetricsServiceV2Client.parse_log_metric_path)

packages/gapic-generator/tests/integration/goldens/logging_internal/google/cloud/logging_v2/services/config_service_v2/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class BaseConfigServiceV2AsyncClient:
6464
DEFAULT_ENDPOINT = BaseConfigServiceV2Client.DEFAULT_ENDPOINT
6565
DEFAULT_MTLS_ENDPOINT = BaseConfigServiceV2Client.DEFAULT_MTLS_ENDPOINT
6666
_DEFAULT_ENDPOINT_TEMPLATE = BaseConfigServiceV2Client._DEFAULT_ENDPOINT_TEMPLATE
67-
DEFAULT_UNIVERSE = BaseConfigServiceV2Client.DEFAULT_UNIVERSE
67+
_DEFAULT_UNIVERSE = BaseConfigServiceV2Client._DEFAULT_UNIVERSE
6868

6969
cmek_settings_path = staticmethod(BaseConfigServiceV2Client.cmek_settings_path)
7070
parse_cmek_settings_path = staticmethod(BaseConfigServiceV2Client.parse_cmek_settings_path)

packages/gapic-generator/tests/integration/goldens/logging_internal/google/cloud/logging_v2/services/logging_service_v2/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class LoggingServiceV2AsyncClient:
6161
DEFAULT_ENDPOINT = LoggingServiceV2Client.DEFAULT_ENDPOINT
6262
DEFAULT_MTLS_ENDPOINT = LoggingServiceV2Client.DEFAULT_MTLS_ENDPOINT
6363
_DEFAULT_ENDPOINT_TEMPLATE = LoggingServiceV2Client._DEFAULT_ENDPOINT_TEMPLATE
64-
DEFAULT_UNIVERSE = LoggingServiceV2Client.DEFAULT_UNIVERSE
64+
_DEFAULT_UNIVERSE = LoggingServiceV2Client._DEFAULT_UNIVERSE
6565

6666
log_path = staticmethod(LoggingServiceV2Client.log_path)
6767
parse_log_path = staticmethod(LoggingServiceV2Client.parse_log_path)

packages/gapic-generator/tests/integration/goldens/logging_internal/google/cloud/logging_v2/services/metrics_service_v2/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class BaseMetricsServiceV2AsyncClient:
6262
DEFAULT_ENDPOINT = BaseMetricsServiceV2Client.DEFAULT_ENDPOINT
6363
DEFAULT_MTLS_ENDPOINT = BaseMetricsServiceV2Client.DEFAULT_MTLS_ENDPOINT
6464
_DEFAULT_ENDPOINT_TEMPLATE = BaseMetricsServiceV2Client._DEFAULT_ENDPOINT_TEMPLATE
65-
DEFAULT_UNIVERSE = BaseMetricsServiceV2Client.DEFAULT_UNIVERSE
65+
_DEFAULT_UNIVERSE = BaseMetricsServiceV2Client._DEFAULT_UNIVERSE
6666

6767
log_metric_path = staticmethod(BaseMetricsServiceV2Client.log_metric_path)
6868
parse_log_metric_path = staticmethod(BaseMetricsServiceV2Client.parse_log_metric_path)

0 commit comments

Comments
 (0)