Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e272057

Browse files
committed
docs: minor formatting improvements
1 parent c561b26 commit e272057

File tree

38 files changed

+1115
-1124
lines changed

38 files changed

+1115
-1124
lines changed

repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ def gapic_generator_python():
4141
http_archive,
4242
name = "pandoc_linux",
4343
build_file_content = _PANDOC_BUILD_FILE,
44-
strip_prefix = "pandoc-2.2.1",
45-
url = "https://github.com/jgm/pandoc/releases/download/2.2.1/pandoc-2.2.1-linux.tar.gz",
44+
strip_prefix = "pandoc-3.7.0.2",
45+
url = "https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-linux-amd64.tar.gz",
4646
)
4747

4848
_maybe(
4949
http_archive,
5050
name = "pandoc_macOS",
5151
build_file_content = _PANDOC_BUILD_FILE,
52-
strip_prefix = "pandoc-2.2.1",
53-
url = "https://github.com/jgm/pandoc/releases/download/2.2.1/pandoc-2.2.1-macOS.zip",
52+
strip_prefix = "pandoc-3.7.0.2",
53+
url = "https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-arm64-macOS.zip",
5454
)
5555

5656
_rules_gapic_version = "0.5.4"

tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/async_client.py

Lines changed: 135 additions & 137 deletions
Large diffs are not rendered by default.

tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/client.py

Lines changed: 135 additions & 137 deletions
Large diffs are not rendered by default.

tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/grpc.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -976,16 +976,16 @@ def analyze_org_policy_governed_assets(self) -> Callable[
976976
resources or policies) under a scope. This RPC supports custom
977977
constraints and the following 10 canned constraints:
978978
979-
- storage.uniformBucketLevelAccess
980-
- iam.disableServiceAccountKeyCreation
981-
- iam.allowedPolicyMemberDomains
982-
- compute.vmExternalIpAccess
983-
- appengine.enforceServiceAccountActAsCheck
984-
- gcp.resourceLocations
985-
- compute.trustedImageProjects
986-
- compute.skipDefaultNetworkCreation
987-
- compute.requireOsLogin
988-
- compute.disableNestedVirtualization
979+
- storage.uniformBucketLevelAccess
980+
- iam.disableServiceAccountKeyCreation
981+
- iam.allowedPolicyMemberDomains
982+
- compute.vmExternalIpAccess
983+
- appengine.enforceServiceAccountActAsCheck
984+
- gcp.resourceLocations
985+
- compute.trustedImageProjects
986+
- compute.skipDefaultNetworkCreation
987+
- compute.requireOsLogin
988+
- compute.disableNestedVirtualization
989989
990990
This RPC only returns either resources of types supported by
991991
`searchable asset

tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/grpc_asyncio.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -982,16 +982,16 @@ def analyze_org_policy_governed_assets(self) -> Callable[
982982
resources or policies) under a scope. This RPC supports custom
983983
constraints and the following 10 canned constraints:
984984
985-
- storage.uniformBucketLevelAccess
986-
- iam.disableServiceAccountKeyCreation
987-
- iam.allowedPolicyMemberDomains
988-
- compute.vmExternalIpAccess
989-
- appengine.enforceServiceAccountActAsCheck
990-
- gcp.resourceLocations
991-
- compute.trustedImageProjects
992-
- compute.skipDefaultNetworkCreation
993-
- compute.requireOsLogin
994-
- compute.disableNestedVirtualization
985+
- storage.uniformBucketLevelAccess
986+
- iam.disableServiceAccountKeyCreation
987+
- iam.allowedPolicyMemberDomains
988+
- compute.vmExternalIpAccess
989+
- appengine.enforceServiceAccountActAsCheck
990+
- gcp.resourceLocations
991+
- compute.trustedImageProjects
992+
- compute.skipDefaultNetworkCreation
993+
- compute.requireOsLogin
994+
- compute.disableNestedVirtualization
995995
996996
This RPC only returns either resources of types supported by
997997
`searchable asset

tests/integration/goldens/asset/google/cloud/asset_v1/types/asset_service.py

Lines changed: 279 additions & 281 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)