google-apis-networkconnectivity_v1 0.50.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0dac17146fddd26c45e803d65203bec708267f35456b65441790f867271fae9c
|
4
|
+
data.tar.gz: 690fec1b77fc3e58ad1b94d72ccc6e9665c3581ba3309d22b1170306e1f506d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 500ab339dde60815a97d0ba6d4a2bd19c3c906ab1aa53b23dfdf07351630a86c9f1dd77eafa900718e720a732e6a33ec4d15cdc556b02b5db192fa76bcf17ce5
|
7
|
+
data.tar.gz: 2da3f7039e82a6dc48ca9a51ed4dd17f5d2d9d5c48f0f54d9576f586cb9e6cf6f50866029473cc67a240280c3770cb18f7a76981b966cb34c83883ab0d0a5b55
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
8
|
+
### v0.51.0 (2024-12-15)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241112
|
11
|
+
|
3
12
|
### v0.50.0 (2024-11-10)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241030
|
@@ -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
|
164
|
-
# accept. The auto-accept setting is applied to spokes being created
|
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
|
719
|
-
# should ideally be lowerCamelCase. Also they must be
|
720
|
-
# in length. When identifying the current value of an
|
721
|
-
# should be contained in the key, not the value. For
|
722
|
-
# instanceLimit": "100/request"
|
723
|
-
# instanceLimitPerRequest": "100"
|
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
|
-
#
|
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
|
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
|
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
|
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
|
1039
|
-
# range (its usage and peering behavior). Networking resources can link to
|
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
|
|
@@ -1544,7 +1549,7 @@ module Google
|
|
1544
1549
|
end
|
1545
1550
|
end
|
1546
1551
|
|
1547
|
-
# Response for
|
1552
|
+
# Response for PolicyBasedRoutingService.ListPolicyBasedRoutes method.
|
1548
1553
|
class ListPolicyBasedRoutesResponse
|
1549
1554
|
include Google::Apis::Core::Hashable
|
1550
1555
|
|
@@ -2075,9 +2080,9 @@ module Google
|
|
2075
2080
|
attr_accessor :end_time
|
2076
2081
|
|
2077
2082
|
# Output only. Identifies whether the user has requested cancellation of the
|
2078
|
-
# operation. Operations that have been cancelled successfully have
|
2079
|
-
# error value with a google.rpc.Status.code of 1,
|
2080
|
-
# CANCELLED`.
|
2083
|
+
# operation. Operations that have been cancelled successfully have google.
|
2084
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of 1,
|
2085
|
+
# corresponding to `Code.CANCELLED`.
|
2081
2086
|
# Corresponds to the JSON property `requestedCancellation`
|
2082
2087
|
# @return [Boolean]
|
2083
2088
|
attr_accessor :requested_cancellation
|
@@ -2513,7 +2518,8 @@ module Google
|
|
2513
2518
|
end
|
2514
2519
|
end
|
2515
2520
|
|
2516
|
-
# The
|
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
|
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
|
@@ -2608,7 +2615,7 @@ module Google
|
|
2608
2615
|
# Optional. The IP Address of the Regional Endpoint. When no address is provided,
|
2609
2616
|
# an IP from the subnetwork is allocated. Use one of the following formats: *
|
2610
2617
|
# IPv4 address as in `10.0.0.1` * Address resource URI as in `projects/`project`/
|
2611
|
-
# regions/`region`/addresses/`address_name``
|
2618
|
+
# regions/`region`/addresses/`address_name`` for an IPv4 or IPv6 address.
|
2612
2619
|
# Corresponds to the JSON property `address`
|
2613
2620
|
# @return [String]
|
2614
2621
|
attr_accessor :address
|
@@ -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
|
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.
|
19
|
+
GEM_VERSION = "0.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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
|
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 *
|
486
|
-
# source_forwarding_rule * psc_propagation_status.
|
487
|
-
#
|
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.
|
491
|
-
# these fields: * psc_propagation_status.source_spoke *
|
492
|
-
# source_group * psc_propagation_status.
|
493
|
-
#
|
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
|
497
|
-
#
|
498
|
-
# psc_propagation_status.
|
499
|
-
#
|
500
|
-
#
|
501
|
-
#
|
502
|
-
#
|
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.
|
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:
|
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.
|
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.
|
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: []
|