|
1 | | -// Copyright 2025 Google LLC |
| 1 | +// Copyright 2026 Google LLC |
2 | 2 | // |
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | // you may not use this file except in compliance with the License. |
@@ -246,11 +246,13 @@ message InternalRange { |
246 | 246 | // See: https://google.aip.dev/122#fields-representing-resource-names |
247 | 247 | string name = 1 [(google.api.field_behavior) = IDENTIFIER]; |
248 | 248 |
|
249 | | - // Time when the internal range was created. |
250 | | - google.protobuf.Timestamp create_time = 2; |
| 249 | + // Output only. Time when the internal range was created. |
| 250 | + google.protobuf.Timestamp create_time = 2 |
| 251 | + [(google.api.field_behavior) = OUTPUT_ONLY]; |
251 | 252 |
|
252 | | - // Time when the internal range was updated. |
253 | | - google.protobuf.Timestamp update_time = 3; |
| 253 | + // Output only. Time when the internal range was updated. |
| 254 | + google.protobuf.Timestamp update_time = 3 |
| 255 | + [(google.api.field_behavior) = OUTPUT_ONLY]; |
254 | 256 |
|
255 | 257 | // User-defined labels. |
256 | 258 | map<string, string> labels = 4; |
@@ -291,10 +293,11 @@ message InternalRange { |
291 | 293 | int32 prefix_length = 10 [(google.api.field_behavior) = OPTIONAL]; |
292 | 294 |
|
293 | 295 | // Optional. Can be set to narrow down or pick a different address space while |
294 | | - // searching for a free range. If not set, defaults to the "10.0.0.0/8" |
295 | | - // address space. This can be used to search in other rfc-1918 address |
296 | | - // spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918 |
297 | | - // address spaces used in the VPC. |
| 296 | + // searching for a free range. If not set, defaults to the ["10.0.0.0/8", |
| 297 | + // "172.16.0.0/12", "192.168.0.0/16"] address space (for auto-mode networks, |
| 298 | + // the "10.0.0.0/9" range is used instead of "10.0.0.0/8"). This can be used |
| 299 | + // to target the search in other rfc-1918 address spaces like "172.16.0.0/12" |
| 300 | + // and "192.168.0.0/16" or non-rfc-1918 address spaces used in the VPC. |
298 | 301 | repeated string target_cidr_range = 11 |
299 | 302 | [(google.api.field_behavior) = OPTIONAL]; |
300 | 303 |
|
|
0 commit comments