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
Copy file name to clipboardExpand all lines: doc/config-schema.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -570,6 +570,7 @@ This document describes the schema for the librarian.yaml.
570
570
|`include_bidi_streaming_methods`| bool (optional) | Indicates whether to include gRPC bi-directional streaming methods. |
571
571
|`include_server_streaming_methods`| bool (optional) | Indicates whether to include gRPC server-side streaming methods. |
572
572
|`allow_streaming_any_types`| list of string | Is a list of protobuf field/message IDs with google.protobuf.Any permitted in streaming RPCs (their fields will be dropped in prost conversion). |
573
+
|`grpc_client`| string | Is the Rust type used for the inner gRPC client in generated transports. Defaults to "gaxi::grpc::Client". |
573
574
574
575
## RustDocumentationOverride Configuration
575
576
@@ -583,6 +584,7 @@ This document describes the schema for the librarian.yaml.
583
584
584
585
| Field | Type | Description |
585
586
| :--- | :--- | :--- |
587
+
|`grpc_client`| string | Is the Rust type used for the inner gRPC client in generated transports. This overrides the crate-level setting. Defaults to "gaxi::grpc::Client". |
586
588
|`disabled_rustdoc_warnings`| yaml.StringSlice | Specifies rustdoc lints to disable. An empty slice explicitly enables all warnings. |
587
589
|`detailed_tracing_attributes`| bool (optional) | Indicates whether to include detailed tracing attributes. This overrides the crate-level setting. |
588
590
|`lro_stub_options`| bool (optional) | Indicates whether to include LRO poller options in generated stub traits. This overrides the crate-level setting. |
0 commit comments