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: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/NetworkServices.java
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/ExtensionChainExtension.java
+69-9Lines changed: 69 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@ public final class ExtensionChainExtension extends com.google.api.client.json.Ge
31
31
32
32
/**
33
33
* Optional. The `:authority` header in the gRPC request sent from Envoy to the extension service.
34
-
* Required for Callout extensions.
34
+
* Required for Callout extensions. This field is not supported for plugin extensions and must not
35
+
* be set.
35
36
* The value may be {@code null}.
36
37
*/
37
38
@com.google.api.client.util.Key
@@ -58,6 +59,19 @@ public final class ExtensionChainExtension extends com.google.api.client.json.Ge
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/LbRouteExtension.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,8 @@ public final class LbRouteExtension extends com.google.api.client.json.GenericJs
93
93
* `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The
94
94
* metadata is available under the namespace `com.google.lb_route_extension.`. The following
95
95
* variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/LbTrafficExtension.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ public final class LbTrafficExtension extends com.google.api.client.json.Generic
94
94
* `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under
95
95
* the key `com.google.lb_traffic_extension.`. The following variables are supported in the
96
96
* metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified
97
-
* resource name.
97
+
* resource name. This field is not supported for plugin extensions and must not be set.
98
98
* The value may be {@code null}.
99
99
*/
100
100
@com.google.api.client.util.Key
@@ -242,7 +242,7 @@ public LbTrafficExtension setLoadBalancingScheme(java.lang.String loadBalancingS
242
242
* `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under
243
243
* the key `com.google.lb_traffic_extension.`. The following variables are supported in the
244
244
* metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified
245
-
* resource name.
245
+
* resource name. This field is not supported for plugin extensions and must not be set.
0 commit comments