google-apis-cloudnumberregistry_v1alpha 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 195680f59e4f8ccc2e4786d1fe3728b9cccb7bf5220691ec92bbf800332975c5
4
- data.tar.gz: e3f4e18b6c6efdfe1a0deec5a867cc15b148917a3db24536bb14f06c8ee99f20
3
+ metadata.gz: a0365770b76bc0866875942379c0d7b61dd7936d3369da9c789e14d89439fef4
4
+ data.tar.gz: 3e18986220e19fe2bc6d90ac696cc8f88781f25aaa3328789620dd18110bd345
5
5
  SHA512:
6
- metadata.gz: 5bcb9d76da0e8cfb3c731b8a021fd0ecb3badcf1ee6320d7d90b2785b3a52c038b332c85674715ac3e49d8eb76e72e047c478e0e4fbb78b9b64f963c5aba25c1
7
- data.tar.gz: b606a9f90620d1ea1f2d51769a80ef011a2a22e0720cc681842e6047d452daadcadbe8377652b8ac22e8f52f09465501e2ed3590108c46c02f13caae93e82b28
6
+ metadata.gz: 95e4c5470c0d29f44e2a7e3bba6b350887c0d29d0c798a3f1093121cdd433257397c9697d318261800c8254a654e425d63c032ca824a560741174bf07314a928
7
+ data.tar.gz: cb36c849a70583d1f7838034da6a24f2e7bf99a39e329358528dc0d4844dc993c975a30e35e07f562f4cac13bbb1ec5b8412ff2ca5d84fcc7bacdf3479915a1c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudnumberregistry_v1alpha
2
2
 
3
+ ### v0.2.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260527
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.1.0 (2026-05-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20260506
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://docs.cloud.google.com/number-registry/refere
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -26,22 +26,22 @@ module Google
26
26
  class AggregatedData
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # Output only. Number of custom ranges in the RegistryBook.
29
+ # Output only. Number of CustomRanges in the RegistryBook.
30
30
  # Corresponds to the JSON property `customRangesCount`
31
31
  # @return [Fixnum]
32
32
  attr_accessor :custom_ranges_count
33
33
 
34
- # Output only. Number of custom realms in the RegistryBook.
34
+ # Output only. Number of custom Realms in the RegistryBook.
35
35
  # Corresponds to the JSON property `customRealmsCount`
36
36
  # @return [Fixnum]
37
37
  attr_accessor :custom_realms_count
38
38
 
39
- # Output only. Number of discovered ranges in the RegistryBook.
39
+ # Output only. Number of DiscoveredRanges in the RegistryBook.
40
40
  # Corresponds to the JSON property `discoveredRangesCount`
41
41
  # @return [Fixnum]
42
42
  attr_accessor :discovered_ranges_count
43
43
 
44
- # Output only. Number of discovered realms in the RegistryBook.
44
+ # Output only. Number of discovered Realms in the RegistryBook.
45
45
  # Corresponds to the JSON property `discoveredRealmsCount`
46
46
  # @return [Fixnum]
47
47
  attr_accessor :discovered_realms_count
@@ -65,16 +65,16 @@ module Google
65
65
  end
66
66
  end
67
67
 
68
- # Message describing Attribute object
68
+ # A key-value pair representing a custom attribute associated with a resource.
69
69
  class Attribute
70
70
  include Google::Apis::Core::Hashable
71
71
 
72
- # Required. Key of attribute
72
+ # Required. The key of the attribute.
73
73
  # Corresponds to the JSON property `key`
74
74
  # @return [String]
75
75
  attr_accessor :key
76
76
 
77
- # Required. Value of attribute
77
+ # Required. The value of the attribute.
78
78
  # Corresponds to the JSON property `value`
79
79
  # @return [String]
80
80
  attr_accessor :value
@@ -103,7 +103,8 @@ module Google
103
103
  end
104
104
  end
105
105
 
106
- # Message for response to checking the availability of IpamAdminScopes
106
+ # Response message for the CloudNumberRegistry.CheckAvailabilityIpamAdminScopes
107
+ # method.
107
108
  class CheckAvailabilityIpamAdminScopesResponse
108
109
  include Google::Apis::Core::Hashable
109
110
 
@@ -122,7 +123,7 @@ module Google
122
123
  end
123
124
  end
124
125
 
125
- # Message for cleaning up a IpamAdminScope
126
+ # Request message for the CloudNumberRegistry.CleanupIpamAdminScope method.
126
127
  class CleanupIpamAdminScopeRequest
127
128
  include Google::Apis::Core::Hashable
128
129
 
@@ -150,7 +151,7 @@ module Google
150
151
  end
151
152
  end
152
153
 
153
- # Message describing CustomRange object
154
+ # A CustomRange represents a user-defined IP address range.
154
155
  class CustomRange
155
156
  include Google::Apis::Core::Hashable
156
157
 
@@ -159,7 +160,7 @@ module Google
159
160
  # @return [Array<Google::Apis::CloudnumberregistryV1alpha::Attribute>]
160
161
  attr_accessor :attributes
161
162
 
162
- # Optional. Description of the CustomRange.
163
+ # Optional. The description of the CustomRange.
163
164
  # Corresponds to the JSON property `description`
164
165
  # @return [String]
165
166
  attr_accessor :description
@@ -174,33 +175,37 @@ module Google
174
175
  # @return [String]
175
176
  attr_accessor :ipv6_cidr_range
176
177
 
177
- # Optional. Labels as key value pairs
178
+ # Optional. User-defined labels.
178
179
  # Corresponds to the JSON property `labels`
179
180
  # @return [Hash<String,String>]
180
181
  attr_accessor :labels
181
182
 
182
- # Required. Identifier. name of resource
183
+ # Required. Identifier. The resource name of the CustomRange, in the format `
184
+ # projects/`project`/locations/`location`/customRanges/`custom_range``.
183
185
  # Corresponds to the JSON property `name`
184
186
  # @return [String]
185
187
  attr_accessor :name
186
188
 
187
- # Optional. The parent range of the CustomRange. Do not allow setting parent
188
- # range if realm is specified. Format must follow this pattern: projects/`
189
- # project`/locations/`location`/customRanges/`custom_range`
189
+ # Optional. The resource name of the parent CustomRange, in the format `projects/
190
+ # `project`/locations/`location`/customRanges/`custom_range``. If specified, the
191
+ # parent CustomRange must be in the same RegistryBook. This field is mutually
192
+ # exclusive with the `realm` field, as the Realm is inherited from the parent
193
+ # CustomRange.
190
194
  # Corresponds to the JSON property `parentRange`
191
195
  # @return [String]
192
196
  attr_accessor :parent_range
193
197
 
194
- # Optional. The realm of the CustomRange. The realm must be in the same project
195
- # as the custom range. Do not allow setting realm if parent range is specified,
196
- # since the realm should be inherited from the parent range. Format must follow
197
- # this pattern: projects/`project`/locations/`location`/realms/`realm`
198
+ # Optional. The resource name of the Realm associated with the CustomRange, in
199
+ # the format `projects/`project`/locations/`location`/realms/`realm``. The Realm
200
+ # must be in the same project as the CustomRange. This field must not be set if
201
+ # the `parent_range` field is set, as the Realm will be inherited from the
202
+ # parent CustomRange.
198
203
  # Corresponds to the JSON property `realm`
199
204
  # @return [String]
200
205
  attr_accessor :realm
201
206
 
202
- # Output only. The registry book of the CustomRange. This field is inherited
203
- # from the realm or parent range depending on which one is specified.
207
+ # Output only. The RegistryBook of the CustomRange. This field is inherited from
208
+ # the Realm or parent CustomRange depending on which one is specified.
204
209
  # Corresponds to the JSON property `registryBook`
205
210
  # @return [String]
206
211
  attr_accessor :registry_book
@@ -223,7 +228,7 @@ module Google
223
228
  end
224
229
  end
225
230
 
226
- # Message for disabling a IpamAdminScope
231
+ # Request message for the CloudNumberRegistry.DisableIpamAdminScope method.
227
232
  class DisableIpamAdminScopeRequest
228
233
  include Google::Apis::Core::Hashable
229
234
 
@@ -251,7 +256,8 @@ module Google
251
256
  end
252
257
  end
253
258
 
254
- # Message describing DiscoveredRange object
259
+ # A DiscoveredRange represents an IP address range automatically detected by the
260
+ # discovery pipeline.
255
261
  class DiscoveredRange
256
262
  include Google::Apis::Core::Hashable
257
263
 
@@ -260,14 +266,14 @@ module Google
260
266
  # @return [Array<Google::Apis::CloudnumberregistryV1alpha::Attribute>]
261
267
  attr_accessor :attributes
262
268
 
263
- # Output only. If true, allow child ranges of this range to overlap with each
264
- # other.
269
+ # Output only. If true, allows child DiscoveredRanges of this DiscoveredRange to
270
+ # overlap with each other.
265
271
  # Corresponds to the JSON property `childCidrOverlapAllowed`
266
272
  # @return [Boolean]
267
273
  attr_accessor :child_cidr_overlap_allowed
268
274
  alias_method :child_cidr_overlap_allowed?, :child_cidr_overlap_allowed
269
275
 
270
- # Output only. [Output only] Create time stamp
276
+ # Output only. The time at which the DiscoveredRange was created.
271
277
  # Corresponds to the JSON property `createTime`
272
278
  # @return [String]
273
279
  attr_accessor :create_time
@@ -277,7 +283,8 @@ module Google
277
283
  # @return [String]
278
284
  attr_accessor :description
279
285
 
280
- # Discovery metadata of the discovered resource.
286
+ # Metadata about a discovered resource, tracking event times, state, and source
287
+ # information.
281
288
  # Corresponds to the JSON property `discoveryMetadata`
282
289
  # @return [Google::Apis::CloudnumberregistryV1alpha::DiscoveryMetadata]
283
290
  attr_accessor :discovery_metadata
@@ -292,32 +299,34 @@ module Google
292
299
  # @return [String]
293
300
  attr_accessor :ipv6_cidr_range
294
301
 
295
- # Optional. Labels as key value pairs
302
+ # Optional. User-defined labels.
296
303
  # Corresponds to the JSON property `labels`
297
304
  # @return [Hash<String,String>]
298
305
  attr_accessor :labels
299
306
 
300
- # Required. Identifier. Name of the DiscoveredRange.
307
+ # Required. Identifier. The resource name of the DiscoveredRange, in the format `
308
+ # projects/`project`/locations/`location`/discoveredRanges/`discovered_range``.
301
309
  # Corresponds to the JSON property `name`
302
310
  # @return [String]
303
311
  attr_accessor :name
304
312
 
305
- # Optional. The parent range of the DiscoveredRange.
313
+ # Optional. The resource name of the parent DiscoveredRange, in the format `
314
+ # projects/`project`/locations/`location`/discoveredRanges/`discovered_range``.
306
315
  # Corresponds to the JSON property `parentRange`
307
316
  # @return [String]
308
317
  attr_accessor :parent_range
309
318
 
310
- # Optional. The realm of the DiscoveredRange.
319
+ # Optional. The Realm of the DiscoveredRange.
311
320
  # Corresponds to the JSON property `realm`
312
321
  # @return [String]
313
322
  attr_accessor :realm
314
323
 
315
- # Output only. The registry book of the DiscoveredRange.
324
+ # Output only. The RegistryBook of the DiscoveredRange.
316
325
  # Corresponds to the JSON property `registryBook`
317
326
  # @return [String]
318
327
  attr_accessor :registry_book
319
328
 
320
- # Output only. [Output only] Update time stamp
329
+ # Output only. The time at which the DiscoveredRange was last updated.
321
330
  # Corresponds to the JSON property `updateTime`
322
331
  # @return [String]
323
332
  attr_accessor :update_time
@@ -344,7 +353,8 @@ module Google
344
353
  end
345
354
  end
346
355
 
347
- # Discovery metadata of the discovered resource.
356
+ # Metadata about a discovered resource, tracking event times, state, and source
357
+ # information.
348
358
  class DiscoveryMetadata
349
359
  include Google::Apis::Core::Hashable
350
360
 
@@ -377,7 +387,7 @@ module Google
377
387
  # Output only. A single source resource can be the source of multiple CNR
378
388
  # resources. This sub_id is used to distinguish between the different CNR
379
389
  # resources derived from the same upstream resource. For example, a single
380
- # subnetwork can be the source of multiple ranges, one for each protocol. In
390
+ # subnetwork can be the source of multiple Ranges, one for each protocol. In
381
391
  # this case, the sub_id could be "private-ipv4" or "private-ipv6".
382
392
  # Corresponds to the JSON property `sourceSubId`
383
393
  # @return [String]
@@ -426,11 +436,12 @@ module Google
426
436
  end
427
437
  end
428
438
 
429
- # Message for the response to finding free IP ranges.
439
+ # Response message for the CloudNumberRegistry.FindCustomRangeFreeIpRanges
440
+ # method.
430
441
  class FindCustomRangeFreeIpRangesResponse
431
442
  include Google::Apis::Core::Hashable
432
443
 
433
- # Output only. Free IP CIDR ranges found in the CustomRange.
444
+ # Output only. The free IP CIDR ranges found.
434
445
  # Corresponds to the JSON property `freeIpCidrRanges`
435
446
  # @return [Array<String>]
436
447
  attr_accessor :free_ip_cidr_ranges
@@ -445,11 +456,12 @@ module Google
445
456
  end
446
457
  end
447
458
 
448
- # Message for the response to finding free IP ranges.
459
+ # Response message for the CloudNumberRegistry.FindDiscoveredRangeFreeIpRanges
460
+ # method.
449
461
  class FindDiscoveredRangeFreeIpRangesResponse
450
462
  include Google::Apis::Core::Hashable
451
463
 
452
- # Output only. Free IP CIDR ranges found in the DiscoveredRange.
464
+ # Output only. The free IP CIDR ranges found.
453
465
  # Corresponds to the JSON property `freeIpCidrRanges`
454
466
  # @return [Array<String>]
455
467
  attr_accessor :free_ip_cidr_ranges
@@ -464,27 +476,29 @@ module Google
464
476
  end
465
477
  end
466
478
 
467
- # Message describing IpamAdminScope object
479
+ # An IpamAdminScope defines the administrative boundary for IP address discovery
480
+ # and management. It configures which platforms and organizational scopes are
481
+ # enabled for IP tracking.
468
482
  class IpamAdminScope
469
483
  include Google::Apis::Core::Hashable
470
484
 
471
- # Output only. [Output only] Create time stamp
485
+ # Output only. The time at which the IpamAdminScope was created.
472
486
  # Corresponds to the JSON property `createTime`
473
487
  # @return [String]
474
488
  attr_accessor :create_time
475
489
 
476
- # Required. Addon platforms that are enabled for this IPAM admin scope. Cloud
490
+ # Required. Add-on platforms that are enabled for this IpamAdminScope. Cloud
477
491
  # Number Registry only discovers the IP addresses from the enabled platforms.
478
492
  # Corresponds to the JSON property `enabledAddonPlatforms`
479
493
  # @return [Array<String>]
480
494
  attr_accessor :enabled_addon_platforms
481
495
 
482
- # Optional. Labels as key value pairs
496
+ # Optional. User-defined labels.
483
497
  # Corresponds to the JSON property `labels`
484
498
  # @return [Hash<String,String>]
485
499
  attr_accessor :labels
486
500
 
487
- # Required. Identifier. name of resource
501
+ # Required. Identifier. The resource name of the IpamAdminScope.
488
502
  # Corresponds to the JSON property `name`
489
503
  # @return [String]
490
504
  attr_accessor :name
@@ -501,7 +515,7 @@ module Google
501
515
  # @return [String]
502
516
  attr_accessor :state
503
517
 
504
- # Output only. [Output only] Update time stamp
518
+ # Output only. The time at which the IpamAdminScope was last updated.
505
519
  # Corresponds to the JSON property `updateTime`
506
520
  # @return [String]
507
521
  attr_accessor :update_time
@@ -522,7 +536,7 @@ module Google
522
536
  end
523
537
  end
524
538
 
525
- # Message for the availability of an IpamAdminScope
539
+ # Availability details for a specific IpamAdminScope.
526
540
  class IpamAdminScopeAvailability
527
541
  include Google::Apis::Core::Hashable
528
542
 
@@ -553,16 +567,17 @@ module Google
553
567
  end
554
568
  end
555
569
 
556
- # Message for response to listing CustomRanges
570
+ # Response message for the CloudNumberRegistry.ListCustomRanges method.
557
571
  class ListCustomRangesResponse
558
572
  include Google::Apis::Core::Hashable
559
573
 
560
- # The list of CustomRange
574
+ # The list of CustomRanges.
561
575
  # Corresponds to the JSON property `customRanges`
562
576
  # @return [Array<Google::Apis::CloudnumberregistryV1alpha::CustomRange>]
563
577
  attr_accessor :custom_ranges
564
578
 
565
- # A token identifying a page of results the server should return.
579
+ # A token to retrieve the next page of results, or empty if there are no more
580
+ # results in the list.
566
581
  # Corresponds to the JSON property `nextPageToken`
567
582
  # @return [String]
568
583
  attr_accessor :next_page_token
@@ -584,16 +599,17 @@ module Google
584
599
  end
585
600
  end
586
601
 
587
- # Message for response to listing DiscoveredRanges
602
+ # Response message for the CloudNumberRegistry.ListDiscoveredRanges method.
588
603
  class ListDiscoveredRangesResponse
589
604
  include Google::Apis::Core::Hashable
590
605
 
591
- # The list of DiscoveredRange
606
+ # The list of DiscoveredRanges.
592
607
  # Corresponds to the JSON property `discoveredRanges`
593
608
  # @return [Array<Google::Apis::CloudnumberregistryV1alpha::DiscoveredRange>]
594
609
  attr_accessor :discovered_ranges
595
610
 
596
- # A token identifying a page of results the server should return.
611
+ # A token to retrieve the next page of results, or empty if there are no more
612
+ # results in the list.
597
613
  # Corresponds to the JSON property `nextPageToken`
598
614
  # @return [String]
599
615
  attr_accessor :next_page_token
@@ -615,16 +631,17 @@ module Google
615
631
  end
616
632
  end
617
633
 
618
- # Message for response to listing ipamAdminScopes
634
+ # Response message for the CloudNumberRegistry.ListIpamAdminScopes method.
619
635
  class ListIpamAdminScopesResponse
620
636
  include Google::Apis::Core::Hashable
621
637
 
622
- # The list of IpamAdminScope
638
+ # The list of IpamAdminScopes.
623
639
  # Corresponds to the JSON property `ipamAdminScopes`
624
640
  # @return [Array<Google::Apis::CloudnumberregistryV1alpha::IpamAdminScope>]
625
641
  attr_accessor :ipam_admin_scopes
626
642
 
627
- # A token identifying a page of results the server should return.
643
+ # A token to retrieve the next page of results, or empty if there are no more
644
+ # results in the list.
628
645
  # Corresponds to the JSON property `nextPageToken`
629
646
  # @return [String]
630
647
  attr_accessor :next_page_token
@@ -705,7 +722,7 @@ module Google
705
722
  end
706
723
  end
707
724
 
708
- # Message for response to listing Realms
725
+ # Response message for the CloudNumberRegistry.ListRealms method.
709
726
  class ListRealmsResponse
710
727
  include Google::Apis::Core::Hashable
711
728
 
@@ -714,7 +731,7 @@ module Google
714
731
  # @return [String]
715
732
  attr_accessor :next_page_token
716
733
 
717
- # The list of Realm
734
+ # The list of Realms.
718
735
  # Corresponds to the JSON property `realms`
719
736
  # @return [Array<Google::Apis::CloudnumberregistryV1alpha::Realm>]
720
737
  attr_accessor :realms
@@ -736,7 +753,7 @@ module Google
736
753
  end
737
754
  end
738
755
 
739
- # Message for response to listing RegistryBooks
756
+ # Response message for the CloudNumberRegistry.ListRegistryBooks method.
740
757
  class ListRegistryBooksResponse
741
758
  include Google::Apis::Core::Hashable
742
759
 
@@ -935,21 +952,23 @@ module Google
935
952
  end
936
953
  end
937
954
 
938
- # Message describing either a CustomRange or a DiscoveredRange.
955
+ # Represents either a CustomRange or a DiscoveredRange.
939
956
  class Range
940
957
  include Google::Apis::Core::Hashable
941
958
 
942
- # Message describing CustomRange object
959
+ # A CustomRange represents a user-defined IP address range.
943
960
  # Corresponds to the JSON property `customRange`
944
961
  # @return [Google::Apis::CloudnumberregistryV1alpha::CustomRange]
945
962
  attr_accessor :custom_range
946
963
 
947
- # Message describing DiscoveredRange object
964
+ # A DiscoveredRange represents an IP address range automatically detected by the
965
+ # discovery pipeline.
948
966
  # Corresponds to the JSON property `discoveredRange`
949
967
  # @return [Google::Apis::CloudnumberregistryV1alpha::DiscoveredRange]
950
968
  attr_accessor :discovered_range
951
969
 
952
- # Message for the utilization of an IP range
970
+ # Utilization metrics for an IP Range, including consumed and produced address
971
+ # counts.
953
972
  # Corresponds to the JSON property `utilization`
954
973
  # @return [Google::Apis::CloudnumberregistryV1alpha::RangeUtilization]
955
974
  attr_accessor :utilization
@@ -966,21 +985,22 @@ module Google
966
985
  end
967
986
  end
968
987
 
969
- # Message for the utilization of an IP range
988
+ # Utilization metrics for an IP Range, including consumed and produced address
989
+ # counts.
970
990
  class RangeUtilization
971
991
  include Google::Apis::Core::Hashable
972
992
 
973
- # Output only. The total number of IP addresses consumed in the range.
993
+ # Output only. The total number of IP addresses consumed in the Range.
974
994
  # Corresponds to the JSON property `totalConsumed`
975
995
  # @return [String]
976
996
  attr_accessor :total_consumed
977
997
 
978
- # Output only. The total number of IP addresses produced in the range.
998
+ # Output only. The total number of IP addresses produced in the Range.
979
999
  # Corresponds to the JSON property `totalProduced`
980
1000
  # @return [String]
981
1001
  attr_accessor :total_produced
982
1002
 
983
- # Output only. The usage of the range as a percentage. This is marked as
1003
+ # Output only. The usage of the Range as a percentage. This is marked as
984
1004
  # optional so that we have presence tracking and API responses show 0.0 instead
985
1005
  # of NULL.
986
1006
  # Corresponds to the JSON property `usage`
@@ -999,7 +1019,9 @@ module Google
999
1019
  end
1000
1020
  end
1001
1021
 
1002
- # Message describing Realm object
1022
+ # A Realm represents a distinct network domain or security zone. It groups
1023
+ # Ranges that share the same traffic and management characteristics. All the
1024
+ # ranges in a Realm are routable to each other, meaning that they cannot overlap.
1003
1025
  class Realm
1004
1026
  include Google::Apis::Core::Hashable
1005
1027
 
@@ -1008,47 +1030,48 @@ module Google
1008
1030
  # @return [Google::Apis::CloudnumberregistryV1alpha::RealmAggregatedData]
1009
1031
  attr_accessor :aggregated_data
1010
1032
 
1011
- # Output only. [Output only] Create time stamp
1033
+ # Output only. The time at which the Realm was created.
1012
1034
  # Corresponds to the JSON property `createTime`
1013
1035
  # @return [String]
1014
1036
  attr_accessor :create_time
1015
1037
 
1016
- # Discovery metadata of the discovered resource.
1038
+ # Metadata about a discovered resource, tracking event times, state, and source
1039
+ # information.
1017
1040
  # Corresponds to the JSON property `discoveryMetadata`
1018
1041
  # @return [Google::Apis::CloudnumberregistryV1alpha::DiscoveryMetadata]
1019
1042
  attr_accessor :discovery_metadata
1020
1043
 
1021
- # Optional. IP version of the realm.
1044
+ # Optional. IP version of the Realm.
1022
1045
  # Corresponds to the JSON property `ipVersion`
1023
1046
  # @return [String]
1024
1047
  attr_accessor :ip_version
1025
1048
 
1026
- # Optional. Labels as key value pairs
1049
+ # Optional. User-defined labels.
1027
1050
  # Corresponds to the JSON property `labels`
1028
1051
  # @return [Hash<String,String>]
1029
1052
  attr_accessor :labels
1030
1053
 
1031
- # Required. Management type of realm.
1054
+ # Required. Management type of the Realm.
1032
1055
  # Corresponds to the JSON property `managementType`
1033
1056
  # @return [String]
1034
1057
  attr_accessor :management_type
1035
1058
 
1036
- # Required. Identifier. Unique name/ID of the realm
1059
+ # Required. Identifier. The resource name of the Realm.
1037
1060
  # Corresponds to the JSON property `name`
1038
1061
  # @return [String]
1039
1062
  attr_accessor :name
1040
1063
 
1041
- # Required. URI of the registry book that claims the realm.
1064
+ # Required. Name of the RegistryBook that claims the Realm.
1042
1065
  # Corresponds to the JSON property `registryBook`
1043
1066
  # @return [String]
1044
1067
  attr_accessor :registry_book
1045
1068
 
1046
- # Required. Traffic type of realm.
1069
+ # Required. Traffic type of the Realm.
1047
1070
  # Corresponds to the JSON property `trafficType`
1048
1071
  # @return [String]
1049
1072
  attr_accessor :traffic_type
1050
1073
 
1051
- # Output only. [Output only] Update time stamp
1074
+ # Output only. The time at which the Realm was last updated.
1052
1075
  # Corresponds to the JSON property `updateTime`
1053
1076
  # @return [String]
1054
1077
  attr_accessor :update_time
@@ -1076,12 +1099,12 @@ module Google
1076
1099
  class RealmAggregatedData
1077
1100
  include Google::Apis::Core::Hashable
1078
1101
 
1079
- # Output only. Number of custom ranges in the Realm.
1102
+ # Output only. Number of CustomRanges in the Realm.
1080
1103
  # Corresponds to the JSON property `customRangesCount`
1081
1104
  # @return [Fixnum]
1082
1105
  attr_accessor :custom_ranges_count
1083
1106
 
1084
- # Output only. Number of discovered ranges in the Realm.
1107
+ # Output only. Number of DiscoveredRanges in the Realm.
1085
1108
  # Corresponds to the JSON property `discoveredRangesCount`
1086
1109
  # @return [Fixnum]
1087
1110
  attr_accessor :discovered_ranges_count
@@ -1097,7 +1120,8 @@ module Google
1097
1120
  end
1098
1121
  end
1099
1122
 
1100
- # Message describing RegistryBook object
1123
+ # A RegistryBook organizes and manages IP address space. It claims specific
1124
+ # scopes (such as projects) and groups related Realms and Ranges.
1101
1125
  class RegistryBook
1102
1126
  include Google::Apis::Core::Hashable
1103
1127
 
@@ -1113,7 +1137,7 @@ module Google
1113
1137
  # @return [Array<String>]
1114
1138
  attr_accessor :claimed_scopes
1115
1139
 
1116
- # Output only. [Output only] Create time stamp
1140
+ # Output only. The time at which the RegistryBook was created.
1117
1141
  # Corresponds to the JSON property `createTime`
1118
1142
  # @return [String]
1119
1143
  attr_accessor :create_time
@@ -1124,17 +1148,17 @@ module Google
1124
1148
  attr_accessor :is_default
1125
1149
  alias_method :is_default?, :is_default
1126
1150
 
1127
- # Optional. Labels as key value pairs
1151
+ # Optional. User-defined labels.
1128
1152
  # Corresponds to the JSON property `labels`
1129
1153
  # @return [Hash<String,String>]
1130
1154
  attr_accessor :labels
1131
1155
 
1132
- # Required. Identifier. name of resource
1156
+ # Required. Identifier. The resource name of the RegistryBook.
1133
1157
  # Corresponds to the JSON property `name`
1134
1158
  # @return [String]
1135
1159
  attr_accessor :name
1136
1160
 
1137
- # Output only. [Output only] Update time stamp
1161
+ # Output only. The time at which the RegistryBook was last updated.
1138
1162
  # Corresponds to the JSON property `updateTime`
1139
1163
  # @return [String]
1140
1164
  attr_accessor :update_time
@@ -1155,11 +1179,16 @@ module Google
1155
1179
  end
1156
1180
  end
1157
1181
 
1158
- # Message for searching IP resources
1182
+ # Request message for the CloudNumberRegistry.SearchIpResources method.
1159
1183
  class SearchIpResourcesRequest
1160
1184
  include Google::Apis::Core::Hashable
1161
1185
 
1162
- # Optional. Hint for how to order the results
1186
+ # Optional. Hint for how to order the results. Supported sort fields are: - `
1187
+ # name`: Sort alphabetically by the resource name. - `create_time`: Sort by the
1188
+ # creation timestamp of the resource. - `update_time`: Sort by the last update
1189
+ # timestamp of the resource. Supported directions are `asc` (ascending) and `
1190
+ # desc` (descending). If unspecified, direction defaults to `asc`. Only sorting
1191
+ # by a single field is supported.
1163
1192
  # Corresponds to the JSON property `orderBy`
1164
1193
  # @return [String]
1165
1194
  attr_accessor :order_by
@@ -1178,30 +1207,31 @@ module Google
1178
1207
  # Optional. Search query. This string filters resources in an AIP-160-like
1179
1208
  # format. It has some limitations. You can only specify top level conjunctions
1180
1209
  # or attribute level negations. Each restriction can only be used once except
1181
- # the attribute restriction. The available restrictions for ranges are: - `realm`
1182
- # : The realm name to search in. - `ip_address`: The IP address to search for
1183
- # within ranges. - `ip_version`: The IP version to filter by (e.g., "IPV4", "
1184
- # IPV6"). - `parent_range`: The parent range of the range to search for. - `
1185
- # attribute_text`: The attribute text to search for within ranges. - `attribute`:
1210
+ # the attribute restriction. The available restrictions for Ranges are: - `realm`
1211
+ # : The Realm name to search in. - `ip_address`: The IP address to search for
1212
+ # within Ranges. - `ip_version`: The IP version to filter by (e.g., "IPV4", "
1213
+ # IPV6"). - `parent_range`: The parent Range of the Range to search for. - `
1214
+ # attribute_text`: The attribute text to search for within Ranges. - `attribute`:
1186
1215
  # The attribute key and value to filter by. The available restrictions for
1187
- # realms are: - `ip_version`: The IP version to search for. Only one of
1216
+ # Realms are: - `ip_version`: The IP version to search for. - `management_type`:
1217
+ # The management type of the Realm (e.g., "CNR", "USER"). Only one of
1188
1218
  # attribute_text or multiple attribute filters can be specified. Examples: - `
1189
1219
  # realm=test-realm` - `realm=test-realm AND ip_address=10.0.0.0` - `realm=test-
1190
1220
  # realm AND ip_version=IPV6` - `realm=test-realm AND attribute_text=test` - `
1191
1221
  # ip_address=10.0.0.0 AND attribute:(key1=value1) AND attribute:(key2=value2)` -
1192
1222
  # `attribute_text=test AND parent_range=projects/123/locations/global/
1193
- # discoveredRanges/test-parent-range`
1223
+ # discoveredRanges/test-parent-range` - `management_type=CNR`
1194
1224
  # Corresponds to the JSON property `query`
1195
1225
  # @return [String]
1196
1226
  attr_accessor :query
1197
1227
 
1198
1228
  # Optional. The type of resources to search for. If not specified, the server
1199
- # will return ranges.
1229
+ # will return Ranges.
1200
1230
  # Corresponds to the JSON property `searchResourceTypes`
1201
1231
  # @return [Array<String>]
1202
1232
  attr_accessor :search_resource_types
1203
1233
 
1204
- # Optional. Whether to show the utilization of the ranges in the response.
1234
+ # Optional. Whether to show the utilization of the Ranges in the response.
1205
1235
  # Corresponds to the JSON property `showUtilization`
1206
1236
  # @return [Boolean]
1207
1237
  attr_accessor :show_utilization
@@ -1222,7 +1252,7 @@ module Google
1222
1252
  end
1223
1253
  end
1224
1254
 
1225
- # Message for response to searching IP resources
1255
+ # Response message for the CloudNumberRegistry.SearchIpResources method.
1226
1256
  class SearchIpResourcesResponse
1227
1257
  include Google::Apis::Core::Hashable
1228
1258
 
@@ -1231,7 +1261,7 @@ module Google
1231
1261
  # @return [String]
1232
1262
  attr_accessor :next_page_token
1233
1263
 
1234
- # Deprecated: Use results field instead. The list of ranges matching the search
1264
+ # Deprecated: Use results field instead. The list of Ranges matching the search
1235
1265
  # query.
1236
1266
  # Corresponds to the JSON property `ranges`
1237
1267
  # @return [Array<Google::Apis::CloudnumberregistryV1alpha::Range>]
@@ -1260,16 +1290,18 @@ module Google
1260
1290
  end
1261
1291
  end
1262
1292
 
1263
- # A result matching the search query, which can be either a range or a realm.
1293
+ # A result matching the search query, which can be either a Range or a Realm.
1264
1294
  class SearchIpResourcesResult
1265
1295
  include Google::Apis::Core::Hashable
1266
1296
 
1267
- # Message describing either a CustomRange or a DiscoveredRange.
1297
+ # Represents either a CustomRange or a DiscoveredRange.
1268
1298
  # Corresponds to the JSON property `range`
1269
1299
  # @return [Google::Apis::CloudnumberregistryV1alpha::Range]
1270
1300
  attr_accessor :range
1271
1301
 
1272
- # Message describing Realm object
1302
+ # A Realm represents a distinct network domain or security zone. It groups
1303
+ # Ranges that share the same traffic and management characteristics. All the
1304
+ # ranges in a Realm are routable to each other, meaning that they cannot overlap.
1273
1305
  # Corresponds to the JSON property `realm`
1274
1306
  # @return [Google::Apis::CloudnumberregistryV1alpha::Realm]
1275
1307
  attr_accessor :realm
@@ -1285,16 +1317,17 @@ module Google
1285
1317
  end
1286
1318
  end
1287
1319
 
1288
- # Message for the response to getting the utilization of a CustomRange
1320
+ # Response message for the CloudNumberRegistry.ShowCustomRangeUtilization method.
1289
1321
  class ShowCustomRangeUtilizationResponse
1290
1322
  include Google::Apis::Core::Hashable
1291
1323
 
1292
- # Message describing CustomRange object
1324
+ # A CustomRange represents a user-defined IP address range.
1293
1325
  # Corresponds to the JSON property `customRange`
1294
1326
  # @return [Google::Apis::CloudnumberregistryV1alpha::CustomRange]
1295
1327
  attr_accessor :custom_range
1296
1328
 
1297
- # Message for the utilization of an IP range
1329
+ # Utilization metrics for an IP Range, including consumed and produced address
1330
+ # counts.
1298
1331
  # Corresponds to the JSON property `rangeUtilization`
1299
1332
  # @return [Google::Apis::CloudnumberregistryV1alpha::RangeUtilization]
1300
1333
  attr_accessor :range_utilization
@@ -1310,16 +1343,19 @@ module Google
1310
1343
  end
1311
1344
  end
1312
1345
 
1313
- # Message for the response to getting the utilization of a DiscoveredRange
1346
+ # Response message for the CloudNumberRegistry.ShowDiscoveredRangeUtilization
1347
+ # method.
1314
1348
  class ShowDiscoveredRangeUtilizationResponse
1315
1349
  include Google::Apis::Core::Hashable
1316
1350
 
1317
- # Message describing DiscoveredRange object
1351
+ # A DiscoveredRange represents an IP address range automatically detected by the
1352
+ # discovery pipeline.
1318
1353
  # Corresponds to the JSON property `discoveredRange`
1319
1354
  # @return [Google::Apis::CloudnumberregistryV1alpha::DiscoveredRange]
1320
1355
  attr_accessor :discovered_range
1321
1356
 
1322
- # Message for the utilization of an IP range
1357
+ # Utilization metrics for an IP Range, including consumed and produced address
1358
+ # counts.
1323
1359
  # Corresponds to the JSON property `rangeUtilization`
1324
1360
  # @return [Google::Apis::CloudnumberregistryV1alpha::RangeUtilization]
1325
1361
  attr_accessor :range_utilization
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudnumberregistryV1alpha
18
18
  # Version of the google-apis-cloudnumberregistry_v1alpha gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260506"
25
+ REVISION = "20260527"
26
26
  end
27
27
  end
28
28
  end
@@ -139,10 +139,11 @@ module Google
139
139
 
140
140
  # Creates a new CustomRange in a given project and location.
141
141
  # @param [String] parent
142
- # Required. Value for parent.
142
+ # Required. The parent resource name where the CustomRange will be created.
143
143
  # @param [Google::Apis::CloudnumberregistryV1alpha::CustomRange] custom_range_object
144
144
  # @param [String] custom_range_id
145
- # Required. Id of the requesting object.
145
+ # Required. The ID to use for the CustomRange, which will become the final
146
+ # segment of the resource name.
146
147
  # @param [String] request_id
147
148
  # Optional. An optional request ID to identify requests. Specify a unique
148
149
  # request ID so that if you must retry your request, the server will know to
@@ -187,7 +188,7 @@ module Google
187
188
 
188
189
  # Deletes a single CustomRange.
189
190
  # @param [String] name
190
- # Required. Name of the resource
191
+ # Required. The resource name of the CustomRange to delete.
191
192
  # @param [Boolean] force
192
193
  # Optional. If set to true, all associated resources will be deleted.
193
194
  # @param [String] request_id
@@ -232,7 +233,7 @@ module Google
232
233
 
233
234
  # Finds free IP ranges in a single CustomRange.
234
235
  # @param [String] name
235
- # Required. Name of the CustomRange.
236
+ # Required. The resource name of the CustomRange to search within.
236
237
  # @param [Fixnum] cidr_prefix_length
237
238
  # Required. The prefix length of the free IP ranges to find.
238
239
  # @param [Fixnum] range_count
@@ -280,7 +281,7 @@ module Google
280
281
 
281
282
  # Gets details of a single CustomRange.
282
283
  # @param [String] name
283
- # Required. Name of the resource
284
+ # Required. The resource name of the CustomRange to retrieve.
284
285
  # @param [String] fields
285
286
  # Selector specifying which fields to include in a partial response.
286
287
  # @param [String] quota_user
@@ -310,9 +311,9 @@ module Google
310
311
 
311
312
  # Lists CustomRanges in a given project and location.
312
313
  # @param [String] parent
313
- # Required. Parent value for ListCustomRangesRequest
314
+ # Required. The parent resource name, for example `projects/*/locations/*`.
314
315
  # @param [String] filter
315
- # Optional. Filtering results.
316
+ # Optional. Filter expression to filter the results.
316
317
  # @param [String] order_by
317
318
  # Optional. Hint for how to order the results.
318
319
  # @param [Fixnum] page_size
@@ -353,7 +354,8 @@ module Google
353
354
 
354
355
  # Updates the parameters of a single CustomRange.
355
356
  # @param [String] name
356
- # Required. Identifier. name of resource
357
+ # Required. Identifier. The resource name of the CustomRange, in the format `
358
+ # projects/`project`/locations/`location`/customRanges/`custom_range``.
357
359
  # @param [Google::Apis::CloudnumberregistryV1alpha::CustomRange] custom_range_object
358
360
  # @param [String] request_id
359
361
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -405,7 +407,7 @@ module Google
405
407
 
406
408
  # Gets the details of a single CustomRange and its utilization.
407
409
  # @param [String] name
408
- # Required. Name of the resource
410
+ # Required. The resource name of the CustomRange.
409
411
  # @param [String] fields
410
412
  # Selector specifying which fields to include in a partial response.
411
413
  # @param [String] quota_user
@@ -435,7 +437,7 @@ module Google
435
437
 
436
438
  # Finds free IP ranges in a single DiscoveredRange.
437
439
  # @param [String] name
438
- # Required. Name of the DiscoveredRange.
440
+ # Required. The resource name of the DiscoveredRange to search within.
439
441
  # @param [Fixnum] cidr_prefix_length
440
442
  # Required. The prefix length of the free IP ranges to find.
441
443
  # @param [Fixnum] range_count
@@ -483,7 +485,7 @@ module Google
483
485
 
484
486
  # Gets details of a single DiscoveredRange.
485
487
  # @param [String] name
486
- # Required. Name of the resource
488
+ # Required. The resource name of the DiscoveredRange to retrieve.
487
489
  # @param [String] fields
488
490
  # Selector specifying which fields to include in a partial response.
489
491
  # @param [String] quota_user
@@ -513,9 +515,9 @@ module Google
513
515
 
514
516
  # Lists DiscoveredRanges in a given project and location.
515
517
  # @param [String] parent
516
- # Required. Parent value for ListDiscoveredRangesRequest
518
+ # Required. The parent resource name, for example `projects/*/locations/*`.
517
519
  # @param [String] filter
518
- # Optional. Filtering results.
520
+ # Optional. Filter expression to filter the results.
519
521
  # @param [String] order_by
520
522
  # Optional. Hint for how to order the results.
521
523
  # @param [Fixnum] page_size
@@ -556,7 +558,7 @@ module Google
556
558
 
557
559
  # Gets the details of a single DiscoveredRange and its utilization.
558
560
  # @param [String] name
559
- # Required. Name of the resource
561
+ # Required. The resource name of the DiscoveredRange.
560
562
  # @param [String] fields
561
563
  # Selector specifying which fields to include in a partial response.
562
564
  # @param [String] quota_user
@@ -584,11 +586,11 @@ module Google
584
586
  execute_or_queue_command(command, &block)
585
587
  end
586
588
 
587
- # Checks the availability of IPAM admin scopes in a given project and location.
589
+ # Checks the availability of IpamAdminScopes in a given project and location.
588
590
  # @param [String] parent
589
- # Required. Parent value for the IpamAdminScopes.
591
+ # Required. The parent resource name, for example `projects/*/locations/*`.
590
592
  # @param [Array<String>, String] scopes
591
- # Required. The scopes of the IpamAdminScopes to look for.
593
+ # Required. The administrative scopes to check for availability.
592
594
  # @param [String] fields
593
595
  # Selector specifying which fields to include in a partial response.
594
596
  # @param [String] quota_user
@@ -619,7 +621,7 @@ module Google
619
621
 
620
622
  # Cleans up a single IpamAdminScope.
621
623
  # @param [String] name
622
- # Required. Name of the resource
624
+ # Required. The resource name of the IpamAdminScope to clean up.
623
625
  # @param [Google::Apis::CloudnumberregistryV1alpha::CleanupIpamAdminScopeRequest] cleanup_ipam_admin_scope_request_object
624
626
  # @param [String] fields
625
627
  # Selector specifying which fields to include in a partial response.
@@ -652,10 +654,11 @@ module Google
652
654
 
653
655
  # Creates a new IpamAdminScope in a given project and location.
654
656
  # @param [String] parent
655
- # Required. Value for parent.
657
+ # Required. The parent resource name where the IpamAdminScope will be created.
656
658
  # @param [Google::Apis::CloudnumberregistryV1alpha::IpamAdminScope] ipam_admin_scope_object
657
659
  # @param [String] ipam_admin_scope_id
658
- # Required. Id of the requesting object.
660
+ # Required. The ID to use for the IpamAdminScope, which will become the final
661
+ # segment of the resource name.
659
662
  # @param [String] request_id
660
663
  # Optional. An optional request ID to identify requests. Specify a unique
661
664
  # request ID so that if you must retry your request, the server will know to
@@ -700,7 +703,7 @@ module Google
700
703
 
701
704
  # Deletes a single IpamAdminScope.
702
705
  # @param [String] name
703
- # Required. Name of the resource
706
+ # Required. The resource name of the IpamAdminScope to delete.
704
707
  # @param [Boolean] force
705
708
  # Optional. If set to true, all associated resources will be deleted.
706
709
  # @param [String] request_id
@@ -745,7 +748,7 @@ module Google
745
748
 
746
749
  # Disables a single IpamAdminScope.
747
750
  # @param [String] name
748
- # Required. Name of the resource
751
+ # Required. The resource name of the IpamAdminScope to disable.
749
752
  # @param [Google::Apis::CloudnumberregistryV1alpha::DisableIpamAdminScopeRequest] disable_ipam_admin_scope_request_object
750
753
  # @param [String] fields
751
754
  # Selector specifying which fields to include in a partial response.
@@ -778,7 +781,7 @@ module Google
778
781
 
779
782
  # Gets details of a single IpamAdminScope.
780
783
  # @param [String] name
781
- # Required. Name of the resource
784
+ # Required. The resource name of the IpamAdminScope to retrieve.
782
785
  # @param [String] fields
783
786
  # Selector specifying which fields to include in a partial response.
784
787
  # @param [String] quota_user
@@ -806,13 +809,13 @@ module Google
806
809
  execute_or_queue_command(command, &block)
807
810
  end
808
811
 
809
- # List all IPAM admin scopes in a given project and location.
812
+ # Lists IpamAdminScopes in a given project and location.
810
813
  # @param [String] parent
811
- # Required. Parent value for ListIpamAdminScopesRequest
814
+ # Required. The parent resource name, for example `projects/*/locations/*`.
812
815
  # @param [String] filter
813
- # Optional. Filtering results
816
+ # Optional. Filter expression to filter the results.
814
817
  # @param [String] order_by
815
- # Optional. Hint for how to order the results
818
+ # Optional. Hint for how to order the results.
816
819
  # @param [Fixnum] page_size
817
820
  # Optional. Requested page size. Server may return fewer items than requested.
818
821
  # If unspecified, server will pick an appropriate default.
@@ -851,7 +854,7 @@ module Google
851
854
 
852
855
  # Updates the parameters of a single IpamAdminScope.
853
856
  # @param [String] name
854
- # Required. Identifier. name of resource
857
+ # Required. Identifier. The resource name of the IpamAdminScope.
855
858
  # @param [Google::Apis::CloudnumberregistryV1alpha::IpamAdminScope] ipam_admin_scope_object
856
859
  # @param [String] request_id
857
860
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -1056,10 +1059,11 @@ module Google
1056
1059
 
1057
1060
  # Creates a new Realm in a given project and location.
1058
1061
  # @param [String] parent
1059
- # Required. Value for parent.
1062
+ # Required. The parent resource name where the Realm will be created.
1060
1063
  # @param [Google::Apis::CloudnumberregistryV1alpha::Realm] realm_object
1061
1064
  # @param [String] realm_id
1062
- # Required. Id of the requesting object.
1065
+ # Required. The ID to use for the Realm, which will become the final segment of
1066
+ # the resource name.
1063
1067
  # @param [String] request_id
1064
1068
  # Optional. An optional request ID to identify requests. Specify a unique
1065
1069
  # request ID so that if you must retry your request, the server will know to
@@ -1098,7 +1102,7 @@ module Google
1098
1102
 
1099
1103
  # Deletes a single Realm.
1100
1104
  # @param [String] name
1101
- # Required. Name of the resource
1105
+ # Required. The resource name of the Realm to delete.
1102
1106
  # @param [Boolean] force
1103
1107
  # Optional. If set to true, all associated resources will be deleted.
1104
1108
  # @param [String] request_id
@@ -1137,9 +1141,9 @@ module Google
1137
1141
 
1138
1142
  # Gets details of a single Realm.
1139
1143
  # @param [String] name
1140
- # Required. Name of the resource
1144
+ # Required. The resource name of the Realm to retrieve.
1141
1145
  # @param [String] view
1142
- # Optional. The view of the Realm.
1146
+ # Optional. The view of the Realm to retrieve.
1143
1147
  # @param [String] fields
1144
1148
  # Selector specifying which fields to include in a partial response.
1145
1149
  # @param [String] quota_user
@@ -1170,18 +1174,18 @@ module Google
1170
1174
 
1171
1175
  # Lists Realms in a given project and location.
1172
1176
  # @param [String] parent
1173
- # Required. Parent value for ListRealmsRequest
1177
+ # Required. The parent resource name, for example `projects/*/locations/*`.
1174
1178
  # @param [String] filter
1175
- # Optional. Filtering results
1179
+ # Optional. Filter expression to filter the results.
1176
1180
  # @param [String] order_by
1177
- # Optional. Hint for how to order the results
1181
+ # Optional. Hint for how to order the results.
1178
1182
  # @param [Fixnum] page_size
1179
1183
  # Optional. Requested page size. Server may return fewer items than requested.
1180
1184
  # If unspecified, server will pick an appropriate default.
1181
1185
  # @param [String] page_token
1182
1186
  # Optional. A token identifying a page of results the server should return.
1183
1187
  # @param [String] view
1184
- # Optional. The view of the Realm.
1188
+ # Optional. The view of the Realm to retrieve.
1185
1189
  # @param [String] fields
1186
1190
  # Selector specifying which fields to include in a partial response.
1187
1191
  # @param [String] quota_user
@@ -1216,7 +1220,7 @@ module Google
1216
1220
 
1217
1221
  # Updates the parameters of a single Realm.
1218
1222
  # @param [String] name
1219
- # Required. Identifier. Unique name/ID of the realm
1223
+ # Required. Identifier. The resource name of the Realm.
1220
1224
  # @param [Google::Apis::CloudnumberregistryV1alpha::Realm] realm_object
1221
1225
  # @param [String] request_id
1222
1226
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -1259,10 +1263,11 @@ module Google
1259
1263
 
1260
1264
  # Creates a new RegistryBook in a given project and location.
1261
1265
  # @param [String] parent
1262
- # Required. Value for parent.
1266
+ # Required. The parent resource name where the RegistryBook will be created.
1263
1267
  # @param [Google::Apis::CloudnumberregistryV1alpha::RegistryBook] registry_book_object
1264
1268
  # @param [String] registry_book_id
1265
- # Required. Id of the requesting object.
1269
+ # Required. The ID to use for the RegistryBook, which will become the final
1270
+ # segment of the resource name.
1266
1271
  # @param [String] request_id
1267
1272
  # Optional. An optional request ID to identify requests. Specify a unique
1268
1273
  # request ID so that if you must retry your request, the server will know to
@@ -1307,7 +1312,7 @@ module Google
1307
1312
 
1308
1313
  # Deletes a single RegistryBook.
1309
1314
  # @param [String] name
1310
- # Required. Name of the resource
1315
+ # Required. The resource name of the RegistryBook to delete.
1311
1316
  # @param [Boolean] force
1312
1317
  # Optional. If set to true, all associated resources will be deleted.
1313
1318
  # @param [String] request_id
@@ -1352,9 +1357,9 @@ module Google
1352
1357
 
1353
1358
  # Gets details of a single RegistryBook.
1354
1359
  # @param [String] name
1355
- # Required. Name of the resource
1360
+ # Required. The resource name of the RegistryBook to retrieve.
1356
1361
  # @param [String] view
1357
- # Optional. The view of the RegistryBook.
1362
+ # Optional. The view of the RegistryBook to retrieve.
1358
1363
  # @param [String] fields
1359
1364
  # Selector specifying which fields to include in a partial response.
1360
1365
  # @param [String] quota_user
@@ -1385,18 +1390,18 @@ module Google
1385
1390
 
1386
1391
  # Lists RegistryBooks in a given project and location.
1387
1392
  # @param [String] parent
1388
- # Required. Parent value for ListRegistryBooksRequest
1393
+ # Required. The parent resource name, for example `projects/*/locations/*`.
1389
1394
  # @param [String] filter
1390
- # Optional. Filtering results
1395
+ # Optional. Filter expression to filter the results.
1391
1396
  # @param [String] order_by
1392
- # Optional. Hint for how to order the results
1397
+ # Optional. Hint for how to order the results.
1393
1398
  # @param [Fixnum] page_size
1394
1399
  # Optional. Requested page size. Server may return fewer items than requested.
1395
1400
  # If unspecified, server will pick an appropriate default.
1396
1401
  # @param [String] page_token
1397
1402
  # Optional. A token identifying a page of results the server should return.
1398
1403
  # @param [String] view
1399
- # Optional. The view of the RegistryBook.
1404
+ # Optional. The view of the RegistryBook to retrieve.
1400
1405
  # @param [String] fields
1401
1406
  # Selector specifying which fields to include in a partial response.
1402
1407
  # @param [String] quota_user
@@ -1431,7 +1436,7 @@ module Google
1431
1436
 
1432
1437
  # Updates the parameters of a single RegistryBook.
1433
1438
  # @param [String] name
1434
- # Required. Identifier. name of resource
1439
+ # Required. Identifier. The resource name of the RegistryBook.
1435
1440
  # @param [Google::Apis::CloudnumberregistryV1alpha::RegistryBook] registry_book_object
1436
1441
  # @param [String] request_id
1437
1442
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -1483,7 +1488,7 @@ module Google
1483
1488
 
1484
1489
  # Searches IP resources in a given RegistryBook.
1485
1490
  # @param [String] name
1486
- # Required. The name of the RegistryBook to search in.
1491
+ # Required. The resource name of the RegistryBook to search in.
1487
1492
  # @param [Google::Apis::CloudnumberregistryV1alpha::SearchIpResourcesRequest] search_ip_resources_request_object
1488
1493
  # @param [String] fields
1489
1494
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudnumberregistry_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudnumberregistry_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudnumberregistry_v1alpha/v0.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudnumberregistry_v1alpha/v0.2.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudnumberregistry_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="