File tree Expand file tree Collapse file tree
packages/google-cloud-secret-manager
google/cloud/secretmanager_v1/services/secret_manager_service
tests/unit/gapic/secretmanager_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242from google .auth import credentials as ga_credentials # type: ignore
4343from google .auth .exceptions import MutualTLSChannelError # type: ignore
4444from google .auth .transport import mtls # type: ignore
45- from google .auth .transport .grpc import SslCredentials # type: ignore
45+ from google .oauth2 import service_account # type: ignore
46+
4647from google .cloud .secretmanager_v1 import gapic_version as package_version
4748from google .cloud .secretmanager_v1 ._compat import (
4849 get_api_endpoint ,
7374import google .protobuf .field_mask_pb2 as field_mask_pb2 # type: ignore
7475import google .protobuf .timestamp_pb2 as timestamp_pb2 # type: ignore
7576from google .cloud .location import locations_pb2 # type: ignore
77+
7678from google .cloud .secretmanager_v1 .services .secret_manager_service import pagers
7779from google .cloud .secretmanager_v1 .types import resources , service
7880
Original file line number Diff line number Diff line change 3131from google .auth import credentials as ga_credentials # type: ignore
3232from google .auth .transport .grpc import SslCredentials # type: ignore
3333from google .cloud .location import locations_pb2 # type: ignore
34- from google .cloud .secretmanager_v1 .types import resources , service
3534from google .protobuf .json_format import MessageToJson
3635
36+ from google .cloud .secretmanager_v1 .types import resources , service
37+
3738from .base import DEFAULT_CLIENT_INFO , SecretManagerServiceTransport
3839
3940try :
Original file line number Diff line number Diff line change 6262from google.auth import credentials as ga_credentials
6363from google.auth.exceptions import MutualTLSChannelError
6464from google.cloud.location import locations_pb2
65+ from google.oauth2 import service_account
66+
6567from google.cloud.secretmanager_v1.services.secret_manager_service import (
6668 SecretManagerServiceAsyncClient,
6769 SecretManagerServiceClient,
6870 pagers,
6971 transports,
7072)
7173from google.cloud.secretmanager_v1.types import resources, service
72- from google.oauth2 import service_account
7374
7475CRED_INFO_JSON = {
7576 "credential_source": "/path/to/file",
You can’t perform that action at this time.
0 commit comments