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-appengine-admin/google/cloud/appengine_admin_v1/services/applications/transports/base.py
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/applications/transports/grpc.py
+3-3
Original file line number
Diff line number
Diff line change
@@ -83,16 +83,16 @@ def __init__(
83
83
api_mtls_endpoint (Optional[str]): Deprecated. The mutual TLS endpoint.
84
84
If provided, it overrides the ``host`` argument and tries to create
85
85
a mutual TLS channel with client SSL credentials from
86
-
``client_cert_source`` or applicatin default SSL credentials.
86
+
``client_cert_source`` or application default SSL credentials.
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/applications/transports/grpc_asyncio.py
+3-3
Original file line number
Diff line number
Diff line change
@@ -130,16 +130,16 @@ def __init__(
130
130
api_mtls_endpoint (Optional[str]): Deprecated. The mutual TLS endpoint.
131
131
If provided, it overrides the ``host`` argument and tries to create
132
132
a mutual TLS channel with client SSL credentials from
133
-
``client_cert_source`` or applicatin default SSL credentials.
133
+
``client_cert_source`` or application default SSL credentials.
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/authorized_certificates/client.py
+11-11
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
fromdistutilsimportutil
18
18
importos
19
19
importre
20
-
fromtypingimportCallable, Dict, Optional, Sequence, Tuple, Type, Union
20
+
fromtypingimportDict, Optional, Sequence, Tuple, Type, Union
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/base.py
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc.py
+3-3
Original file line number
Diff line number
Diff line change
@@ -84,16 +84,16 @@ def __init__(
84
84
api_mtls_endpoint (Optional[str]): Deprecated. The mutual TLS endpoint.
85
85
If provided, it overrides the ``host`` argument and tries to create
86
86
a mutual TLS channel with client SSL credentials from
87
-
``client_cert_source`` or applicatin default SSL credentials.
87
+
``client_cert_source`` or application default SSL credentials.
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc_asyncio.py
+3-3
Original file line number
Diff line number
Diff line change
@@ -131,16 +131,16 @@ def __init__(
131
131
api_mtls_endpoint (Optional[str]): Deprecated. The mutual TLS endpoint.
132
132
If provided, it overrides the ``host`` argument and tries to create
133
133
a mutual TLS channel with client SSL credentials from
134
-
``client_cert_source`` or applicatin default SSL credentials.
134
+
``client_cert_source`` or application default SSL credentials.
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/authorized_domains/client.py
+3-3
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
fromdistutilsimportutil
18
18
importos
19
19
importre
20
-
fromtypingimportCallable, Dict, Optional, Sequence, Tuple, Type, Union
20
+
fromtypingimportDict, Optional, Sequence, Tuple, Type, Union
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/authorized_domains/transports/base.py
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc.py
+3-3
Original file line number
Diff line number
Diff line change
@@ -82,16 +82,16 @@ def __init__(
82
82
api_mtls_endpoint (Optional[str]): Deprecated. The mutual TLS endpoint.
83
83
If provided, it overrides the ``host`` argument and tries to create
84
84
a mutual TLS channel with client SSL credentials from
85
-
``client_cert_source`` or applicatin default SSL credentials.
85
+
``client_cert_source`` or application default SSL credentials.
Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc_asyncio.py
+3-3
Original file line number
Diff line number
Diff line change
@@ -129,16 +129,16 @@ def __init__(
129
129
api_mtls_endpoint (Optional[str]): Deprecated. The mutual TLS endpoint.
130
130
If provided, it overrides the ``host`` argument and tries to create
131
131
a mutual TLS channel with client SSL credentials from
132
-
``client_cert_source`` or applicatin default SSL credentials.
132
+
``client_cert_source`` or application default SSL credentials.
0 commit comments