google-apis-servicenetworking_v1beta 0.42.0 → 0.43.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: 41bf54e2406f1fd9fded7e6a1567d0f9b6c55668f72119b5871cab698cde9543
4
- data.tar.gz: 27403e711516135a37692df1af237df44bb80a665fad6d22e88cbba84044deb6
3
+ metadata.gz: 4be69b42989ce639e0e7ab447fc0da1710715fc10511821496680f28db8b3725
4
+ data.tar.gz: 7174a23b2c66d54143eb1c61914ce3689416fe58e9ea02582bb28ad20c1a3cf8
5
5
  SHA512:
6
- metadata.gz: c2c473702ea0f5f174ab22a8486968fed79bbd6127c71ae2d0b703db6c134775ae728da74da45bba84f962b382cc4069b424681bb3067a562b7912540f818d08
7
- data.tar.gz: 5355ddd0b42aa746e1d0552d1f838b10f4fbf7f45c41ddb6e2e924218d91d0c35cb9f389148affdfbb0da7c60647a32d10bd2dcfb36f4e75c90cf9a9151c8a6c
6
+ metadata.gz: 0532bd0b1052b0fa37b09add362f3d67bf647935737ec9e624b39998e49cac356b40fc83fef52d08eeb488a3bb7c21efd8197cb9848e081f1481a8dfcde95b75
7
+ data.tar.gz: 0f7864b263b6f074b75c832369b42fcb95a1828b1e68034a244159f29771609db262b7c250b544941839f9d6402992b37584bee6a52043bcdc1dd31af276aa32
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.43.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231015
6
+
3
7
  ### v0.42.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230802
@@ -4393,6 +4393,29 @@ module Google
4393
4393
  @skip_service_control = args[:skip_service_control] if args.key?(:skip_service_control)
4394
4394
  end
4395
4395
  end
4396
+
4397
+ # Response for the get VPC Service Controls request.
4398
+ class VpcServiceControls
4399
+ include Google::Apis::Core::Hashable
4400
+
4401
+ # Output only. Indicates whether the VPC Service Controls are enabled or
4402
+ # disabled for the connection. If the consumer called the
4403
+ # EnableVpcServiceControls method, then this is true. If the consumer called
4404
+ # DisableVpcServiceControls, then this is false. The default is false.
4405
+ # Corresponds to the JSON property `enabled`
4406
+ # @return [Boolean]
4407
+ attr_accessor :enabled
4408
+ alias_method :enabled?, :enabled
4409
+
4410
+ def initialize(**args)
4411
+ update!(**args)
4412
+ end
4413
+
4414
+ # Update properties of this object
4415
+ def update!(**args)
4416
+ @enabled = args[:enabled] if args.key?(:enabled)
4417
+ end
4418
+ end
4396
4419
  end
4397
4420
  end
4398
4421
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1beta
18
18
  # Version of the google-apis-servicenetworking_v1beta gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230802"
25
+ REVISION = "20231015"
26
26
  end
27
27
  end
28
28
  end
@@ -616,6 +616,12 @@ module Google
616
616
  include Google::Apis::Core::JsonObjectSupport
617
617
  end
618
618
 
619
+ class VpcServiceControls
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
619
625
  class AddDnsRecordSetMetadata
620
626
  # @private
621
627
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1642,6 +1648,13 @@ module Google
1642
1648
  property :skip_service_control, as: 'skipServiceControl'
1643
1649
  end
1644
1650
  end
1651
+
1652
+ class VpcServiceControls
1653
+ # @private
1654
+ class Representation < Google::Apis::Core::JsonRepresentation
1655
+ property :enabled, as: 'enabled'
1656
+ end
1657
+ end
1645
1658
  end
1646
1659
  end
1647
1660
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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-servicenetworking_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Networking API V1beta