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/gapic-generator/tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/rest.py
Copy file name to clipboardExpand all lines: packages/gapic-generator/tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/rest_base.py
Copy file name to clipboardExpand all lines: packages/gapic-generator/tests/integration/goldens/credentials/google/iam/credentials_v1/services/iam_credentials/transports/rest.py
+26-24Lines changed: 26 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@
37
37
38
38
39
39
from .rest_baseimport_BaseIAMCredentialsRestTransport
Copy file name to clipboardExpand all lines: packages/gapic-generator/tests/integration/goldens/credentials/google/iam/credentials_v1/services/iam_credentials/transports/rest_base.py
+3-128Lines changed: 3 additions & 128 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,15 @@
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
-
importjson# type: ignore
17
-
fromgoogle.api_coreimportpath_template
18
16
fromgoogle.api_coreimportgapic_v1
19
17
20
-
fromgoogle.protobufimportjson_format
21
18
from .baseimportIAMCredentialsTransport, DEFAULT_CLIENT_INFO
22
19
23
20
importre
24
21
fromtypingimportAny, Callable, Dict, List, Optional, Sequence, Tuple, Union
0 commit comments