You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/README.rst.j2
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`{{ service.name }}Transport` is the ABC for all transports.
6
-
- public child `{{ service.name }}GrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `{{ service.name }}GrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_Base{{ service.name }}RestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `{{ service.name }}RestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
10
-
{# Since the service mixins have a similar structure, we factor out shared code into `_shared_macros.j2` to avoid duplication. #}
5
+
``{{ service.name }}Transport`` is the ABC for all transports.
6
+
7
+
- public child ``{{ service.name }}GrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``{{ service.name }}GrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_Base{{ service.name }}RestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``{{ service.name }}RestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
11
+
{# Since the service mixins have a similar structure, we factor out shared code into ``_shared_macros.j2`` to avoid duplication. #}
Copy file name to clipboardExpand all lines: tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`AssetServiceTransport` is the ABC for all transports.
6
-
- public child `AssetServiceGrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `AssetServiceGrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseAssetServiceRestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `AssetServiceRestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``AssetServiceTransport`` is the ABC for all transports.
6
+
7
+
- public child ``AssetServiceGrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``AssetServiceGrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseAssetServiceRestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``AssetServiceRestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
Copy file name to clipboardExpand all lines: tests/integration/goldens/credentials/google/iam/credentials_v1/services/iam_credentials/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`IAMCredentialsTransport` is the ABC for all transports.
6
-
- public child `IAMCredentialsGrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `IAMCredentialsGrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseIAMCredentialsRestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `IAMCredentialsRestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``IAMCredentialsTransport`` is the ABC for all transports.
6
+
7
+
- public child ``IAMCredentialsGrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``IAMCredentialsGrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseIAMCredentialsRestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``IAMCredentialsRestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
Copy file name to clipboardExpand all lines: tests/integration/goldens/eventarc/google/cloud/eventarc_v1/services/eventarc/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`EventarcTransport` is the ABC for all transports.
6
-
- public child `EventarcGrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `EventarcGrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseEventarcRestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `EventarcRestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``EventarcTransport`` is the ABC for all transports.
6
+
7
+
- public child ``EventarcGrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``EventarcGrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseEventarcRestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``EventarcRestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
Copy file name to clipboardExpand all lines: tests/integration/goldens/logging/google/cloud/logging_v2/services/config_service_v2/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`ConfigServiceV2Transport` is the ABC for all transports.
6
-
- public child `ConfigServiceV2GrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `ConfigServiceV2GrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseConfigServiceV2RestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `ConfigServiceV2RestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``ConfigServiceV2Transport`` is the ABC for all transports.
6
+
7
+
- public child ``ConfigServiceV2GrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``ConfigServiceV2GrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseConfigServiceV2RestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``ConfigServiceV2RestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
Copy file name to clipboardExpand all lines: tests/integration/goldens/logging/google/cloud/logging_v2/services/logging_service_v2/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`LoggingServiceV2Transport` is the ABC for all transports.
6
-
- public child `LoggingServiceV2GrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `LoggingServiceV2GrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseLoggingServiceV2RestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `LoggingServiceV2RestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``LoggingServiceV2Transport`` is the ABC for all transports.
6
+
7
+
- public child ``LoggingServiceV2GrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``LoggingServiceV2GrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseLoggingServiceV2RestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``LoggingServiceV2RestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
Copy file name to clipboardExpand all lines: tests/integration/goldens/logging/google/cloud/logging_v2/services/metrics_service_v2/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`MetricsServiceV2Transport` is the ABC for all transports.
6
-
- public child `MetricsServiceV2GrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `MetricsServiceV2GrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseMetricsServiceV2RestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `MetricsServiceV2RestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``MetricsServiceV2Transport`` is the ABC for all transports.
6
+
7
+
- public child ``MetricsServiceV2GrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``MetricsServiceV2GrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseMetricsServiceV2RestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``MetricsServiceV2RestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
Copy file name to clipboardExpand all lines: tests/integration/goldens/logging_internal/google/cloud/logging_v2/services/config_service_v2/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`ConfigServiceV2Transport` is the ABC for all transports.
6
-
- public child `ConfigServiceV2GrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `ConfigServiceV2GrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseConfigServiceV2RestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `ConfigServiceV2RestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``ConfigServiceV2Transport`` is the ABC for all transports.
6
+
7
+
- public child ``ConfigServiceV2GrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``ConfigServiceV2GrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseConfigServiceV2RestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``ConfigServiceV2RestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
Copy file name to clipboardExpand all lines: tests/integration/goldens/logging_internal/google/cloud/logging_v2/services/logging_service_v2/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`LoggingServiceV2Transport` is the ABC for all transports.
6
-
- public child `LoggingServiceV2GrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `LoggingServiceV2GrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseLoggingServiceV2RestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `LoggingServiceV2RestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``LoggingServiceV2Transport`` is the ABC for all transports.
6
+
7
+
- public child ``LoggingServiceV2GrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``LoggingServiceV2GrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseLoggingServiceV2RestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``LoggingServiceV2RestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
Copy file name to clipboardExpand all lines: tests/integration/goldens/logging_internal/google/cloud/logging_v2/services/metrics_service_v2/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`MetricsServiceV2Transport` is the ABC for all transports.
6
-
- public child `MetricsServiceV2GrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `MetricsServiceV2GrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseMetricsServiceV2RestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `MetricsServiceV2RestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``MetricsServiceV2Transport`` is the ABC for all transports.
6
+
7
+
- public child ``MetricsServiceV2GrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``MetricsServiceV2GrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseMetricsServiceV2RestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``MetricsServiceV2RestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
0 commit comments