google-apis-networkconnectivity_v1 0.12.0 → 0.15.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: f571176d0ce021ad3cd500928227e6adc2b8191503736183a5096b8a9de19a2a
4
- data.tar.gz: 5656b458d52b1f855423469e33b8c9939c1d79fedf6f2bf5f2f8281326e4df10
3
+ metadata.gz: c1aa6cbf45d17b5949818f642172da89d2c11eece3c93c4eec08b4e0df63275d
4
+ data.tar.gz: 7380ae3307ae7fe1e5bfb6bdc5c12c87900a5c37d0ca11fda415d2c26b2548e9
5
5
  SHA512:
6
- metadata.gz: 687f24b488434ab543e055f9dda2eb17a17fca74adb96ed0eb306c9e247d7720ddc033f1c68f2526430b89e7b1e7eba6984ee2927fcf39f16d5e1c593d2be51f
7
- data.tar.gz: ce6007798b2992f7477fbaceec197ddd653b2f50f04c6fa4aa58ad7164b76ae9e9b7ef7642d1c28f5df1ec0cafcb0c77a4b7c65d8dd507ce46b225f15f4c4f16
6
+ metadata.gz: 6a47393adb65ade568331a28aec2ad5a9e41c60804e39901325fa8dbfad87eab8f6d2f45c7f3c8f9d0a7f7551f8fb9a56ea288dc332592dbefe7fbfca1e3c8e5
7
+ data.tar.gz: cc547a3e0b52d69f5230f5f5a6063b48e6611ebf68d40d858f7dce63fbe871940f58336cde6541d81f9597c02783fc51ab7c5c9e089dc0a94c7eb988759c2e9b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.15.0 (2022-08-14)
4
+
5
+ * Regenerated from discovery document revision 20220809
6
+
7
+ ### v0.14.0 (2022-07-21)
8
+
9
+ * Regenerated from discovery document revision 20220715
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.13.0 (2022-06-30)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.12.0 (2022-06-17)
4
17
 
5
18
  * Regenerated using generator version 0.6.0
@@ -123,25 +123,28 @@ module Google
123
123
  # anyone who is authenticated with a Google account or a service account. * `
124
124
  # user:`emailid``: An email address that represents a specific Google account.
125
125
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
126
- # address that represents a service account. For example, `my-other-app@appspot.
127
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
128
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
129
- # `uniqueid``: An email address (plus unique identifier) representing a user
130
- # that has been recently deleted. For example, `alice@example.com?uid=
131
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
132
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
133
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
134
- # identifier) representing a service account that has been recently deleted. For
135
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
136
- # If the service account is undeleted, this value reverts to `serviceAccount:`
137
- # emailid`` and the undeleted service account retains the role in the binding. *
138
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
139
- # identifier) representing a Google group that has been recently deleted. For
140
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
141
- # recovered, this value reverts to `group:`emailid`` and the recovered group
142
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
143
- # primary) that represents all the users of that domain. For example, `google.
144
- # com` or `example.com`.
126
+ # address that represents a Google service account. For example, `my-other-app@
127
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
128
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
129
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
130
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
131
+ # . * `group:`emailid``: An email address that represents a Google group. For
132
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
133
+ # email address (plus unique identifier) representing a user that has been
134
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
135
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
136
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
137
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
138
+ # representing a service account that has been recently deleted. For example, `
139
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
140
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
141
+ # and the undeleted service account retains the role in the binding. * `deleted:
142
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
143
+ # representing a Google group that has been recently deleted. For example, `
144
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
145
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
146
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
147
+ # all the users of that domain. For example, `google.com` or `example.com`.
145
148
  # Corresponds to the JSON property `members`
146
149
  # @return [Array<String>]
147
150
  attr_accessor :members
@@ -373,11 +376,11 @@ module Google
373
376
  end
374
377
  end
375
378
 
376
- # A hub is a collection of spokes. A single hub can contain spokes from multiple
377
- # regions. However, if any of a hub's spokes use the data transfer feature, the
378
- # resources associated with those spokes must all reside in the same VPC network.
379
- # Spokes that do not use data transfer can be associated with any VPC network
380
- # in your project.
379
+ # A Network Connectivity Center hub is a collection of spokes. A single hub can
380
+ # contain spokes from multiple regions. However, if any of a hub's spokes use
381
+ # the data transfer feature, the resources associated with those spokes must all
382
+ # reside in the same VPC network. Spokes that do not use data transfer can be
383
+ # associated with any VPC network in your project.
381
384
  class Hub
382
385
  include Google::Apis::Core::Hashable
383
386
 
@@ -878,8 +881,8 @@ module Google
878
881
  end
879
882
  end
880
883
 
881
- # RoutingVPC contains information about the VPC networks that are associated
882
- # with a hub's spokes.
884
+ # RoutingVPC contains information about the VPC networks associated with the
885
+ # spokes of a Network Connectivity Center hub.
883
886
  class RoutingVpc
884
887
  include Google::Apis::Core::Hashable
885
888
 
@@ -962,11 +965,11 @@ module Google
962
965
  end
963
966
  end
964
967
 
