Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cd828ec

Browse files
authoredSep 23, 2021
feat: add binaryauthorization v1 (#74)
Closes #12 - [ ] Regenerate this pull request now. Committer: @alexander-fenster PiperOrigin-RevId: 398308923 Source-Link: googleapis/googleapis@a3dccab Source-Link: https://github.com/googleapis/googleapis-gen/commit/d475ce18d50c90ecdc27e425fdd498b26912266d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDQ3NWNlMThkNTBjOTBlY2RjMjdlNDI1ZmRkNDk4YjI2OTEyMjY2ZCJ9 fix: require grafeas>=1.1.2, proto-plus>=1.15.0 docs: fix broken links in README feat: set binaryauthorization_v1 as the default version
1 parent 6e77950 commit cd828ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+12671
-93
lines changed
 

‎README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ policy control for images deployed to Kubernetes Engine clusters.
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-binary-authorization.svg
1717
:target: https://pypi.org/project/google-cloud-binary-authorization/
1818

19-
.. _Binary Authorization API: https://cloud.google.com/binaryauthorization
20-
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/binaryauthorization/usage.html
21-
.. _Product Documentation: https://cloud.google.com/binaryauthorization
19+
.. _Binary Authorization API: https://cloud.google.com/binary-authorization
20+
.. _Client Library Documentation: https://googleapis.dev/python/binaryauthorization/latest
21+
.. _Product Documentation: https://cloud.google.com/binary-authorization
2222

2323
Quick Start
2424
-----------
@@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps:
3232

3333
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3434
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
35-
.. _Enable the Binary Authorization API.: https://cloud.google.com/binaryauthorization
35+
.. _Enable the Binary Authorization API.: https://cloud.google.com/binary-authorization
3636
.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html
3737

3838
Installation
@@ -80,5 +80,5 @@ Next Steps
8080
- View this `README`_ to see the full list of Cloud
8181
APIs that we cover.
8282

83-
.. _Binary Authorization API Product documentation: https://cloud.google.com/binaryauthorization
84-
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
83+
.. _Binary Authorization API Product documentation: https://cloud.google.com/binary-authorization
84+
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
BinauthzManagementServiceV1
2+
---------------------------------------------
3+
4+
.. automodule:: google.cloud.binaryauthorization_v1.services.binauthz_management_service_v1
5+
:members:
6+
:inherited-members:
7+
8+
.. automodule:: google.cloud.binaryauthorization_v1.services.binauthz_management_service_v1.pagers
9+
:members:
10+
:inherited-members:

0 commit comments

Comments
 (0)
This repository has been archived.