Skip to content

Commit aa7d069

Browse files
committed
update goldens
1 parent 82dcd3d commit aa7d069

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

  • packages/gapic-generator
    • gapic/templates/%namespace/%name_%version/%sub/services/%service
    • tests/integration/goldens
      • asset/google/cloud/asset_v1/services/asset_service
      • credentials/google/iam/credentials_v1/services/iam_credentials
      • eventarc/google/cloud/eventarc_v1/services/eventarc
      • logging_internal/google/cloud/logging_v2/services
      • logging/google/cloud/logging_v2/services
      • redis_selective/google/cloud/redis_v1/services/cloud_redis
      • redis/google/cloud/redis_v1/services/cloud_redis
      • storagebatchoperations/google/cloud/storagebatchoperations_v1/services/storage_batch_operations

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
150150
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
151151
DEFAULT_ENDPOINT = {% if service.host %}"{{ service.host }}"{% else %}None{% endif %}
152152

153-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
153+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
154154
DEFAULT_ENDPOINT
155155
)
156156

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class AssetServiceClient(metaclass=AssetServiceClientMeta):
103103

104104
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
105105
DEFAULT_ENDPOINT = "cloudasset.googleapis.com"
106-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
106+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
107107
DEFAULT_ENDPOINT
108108
)
109109

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class IAMCredentialsClient(metaclass=IAMCredentialsClientMeta):
106106

107107
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
108108
DEFAULT_ENDPOINT = "iamcredentials.googleapis.com"
109-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
109+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
110110
DEFAULT_ENDPOINT
111111
)
112112

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class EventarcClient(metaclass=EventarcClientMeta):
124124

125125
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
126126
DEFAULT_ENDPOINT = "eventarc.googleapis.com"
127-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
127+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
128128
DEFAULT_ENDPOINT
129129
)
130130

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class ConfigServiceV2Client(metaclass=ConfigServiceV2ClientMeta):
9999

100100
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
101101
DEFAULT_ENDPOINT = "logging.googleapis.com"
102-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
102+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
103103
DEFAULT_ENDPOINT
104104
)
105105

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class LoggingServiceV2Client(metaclass=LoggingServiceV2ClientMeta):
9696

9797
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
9898
DEFAULT_ENDPOINT = "logging.googleapis.com"
99-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
99+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
100100
DEFAULT_ENDPOINT
101101
)
102102

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class MetricsServiceV2Client(metaclass=MetricsServiceV2ClientMeta):
9797

9898
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
9999
DEFAULT_ENDPOINT = "logging.googleapis.com"
100-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
100+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
101101
DEFAULT_ENDPOINT
102102
)
103103

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class BaseConfigServiceV2Client(metaclass=BaseConfigServiceV2ClientMeta):
9999

100100
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
101101
DEFAULT_ENDPOINT = "logging.googleapis.com"
102-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
102+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
103103
DEFAULT_ENDPOINT
104104
)
105105

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class LoggingServiceV2Client(metaclass=LoggingServiceV2ClientMeta):
9696

9797
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
9898
DEFAULT_ENDPOINT = "logging.googleapis.com"
99-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
99+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
100100
DEFAULT_ENDPOINT
101101
)
102102

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class BaseMetricsServiceV2Client(metaclass=BaseMetricsServiceV2ClientMeta):
9797

9898
# Note: DEFAULT_ENDPOINT is deprecated. Use _DEFAULT_ENDPOINT_TEMPLATE instead.
9999
DEFAULT_ENDPOINT = "logging.googleapis.com"
100-
DEFAULT_MTLS_ENDPOINT = client_utils.get_default_mtls_endpoint(
100+
DEFAULT_MTLS_ENDPOINT = get_default_mtls_endpoint(
101101
DEFAULT_ENDPOINT
102102
)
103103

0 commit comments

Comments
 (0)