Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit d02a579

Browse files
chore: delete duplicate files (#118)
* chore: delete duplicate files Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-binary-authorization into owl-bot-copy 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md chore: use gapic-generator-python 0.63.4 chore: fix snippet region tag format chore: fix docstring code block formatting PiperOrigin-RevId: 430730865 Source-Link: googleapis/googleapis@ea58002 Source-Link: https://github.com/googleapis/googleapis-gen/commit/ca893ff8af25fc7fe001de1405a517d80446ecca Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: delete duplicates Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <[email protected]>
1 parent d94f375 commit d02a579

File tree

46 files changed

+170
-187
lines changed

Some content is hidden

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

46 files changed

+170
-187
lines changed

google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/async_client.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ async def get_policy(
248248
project does not have one.
249249
250250
251-
.. code-block::
251+
.. code-block:: python
252252
253253
from google.cloud import binaryauthorization_v1
254254
@@ -357,7 +357,7 @@ async def update_policy(
357357
request is malformed.
358358
359359
360-
.. code-block::
360+
.. code-block:: python
361361
362362
from google.cloud import binaryauthorization_v1
363363
@@ -477,7 +477,7 @@ async def create_attestor(
477477
already exists.
478478
479479
480-
.. code-block::
480+
.. code-block:: python
481481
482482
from google.cloud import binaryauthorization_v1
483483
@@ -602,7 +602,7 @@ async def get_attestor(
602602
not exist.
603603
604604
605-
.. code-block::
605+
.. code-block:: python
606606
607607
from google.cloud import binaryauthorization_v1
608608
@@ -709,7 +709,7 @@ async def update_attestor(
709709
not exist.
710710
711711
712-
.. code-block::
712+
.. code-block:: python
713713
714714
from google.cloud import binaryauthorization_v1
715715
@@ -822,7 +822,7 @@ async def list_attestors(
822822
Returns INVALID_ARGUMENT if the project does not exist.
823823
824824
825-
.. code-block::
825+
.. code-block:: python
826826
827827
from google.cloud import binaryauthorization_v1
828828
@@ -939,7 +939,7 @@ async def delete_attestor(
939939
not exist.
940940
941941
942-
.. code-block::
942+
.. code-block:: python
943943
944944
from google.cloud import binaryauthorization_v1
945945

google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/client.py

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,7 @@ def get_policy(
446446
project does not have one.
447447
448448
449-
450-
.. code-block::
449+
.. code-block:: python
451450
452451
from google.cloud import binaryauthorization_v1
453452
@@ -546,8 +545,7 @@ def update_policy(
546545
request is malformed.
547546
548547
549-
550-
.. code-block::
548+
.. code-block:: python
551549
552550
from google.cloud import binaryauthorization_v1
553551
@@ -657,8 +655,7 @@ def create_attestor(
657655
already exists.
658656
659657
660-
661-
.. code-block::
658+
.. code-block:: python
662659
663660
from google.cloud import binaryauthorization_v1
664661
@@ -783,8 +780,7 @@ def get_attestor(
783780
not exist.
784781
785782
786-
787-
.. code-block::
783+
.. code-block:: python
788784
789785
from google.cloud import binaryauthorization_v1
790786
@@ -881,8 +877,7 @@ def update_attestor(
881877
not exist.
882878
883879
884-
885-
.. code-block::
880+
.. code-block:: python
886881
887882
from google.cloud import binaryauthorization_v1
888883
@@ -985,8 +980,7 @@ def list_attestors(
985980
Returns INVALID_ARGUMENT if the project does not exist.
986981
987982
988-
989-
.. code-block::
983+
.. code-block:: python
990984
991985
from google.cloud import binaryauthorization_v1
992986
@@ -1093,8 +1087,7 @@ def delete_attestor(
10931087
not exist.
10941088
10951089
1096-
1097-
.. code-block::
1090+
.. code-block:: python
10981091
10991092
from google.cloud import binaryauthorization_v1
11001093

google/cloud/binaryauthorization_v1/services/system_policy_v1/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ async def get_system_policy(
216216
location.
217217
218218
219-
.. code-block::
219+
.. code-block:: python
220220
221221
from google.cloud import binaryauthorization_v1
222222

google/cloud/binaryauthorization_v1/services/system_policy_v1/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,7 @@ def get_system_policy(
408408
location.
409409
410410
411-
412-
.. code-block::
411+
.. code-block:: python
413412
414413
from google.cloud import binaryauthorization_v1
415414

google/cloud/binaryauthorization_v1/services/validation_helper_v1/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ async def validate_attestation_occurrence(
212212
image URI was signed by the given Attestor
213213
214214
215-
.. code-block::
215+
.. code-block:: python
216216
217217
from google.cloud import binaryauthorization_v1
218218

google/cloud/binaryauthorization_v1/services/validation_helper_v1/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,7 @@ def validate_attestation_occurrence(
396396
image URI was signed by the given Attestor
397397
398398
399-
400-
.. code-block::
399+
.. code-block:: python
401400
402401
from google.cloud import binaryauthorization_v1
403402

google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/async_client.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ async def get_policy(
257257
project does not have one.
258258
259259
260-
.. code-block::
260+
.. code-block:: python
261261
262262
from google.cloud import binaryauthorization_v1beta1
263263
@@ -367,7 +367,7 @@ async def update_policy(
367367
INVALID_ARGUMENT if the request is malformed.
368368
369369
370-
.. code-block::
370+
.. code-block:: python
371371
372372
from google.cloud import binaryauthorization_v1beta1
373373
@@ -489,7 +489,7 @@ async def create_attestor(
489489
already exists.
490490
491491
492-
.. code-block::
492+
.. code-block:: python
493493
494494
from google.cloud import binaryauthorization_v1beta1
495495
@@ -614,7 +614,7 @@ async def get_attestor(
614614
does not exist.
615615
616616
617-
.. code-block::
617+
.. code-block:: python
618618
619619
from google.cloud import binaryauthorization_v1beta1
620620
@@ -721,7 +721,7 @@ async def update_attestor(
721721
does not exist.
722722
723723
724-
.. code-block::
724+
.. code-block:: python
725725
726726
from google.cloud import binaryauthorization_v1beta1
727727
@@ -835,7 +835,7 @@ async def list_attestors(
835835
Returns INVALID_ARGUMENT if the project does not exist.
836836
837837
838-
.. code-block::
838+
.. code-block:: python
839839
840840
from google.cloud import binaryauthorization_v1beta1
841841
@@ -952,7 +952,7 @@ async def delete_attestor(
952952
does not exist.
953953
954954
955-
.. code-block::
955+
.. code-block:: python
956956
957957
from google.cloud import binaryauthorization_v1beta1
958958

google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/client.py

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,7 @@ def get_policy(
453453
project does not have one.
454454
455455
456-
457-
.. code-block::
456+
.. code-block:: python
458457
459458
from google.cloud import binaryauthorization_v1beta1
460459
@@ -554,8 +553,7 @@ def update_policy(
554553
INVALID_ARGUMENT if the request is malformed.
555554
556555
557-
558-
.. code-block::
556+
.. code-block:: python
559557
560558
from google.cloud import binaryauthorization_v1beta1
561559
@@ -667,8 +665,7 @@ def create_attestor(
667665
already exists.
668666
669667
670-
671-
.. code-block::
668+
.. code-block:: python
672669
673670
from google.cloud import binaryauthorization_v1beta1
674671
@@ -793,8 +790,7 @@ def get_attestor(
793790
does not exist.
794791
795792
796-
797-
.. code-block::
793+
.. code-block:: python
798794
799795
from google.cloud import binaryauthorization_v1beta1
800796
@@ -891,8 +887,7 @@ def update_attestor(
891887
does not exist.
892888
893889
894-
895-
.. code-block::
890+
.. code-block:: python
896891
897892
from google.cloud import binaryauthorization_v1beta1
898893
@@ -996,8 +991,7 @@ def list_attestors(
996991
Returns INVALID_ARGUMENT if the project does not exist.
997992
998993
999-
1000-
.. code-block::
994+
.. code-block:: python
1001995
1002996
from google.cloud import binaryauthorization_v1beta1
1003997
@@ -1104,8 +1098,7 @@ def delete_attestor(
11041098
does not exist.
11051099
11061100
1107-
1108-
.. code-block::
1101+
.. code-block:: python
11091102
11101103
from google.cloud import binaryauthorization_v1beta1
11111104

google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ async def get_system_policy(
217217
location.
218218
219219
220-
.. code-block::
220+
.. code-block:: python
221221
222222
from google.cloud import binaryauthorization_v1beta1
223223

google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,7 @@ def get_system_policy(
410410
location.
411411
412412
413-
414-
.. code-block::
413+
.. code-block:: python
415414
416415
from google.cloud import binaryauthorization_v1beta1
417416

0 commit comments

Comments
 (0)