You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-network-services/google/cloud/network_services_v1/services/network_services/client.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,8 @@ class NetworkServicesClient(metaclass=NetworkServicesClientMeta):
129
129
def_get_default_mtls_endpoint(api_endpoint):
130
130
"""Converts api endpoint to mTLS endpoint.
131
131
132
-
Convert "\*.sandbox.googleapis.com" and "\*.googleapis.com" to
133
-
"\*.mtls.sandbox.googleapis.com" and "\*.mtls.googleapis.com" respectively.
132
+
Convert "*.sandbox.googleapis.com" and "*.googleapis.com" to
133
+
"*.mtls.sandbox.googleapis.com" and "*.mtls.googleapis.com" respectively.
134
134
Args:
135
135
api_endpoint (Optional[str]): the api endpoint to convert.
0 commit comments