File tree Expand file tree Collapse file tree 9 files changed +9
-8
lines changed
packages/google-cloud-os-login
services/os_login_service
tests/unit/gapic/oslogin_v1 Expand file tree Collapse file tree 9 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4545 OptionalRetry = Union [retries .AsyncRetry , object , None ] # type: ignore
4646
4747import google .protobuf .field_mask_pb2 as field_mask_pb2 # type: ignore
48- from google .cloud .oslogin_v1 .common .types import common
4948
49+ from google .cloud .oslogin_v1 .common .types import common
5050from google .cloud .oslogin_v1 .types import oslogin
5151
5252from .client import OsLoginServiceClient
Original file line number Diff line number Diff line change 6262_LOGGER = std_logging .getLogger (__name__ )
6363
6464import google .protobuf .field_mask_pb2 as field_mask_pb2 # type: ignore
65- from google .cloud .oslogin_v1 .common .types import common
6665
66+ from google .cloud .oslogin_v1 .common .types import common
6767from google .cloud .oslogin_v1 .types import oslogin
6868
6969from .transports .base import DEFAULT_CLIENT_INFO , OsLoginServiceTransport
Original file line number Diff line number Diff line change 2424from google .api_core import gapic_v1
2525from google .api_core import retry as retries
2626from google .auth import credentials as ga_credentials # type: ignore
27- from google .cloud .oslogin_v1 .common .types import common
2827from google .oauth2 import service_account # type: ignore
2928
3029from google .cloud .oslogin_v1 import gapic_version as package_version
30+ from google .cloud .oslogin_v1 .common .types import common
3131from google .cloud .oslogin_v1 .types import oslogin
3232
3333DEFAULT_CLIENT_INFO = gapic_v1 .client_info .ClientInfo (
Original file line number Diff line number Diff line change 2727from google .api_core import gapic_v1 , grpc_helpers
2828from google .auth import credentials as ga_credentials # type: ignore
2929from google .auth .transport .grpc import SslCredentials # type: ignore
30- from google .cloud .oslogin_v1 .common .types import common
3130from google .protobuf .json_format import MessageToJson
3231
32+ from google .cloud .oslogin_v1 .common .types import common
3333from google .cloud .oslogin_v1 .types import oslogin
3434
3535from .base import DEFAULT_CLIENT_INFO , OsLoginServiceTransport
Original file line number Diff line number Diff line change 2929from google .api_core import retry_async as retries
3030from google .auth import credentials as ga_credentials # type: ignore
3131from google .auth .transport .grpc import SslCredentials # type: ignore
32- from google .cloud .oslogin_v1 .common .types import common
3332from google .protobuf .json_format import MessageToJson
3433from grpc .experimental import aio # type: ignore
3534
35+ from google .cloud .oslogin_v1 .common .types import common
3636from google .cloud .oslogin_v1 .types import oslogin
3737
3838from .base import DEFAULT_CLIENT_INFO , OsLoginServiceTransport
Original file line number Diff line number Diff line change 2626from google .api_core import retry as retries
2727from google .auth import credentials as ga_credentials # type: ignore
2828from google .auth .transport .requests import AuthorizedSession # type: ignore
29- from google .cloud .oslogin_v1 .common .types import common
3029from google .protobuf import json_format
3130from requests import __version__ as requests_version
3231
32+ from google .cloud .oslogin_v1 .common .types import common
3333from google .cloud .oslogin_v1 .types import oslogin
3434
3535from .base import DEFAULT_CLIENT_INFO as BASE_DEFAULT_CLIENT_INFO
Original file line number Diff line number Diff line change 1919
2020import google .protobuf .empty_pb2 as empty_pb2 # type: ignore
2121from google .api_core import gapic_v1 , path_template
22- from google .cloud .oslogin_v1 .common .types import common
2322from google .protobuf import json_format
2423
24+ from google .cloud .oslogin_v1 .common .types import common
2525from google .cloud .oslogin_v1 .types import oslogin
2626
2727from .base import DEFAULT_CLIENT_INFO , OsLoginServiceTransport
Original file line number Diff line number Diff line change 1919
2020import google .protobuf .field_mask_pb2 as field_mask_pb2 # type: ignore
2121import proto # type: ignore
22+
2223from google .cloud .oslogin_v1 .common .types import common
2324
2425__protobuf__ = proto .module (
Original file line number Diff line number Diff line change 5656from google .api_core import retry as retries
5757from google .auth import credentials as ga_credentials
5858from google .auth .exceptions import MutualTLSChannelError
59- from google .cloud .oslogin_v1 .common .types import common
6059from google .oauth2 import service_account
6160
61+ from google .cloud .oslogin_v1 .common .types import common
6262from google .cloud .oslogin_v1 .services .os_login_service import (
6363 OsLoginServiceAsyncClient ,
6464 OsLoginServiceClient ,
You can’t perform that action at this time.
0 commit comments