/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
stubs/google/cloud/secretmanager.pyi
14 строк
372 B
Gabriel Fuentes
Black formatter staging (#23456)
05 окт 2025, 06:15
Не верифицирован
05 окт 2025, 06:15
62ec95a
Код
Авторство
О чём код?
from google import auth from typing import Dict class SecretPayload: data: bytes class AccessSecretVersionResponse: payload: SecretPayload class SecretManagerServiceClient: def __init__(self, credentials: auth.credentials.Credentials = ...): ... def access_secret_version( self, request: Dict[str, str] ) -> AccessSecretVersionResponse: ...