965
- # A spoke represents a connection between your Google Cloud network resources
966
- # and a non-Google-Cloud network. When you create a spoke, you associate it with
967
- # a hub. You must also identify a value for exactly one of the following fields:
968
- # * linked_vpn_tunnels * linked_interconnect_attachments *
969
- # linked_router_appliance_instances
968
+ # A Network Connectivity Center spoke represents a connection between your
969
+ # Google Cloud network resources and a non-Google-Cloud network. When you create
970
+ # a spoke, you associate it with a hub. You must also identify a value for
971
+ # exactly one of the following fields: * linked_vpn_tunnels *
972
+ # linked_interconnect_attachments * linked_router_appliance_instances
970
973
  class Spoke
971
974
  include Google::Apis::Core::Hashable
972
975
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220505"
25
+ REVISION = "20220809"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module NetworkconnectivityV1
23
23
  # Network Connectivity API
24
24
  #
25
- # The Network Connectivity API provides access to Network Connectivity Center.
25
+ # This API enables connectivity with and between Google Cloud resources.
26
26
  #
27
27
  # @example
28
28
  # require 'google/apis/networkconnectivity_v1'
@@ -122,7 +122,7 @@ module Google
122
122
  execute_or_queue_command(command, &block)
123
123
  end
124
124
 
125
- # Creates a new hub in the specified project.
125
+ # Creates a new Network Connectivity Center hub in the specified project.
126
126
  # @param [String] parent
127
127
  # Required. The parent resource.
128
128
  # @param [Google::Apis::NetworkconnectivityV1::Hub] hub_object
@@ -171,7 +171,7 @@ module Google
171
171
  execute_or_queue_command(command, &block)
172
172
  end
173
173
 
174
- # Deletes the specified hub.
174
+ # Deletes a Network Connectivity Center hub.
175
175
  # @param [String] name
176
176
  # Required. The name of the hub to delete.
177
177
  # @param [String] request_id
@@ -214,7 +214,7 @@ module Google
214
214
  execute_or_queue_command(command, &block)
215
215
  end
216
216
 
217
- # Gets details about the specified hub.
217
+ # Gets details about a Network Connectivity Center hub.
218
218
  # @param [String] name
219
219
  # Required. The name of the hub resource to get.
220
220
  # @param [String] fields
@@ -289,7 +289,7 @@ module Google
289
289
  execute_or_queue_command(command, &block)
290
290
  end
291
291
 
292
- # Lists hubs in a given project.
292
+ # Lists the Network Connectivity Center hubs associated with a given project.
293
293
  # @param [String] parent
294
294
  # Required. The parent resource's name.
295
295
  # @param [String] filter
@@ -331,7 +331,7 @@ module Google
331
331
  execute_or_queue_command(command, &block)
332
332
  end
333
333
 
334
- # Updates the description and/or labels of the specified hub.
334
+ # Updates the description and/or labels of a Network Connectivity Center hub.
335
335
  # @param [String] name
336
336
  # Immutable. The name of the hub. Hub names must be unique. They use the
337
337
  # following form: `projects/`project_number`/locations/global/hubs/`hub_id``
@@ -732,7 +732,7 @@ module Google
732
732
  execute_or_queue_command(command, &block)
733
733
  end
734
734
 
735
- # Creates a spoke in the specified project and location.
735
+ # Creates a Network Connectivity Center spoke.
736
736
  # @param [String] parent
737
737
  # Required. The parent resource.
738
738
  # @param [Google::Apis::NetworkconnectivityV1::Spoke] spoke_object
@@ -781,7 +781,7 @@ module Google
781
781
  execute_or_queue_command(command, &block)
782
782
  end
783
783
 
784
- # Deletes the specified spoke.
784
+ # Deletes a Network Connectivity Center spoke.
785
785
  # @param [String] name
786
786
  # Required. The name of the spoke to delete.
787
787
  # @param [String] request_id
@@ -824,7 +824,7 @@ module Google
824
824
  execute_or_queue_command(command, &block)
825
825
  end
826
826
 
827
- # Gets details about the specified spoke.
827
+ # Gets details about a Network Connectivity Center spoke.
828
828
  # @param [String] name
829
829
  # Required. The name of the spoke resource.
830
830
  # @param [String] fields
@@ -899,7 +899,8 @@ module Google
899
899
  execute_or_queue_command(command, &block)
900
900
  end
901
901
 
902
- # Lists the spokes in the specified project and location.
902
+ # Lists the Network Connectivity Center spokes in a specified project and
903
+ # location.
903
904
  # @param [String] parent
904
905
  # Required. The parent resource.
905
906
  # @param [String] filter
@@ -941,7 +942,7 @@ module Google
941
942
  execute_or_queue_command(command, &block)
942
943
  end
943
944
 
944
- # Updates the parameters of the specified spoke.
945
+ # Updates the parameters of a Network Connectivity Center spoke.
945
946
  # @param [String] name
946
947
  # Immutable. The name of the spoke. Spoke names must be unique. They use the
947
948
  # following form: `projects/`project_number`/locations/`region`/spokes/`spoke_id`
@@ -21,7 +21,7 @@ module Google
21
21
  module Apis
22
22
  # Network Connectivity API
23
23
  #
24
- # The Network Connectivity API provides access to Network Connectivity Center.
24
+ # This API enables connectivity with and between Google Cloud resources.
25
25
  #
26
26
  # @see https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest
27
27
  module NetworkconnectivityV1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []