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

feat: added expire_time and ttl fields to Secret #70

Merged
merged 2 commits into from Jan 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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: