google-apis-networkconnectivity_v1 0.51.0 → 0.52.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e52b6e69398acfee123b540b2c6955e41868eeb4dfc5ef886341b6e165833a5
4
- data.tar.gz: 251a68d4632d3fa90f5ed0cd732f860a581c1855187da00010a2a767697e4174
3
+ metadata.gz: 0dac17146fddd26c45e803d65203bec708267f35456b65441790f867271fae9c
4
+ data.tar.gz: 690fec1b77fc3e58ad1b94d72ccc6e9665c3581ba3309d22b1170306e1f506d8
5
5
  SHA512:
6
- metadata.gz: 79fbf83a1b4232cfe96d5ff8a5c9b8f1bea562093a686ad0f9b231d9cbd4cc6bb092daf225152b85625fc54925766eecb42bd691d7fb362023c2b51c1358d591
7
- data.tar.gz: d2afb0e4519b39e56281a2a5c34b84f6ae1a2b8be8b97ed69b2bd27f9a03b067ff2c785d6b2e285ce7ddd32c37c21a55492e5fe7d8da9cdfafd13cd38209b8b0
6
+ metadata.gz: 500ab339dde60815a97d0ba6d4a2bd19c3c906ab1aa53b23dfdf07351630a86c9f1dd77eafa900718e720a732e6a33ec4d15cdc556b02b5db192fa76bcf17ce5
7
+ data.tar.gz: 2da3f7039e82a6dc48ca9a51ed4dd17f5d2d9d5c48f0f54d9576f586cb9e6cf6f50866029473cc67a240280c3770cb18f7a76981b966cb34c83883ab0d0a5b55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.52.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250101
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.51.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241112
@@ -160,9 +160,9 @@ module Google
160
160
  class AutoAccept
161
161
  include Google::Apis::Core::Hashable
162
162
 
163
- # A list of project ids or project numbers for which you want to enable auto-
164
- # accept. The auto-accept setting is applied to spokes being created or updated
165
- # in these projects.
163
+ # Optional. A list of project ids or project numbers for which you want to
164
+ # enable auto-accept. The auto-accept setting is applied to spokes being created
165
+ # or updated in these projects.
166
166
  # Corresponds to the JSON property `autoAcceptProjects`
167
167
  # @return [Array<String>]
168
168
  attr_accessor :auto_accept_projects
@@ -715,12 +715,12 @@ module Google
715
715
  # @return [String]
716
716
  attr_accessor :domain
717
717
 
718
- # Additional structured details about this error. Keys must match /a-z+/ but
719
- # should ideally be lowerCamelCase. Also they must be limited to 64 characters
720
- # in length. When identifying the current value of an exceeded limit, the units
721
- # should be contained in the key, not the value. For example, rather than `"
722
- # instanceLimit": "100/request"`, should be returned as, `"
723
- # instanceLimitPerRequest": "100"`, if the client exceeds the number of
718
+ # Additional structured details about this error. Keys must match a regular
719
+ # expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be
720
+ # limited to 64 characters in length. When identifying the current value of an
721
+ # exceeded limit, the units should be contained in the key, not the value. For
722
+ # example, rather than ``"instanceLimit": "100/request"``, should be returned as,
723
+ # ``"instanceLimitPerRequest": "100"``, if the client exceeds the number of
724
724
  # instances that can be created in a single (batch) request.
725
725
  # Corresponds to the JSON property `metadata`
726
726
  # @return [Hash<String,String>]
@@ -879,7 +879,7 @@ module Google
879
879
  # @return [String]
880
880
  attr_accessor :create_time
881
881
 
882
- # An optional description of the hub.
882
+ # Optional. An optional description of the hub.
883
883
  # Corresponds to the JSON property `description`
884
884
  # @return [String]
885
885
  attr_accessor :description
@@ -983,21 +983,26 @@ module Google
983
983
  end
984
984
  end
985
985
 
986
- # The hub status entry.
986
+ # A hub status entry represents the status of a set of propagated Private
987
+ # Service Connect connections grouped by certain fields.
987
988
  class HubStatusEntry
988
989
  include Google::Apis::Core::Hashable
989
990
 
990
- # The number of status. If group_by is not set in the request, the default is 1.
991
+ # The number of propagated Private Service Connect connections with this status.
992
+ # If the `group_by` field was not set in the request message, the value of this
993
+ # field is 1.
991
994
  # Corresponds to the JSON property `count`
992
995
  # @return [Fixnum]
993
996
  attr_accessor :count
994
997
 
995
- # The same group_by field from the request.
998
+ # The fields that this entry is grouped by. This has the same value as the `
999
+ # group_by` field in the request message.
996
1000
  # Corresponds to the JSON property `groupBy`
997
1001
  # @return [String]
998
1002
  attr_accessor :group_by
999
1003
 
1000
- # The PSC propagation status in a hub.
1004
+ # The status of one or more propagated Private Service Connect connections in a
1005
+ # hub.
1001
1006
  # Corresponds to the JSON property `pscPropagationStatus`
1002
1007
  # @return [Google::Apis::NetworkconnectivityV1::PscPropagationStatus]
1003
1008
  attr_accessor :psc_propagation_status
@@ -1035,9 +1040,9 @@ module Google
1035
1040
  end
1036
1041
 
1037
1042
  # The internal range resource for IPAM operations within a VPC network. Used to
1038
- # represent a private address range along with behavioral characterstics of that
1039
- # range (its usage and peering behavior). Networking resources can link to this
1040
- # range if they are created as belonging to it.
1043
+ # represent a private address range along with behavioral characteristics of
1044
+ # that range (its usage and peering behavior). Networking resources can link to
1045
+ # this range if they are created as belonging to it.
1041
1046
  class InternalRange
1042
1047
  include Google::Apis::Core::Hashable
1043
1048
 
@@ -2513,7 +2518,8 @@ module Google
2513
2518
  end
2514
2519
  end
2515
2520
 
2516
- # The PSC propagation status in a hub.
2521
+ # The status of one or more propagated Private Service Connect connections in a
2522
+ # hub.
2517
2523
  class PscPropagationStatus
2518
2524
  include Google::Apis::Core::Hashable
2519
2525
 
@@ -2522,7 +2528,8 @@ module Google
2522
2528
  # @return [String]
2523
2529
  attr_accessor :code
2524
2530
 
2525
- # The human-readable summary of the PSC connection propagation status.
2531
+ # The human-readable summary of the Private Service Connect connection
2532
+ # propagation status.
2526
2533
  # Corresponds to the JSON property `message`
2527
2534
  # @return [String]
2528
2535
  attr_accessor :message
@@ -3125,7 +3132,7 @@ module Google
3125
3132
  attr_accessor :service_class_uri
3126
3133
 
3127
3134
  # The token provided by the consumer. This token authenticates that the consumer
3128
- # can create a connecton within the specified project and network.
3135
+ # can create a connection within the specified project and network.
3129
3136
  # Corresponds to the JSON property `token`
3130
3137
  # @return [String]
3131
3138
  attr_accessor :token
@@ -3383,7 +3390,7 @@ module Google
3383
3390
  # @return [String]
3384
3391
  attr_accessor :create_time
3385
3392
 
3386
- # An optional description of the spoke.
3393
+ # Optional. An optional description of the spoke.
3387
3394
  # Corresponds to the JSON property `description`
3388
3395
  # @return [String]
3389
3396
  attr_accessor :description
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1
18
18
  # Version of the google-apis-networkconnectivity_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241112"
25
+ REVISION = "20250101"
26
26
  end
27
27
  end
28
28
  end
@@ -476,30 +476,31 @@ module Google
476
476
  execute_or_queue_command(command, &block)
477
477
  end
478
478
 
479
- # Query PSC propagation status the status of a Network Connectivity Center hub.
479
+ # Query the Private Service Connect propagation status of a Network Connectivity
480
+ # Center hub.
480
481
  # @param [String] name
481
482
  # Required. The name of the hub.
482
483
  # @param [String] filter
483
484
  # Optional. An expression that filters the list of results. The filter can be
484
- # used to filter the results by the following fields: * psc_propagation_status.
485
- # source_spoke * psc_propagation_status.source_group * psc_propagation_status.
486
- # source_forwarding_rule * psc_propagation_status.target_spoke *
487
- # psc_propagation_status.target_group * psc_propagation_status.code *
488
- # psc_propagation_status.message
485
+ # used to filter the results by the following fields: * `psc_propagation_status.
486
+ # source_spoke` * `psc_propagation_status.source_group` * `
487
+ # psc_propagation_status.source_forwarding_rule` * `psc_propagation_status.
488
+ # target_spoke` * `psc_propagation_status.target_group` * `
489
+ # psc_propagation_status.code` * `psc_propagation_status.message`
489
490
  # @param [String] group_by
490
- # Optional. A field that counts are grouped by. A comma-separated list of any of
491
- # these fields: * psc_propagation_status.source_spoke * psc_propagation_status.
492
- # source_group * psc_propagation_status.source_forwarding_rule *
493
- # psc_propagation_status.target_spoke * psc_propagation_status.target_group *
494
- # psc_propagation_status.code
491
+ # Optional. Aggregate the results by the specified fields. A comma-separated
492
+ # list of any of these fields: * `psc_propagation_status.source_spoke` * `
493
+ # psc_propagation_status.source_group` * `psc_propagation_status.
494
+ # source_forwarding_rule` * `psc_propagation_status.target_spoke` * `
495
+ # psc_propagation_status.target_group` * `psc_propagation_status.code`
495
496
  # @param [String] order_by
496
- # Optional. Sort the results in the ascending order by specific fields returned
497
- # in the response. A comma-separated list of any of these fields: *
498
- # psc_propagation_status.source_spoke * psc_propagation_status.source_group *
499
- # psc_propagation_status.source_forwarding_rule * psc_propagation_status.
500
- # target_spoke * psc_propagation_status.target_group * psc_propagation_status.
501
- # code If `group_by` is set, the value of the `order_by` field must be the same
502
- # as or a subset of the `group_by` field.
497
+ # Optional. Sort the results in ascending order by the specified fields. A comma-
498
+ # separated list of any of these fields: * `psc_propagation_status.source_spoke`
499
+ # * `psc_propagation_status.source_group` * `psc_propagation_status.
500
+ # source_forwarding_rule` * `psc_propagation_status.target_spoke` * `
501
+ # psc_propagation_status.target_group` * `psc_propagation_status.code` If `
502
+ # group_by` is set, the value of the `order_by` field must be the same as or a
503
+ # subset of the `group_by` field.
503
504
  # @param [Fixnum] page_size
504
505
  # Optional. The maximum number of results to return per page.
505
506
  # @param [String] page_token
@@ -1547,8 +1548,8 @@ module Google
1547
1548
  # Clients can use Operations.GetOperation or other methods to check whether the
1548
1549
  # cancellation succeeded or whether the operation completed despite cancellation.
1549
1550
  # On successful cancellation, the operation is not deleted; instead, it becomes
1550
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1551
- # corresponding to `Code.CANCELLED`.
1551
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1552
+ # , corresponding to `Code.CANCELLED`.
1552
1553
  # @param [String] name
1553
1554
  # The name of the operation resource to be cancelled.
1554
1555
  # @param [Google::Apis::NetworkconnectivityV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.52.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Network Connectivity API V1
82
79
  test_files: []