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
#### networkmanagement:v1beta1
The following keys were added:
- schemas.Endpoint.properties.redisCluster.description
- schemas.Endpoint.properties.redisCluster.type
- schemas.Endpoint.properties.redisInstance.description
- schemas.Endpoint.properties.redisInstance.type
The following keys were changed:
- resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.description
- resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.description
#### networkmanagement:v1
The following keys were changed:
- schemas.DropInfo.properties.cause.enum
- schemas.DropInfo.properties.cause.enumDescriptions
Copy file name to clipboardExpand all lines: discovery/networkmanagement-v1beta1.json
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -589,7 +589,7 @@
589
589
"vpcFlowLogsConfigs": {
590
590
"methods": {
591
591
"create": {
592
-
"description": "Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with state=DISABLED will fail. 2. The following fields are not considrered as `settings` for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: - name - create_time - update_time - labels - description",
592
+
"description": "Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with state=DISABLED will fail. 2. The following fields are not considered as `settings` for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: - name - create_time - update_time - labels - description",
"description": "Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. The following fields are not considrered as `settings` for the purpose of the check mentioned above, therefore - updating another configuration with the same fields but different values for the following fields will fail as well: - name - create_time - update_time - labels - description",
721
+
"description": "Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with state=DISABLED will fail. 2. The following fields are not considered as `settings` for the purpose of the check mentioned above, therefore - updating another configuration with the same fields but different values for the following fields will fail as well: - name - create_time - update_time - labels - description",
"description": "Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.",
1545
1545
"type": "string"
1546
+
},
1547
+
"redisCluster": {
1548
+
"description": "A [Redis Cluster](https://cloud.google.com/memorystore/docs/cluster) URI.",
1549
+
"type": "string"
1550
+
},
1551
+
"redisInstance": {
1552
+
"description": "A [Redis Instance](https://cloud.google.com/memorystore/docs/redis) URI.",
* Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.
500
500
*/
501
501
projectId?: string|null;
502
+
/**
503
+
* A [Redis Cluster](https://cloud.google.com/memorystore/docs/cluster) URI.
504
+
*/
505
+
redisCluster?: string|null;
506
+
/**
507
+
* A [Redis Instance](https://cloud.google.com/memorystore/docs/redis) URI.
508
+
*/
509
+
redisInstance?: string|null;
502
510
}
503
511
/**
504
512
* For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model.
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with state=DISABLED will fail. 2. The following fields are not considrered as `settings` for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: - name - create_time - update_time - labels - description
3248
+
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with state=DISABLED will fail. 2. The following fields are not considered as `settings` for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: - name - create_time - update_time - labels - description
3241
3249
*
3242
3250
* @param params - Parameters for request
3243
3251
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
* Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. The following fields are not considrered as `settings` for the purpose of the check mentioned above, therefore - updating another configuration with the same fields but different values for the following fields will fail as well: - name - create_time - update_time - labels - description
3614
+
* Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with state=DISABLED will fail. 2. The following fields are not considered as `settings` for the purpose of the check mentioned above, therefore - updating another configuration with the same fields but different values for the following fields will fail as well: - name - create_time - update_time - labels - description
3607
3615
*
3608
3616
* @param params - Parameters for request
3609
3617
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
0 commit comments