Skip to content

Commit

Permalink
fix(networkservices): update the API
Browse files Browse the repository at this point in the history
#### networkservices:v1beta1

The following keys were changed:
- schemas.LbRouteExtension.properties.metadata.description
- schemas.LbTrafficExtension.properties.metadata.description

#### networkservices:v1

The following keys were changed:
- schemas.LbRouteExtension.properties.metadata.description
- schemas.LbTrafficExtension.properties.metadata.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jun 27, 2024
1 parent 001dc73 commit e608c36
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions discovery/networkservices-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2756,7 +2756,7 @@
}
}
},
"revision": "20240515",
"revision": "20240620",
"rootUrl": "https://networkservices.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -4113,7 +4113,7 @@
"description": "Properties of the object.",
"type": "any"
},
"description": "Optional. The metadata provided here will be included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata will be available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
"description": "Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
"type": "object"
},
"name": {
Expand Down Expand Up @@ -4183,7 +4183,7 @@
"description": "Properties of the object.",
"type": "any"
},
"description": "Optional. The metadata provided here will be included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata will be available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
"description": "Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
"type": "object"
},
"name": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/networkservices-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2483,7 +2483,7 @@
}
}
},
"revision": "20240515",
"revision": "20240613",
"rootUrl": "https://networkservices.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -3797,7 +3797,7 @@
"description": "Properties of the object.",
"type": "any"
},
"description": "Optional. The metadata provided here will be included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata will be available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
"description": "Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
"type": "object"
},
"name": {
Expand Down Expand Up @@ -3867,7 +3867,7 @@
"description": "Properties of the object.",
"type": "any"
},
"description": "Optional. The metadata provided here will be included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata will be available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
"description": "Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
"type": "object"
},
"name": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/networkservices/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ export namespace networkservices_v1 {
*/
loadBalancingScheme?: string | null;
/**
* Optional. The metadata provided here will be included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata will be available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id\}` - substituted with the forwarding rule's fully qualified resource name.
* Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id\}` - substituted with the forwarding rule's fully qualified resource name.
*/
metadata?: {[key: string]: any} | null;
/**
Expand Down Expand Up @@ -1125,7 +1125,7 @@ export namespace networkservices_v1 {
*/
loadBalancingScheme?: string | null;
/**
* Optional. The metadata provided here will be included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata will be available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id\}` - substituted with the forwarding rule's fully qualified resource name.
* Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id\}` - substituted with the forwarding rule's fully qualified resource name.
*/
metadata?: {[key: string]: any} | null;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/networkservices/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ export namespace networkservices_v1beta1 {
*/
loadBalancingScheme?: string | null;
/**
* Optional. The metadata provided here will be included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata will be available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id\}` - substituted with the forwarding rule's fully qualified resource name.
* Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id\}` - substituted with the forwarding rule's fully qualified resource name.
*/
metadata?: {[key: string]: any} | null;
/**
Expand Down Expand Up @@ -1099,7 +1099,7 @@ export namespace networkservices_v1beta1 {
*/
loadBalancingScheme?: string | null;
/**
* Optional. The metadata provided here will be included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata will be available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id\}` - substituted with the forwarding rule's fully qualified resource name.
* Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id\}` - substituted with the forwarding rule's fully qualified resource name.
*/
metadata?: {[key: string]: any} | null;
/**
Expand Down

0 comments on commit e608c36

Please sign in to comment.