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
fix(internal/serviceconfig): set transport at API level (#3958)
Set transport of `google/cloud/aiplatform/v1` to grpc.
The value is non-default and is different than another api
(`google/cloud/aiplatform/v1beta1`) in the library. Therefore, set it in
API level, rather than library level.
For #3618
Copy file name to clipboardExpand all lines: doc/api-allowlist-schema.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document describes the schema for the API Allowlist.
4
4
5
5
## API Configuration
6
6
7
-
[Link to code](../internal/serviceconfig/api.go#L48)
7
+
[Link to code](../internal/serviceconfig/api.go#L49)
8
8
| Field | Type | Description |
9
9
| :--- | :--- | :--- |
10
10
|`Path`| string | Path is the proto directory path in github.com/googleapis/googleapis. If ServiceConfig is empty, the service config is assumed to live at this path. |
0 commit comments