Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
feat: added expire_time and ttl fields to Secret (#70)
Browse files Browse the repository at this point in the history
* chore: upgrade gapic-generator-python to 0.39.1

feat: add 'from_service_account_info' factory to clients
fix: fix sphinx identifiers
PiperOrigin-RevId: 350246057

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Jan 5 16:44:11 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 520682435235d9c503983a360a2090025aa47cd1
Source-Link: googleapis/googleapis@5206824

* feat: added expire_time and ttl fields to Secret

PiperOrigin-RevId: 352563582

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Jan 19 07:29:20 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 9ecdacc9a00e1dd443b11bf10215d6e7648db8a7
Source-Link: googleapis/googleapis@9ecdacc
  • Loading branch information
yoshi-automation committed Jan 20, 2021
1 parent 864dc09 commit 92c4a98
Show file tree
Hide file tree
Showing 20 changed files with 959 additions and 872 deletions.
22 changes: 3 additions & 19 deletions .coveragerc
@@ -1,27 +1,11 @@
# -*- coding: utf-8 -*-
#
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Generated by synthtool. DO NOT EDIT!
[run]
branch = True

[report]
fail_under = 100
show_missing = True
omit = google/cloud/secretmanager/__init__.py
omit =
google/cloud/secretmanager/__init__.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand All @@ -31,4 +15,4 @@ exclude_lines =
# This is added at the module level as a safeguard for if someone
# generates the code and tries to run it without pip installing. This
# makes it virtually impossible to test properly.
except pkg_resources.DistributionNotFound
except pkg_resources.DistributionNotFound
11 changes: 11 additions & 0 deletions docs/secretmanager_v1/secret_manager_service.rst
@@ -0,0 +1,11 @@
SecretManagerService
--------------------------------------

.. automodule:: google.cloud.secretmanager_v1.services.secret_manager_service
:members:
:inherited-members:


.. automodule:: google.cloud.secretmanager_v1.services.secret_manager_service.pagers
:members:
:inherited-members:
6 changes: 3 additions & 3 deletions docs/secretmanager_v1/services.rst
@@ -1,6 +1,6 @@
Services for Google Cloud Secretmanager v1 API
==============================================
.. toctree::
:maxdepth: 2

.. automodule:: google.cloud.secretmanager_v1.services.secret_manager_service
:members:
:inherited-members:
secret_manager_service
1 change: 1 addition & 0 deletions docs/secretmanager_v1/types.rst
Expand Up @@ -3,4 +3,5 @@ Types for Google Cloud Secretmanager v1 API

.. automodule:: google.cloud.secretmanager_v1.types
:members:
:undoc-members:
:show-inheritance:
11 changes: 11 additions & 0 deletions docs/secretmanager_v1beta1/secret_manager_service.rst
@@ -0,0 +1,11 @@
SecretManagerService
--------------------------------------

.. automodule:: google.cloud.secretmanager_v1beta1.services.secret_manager_service
:members:
:inherited-members:


.. automodule:: google.cloud.secretmanager_v1beta1.services.secret_manager_service.pagers
:members:
:inherited-members:
6 changes: 3 additions & 3 deletions docs/secretmanager_v1beta1/services.rst
@@ -1,6 +1,6 @@
Services for Google Cloud Secretmanager v1beta1 API
===================================================
.. toctree::
:maxdepth: 2

.. automodule:: google.cloud.secretmanager_v1beta1.services.secret_manager_service
:members:
:inherited-members:
secret_manager_service
1 change: 1 addition & 0 deletions docs/secretmanager_v1beta1/types.rst
Expand Up @@ -3,4 +3,5 @@ Types for Google Cloud Secretmanager v1beta1 API

.. automodule:: google.cloud.secretmanager_v1beta1.types
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 92c4a98

Please sign in to comment.