google-apis-servicenetworking_v1beta 0.34.0 → 0.35.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: d9744510e01c04bd86d20dcd9f5604266ae00cd930416c896ff8f311e0fea5d5
4
- data.tar.gz: 403a9dd48f41d2ce5cb33660da4ed6c5037483ae214121fd71fe75d3368b40d5
3
+ metadata.gz: 74ea6f4f12783562d6aa83003afcd21e391acdba748a848673d63fe0a8bd72d1
4
+ data.tar.gz: 3b993a86cb772b670c42f1c6a7ef6a37057e2a0425829d126651a8069d157a94
5
5
  SHA512:
6
- metadata.gz: d832d603b13ad18d7961d5eeed2ce075cd98d8c7ea13ee02baf978572ccc79e711a47b982c13a1a8143e28ea311ea0abf7b3739c43734d79f38ac677fc4a27cd
7
- data.tar.gz: eb0d716252cbd6625521f6008d692bff1b4882aa565d71e23eba378e26517e7ea71928b7e8dc9b0d8eaded604ae576a85f6b12021471adb3489642dfc0e6a592
6
+ metadata.gz: ddcdf8913f47ec78d9b6bcf08152477555da00435748fb73deae5efc83af56785b358228658bb0e0cdd9ce44cb673bfef7b0baea768ddc429d6ca2f2395978e0
7
+ data.tar.gz: 90c2e3850bedd662f69e8d6ebb252246bdb15fbf080e56af376132aeef06e71ee4c074109878ed9d2f663887e5b8e64d582daeeff35a8ef2891e9336be433b89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.35.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230321
6
+
3
7
  ### v0.34.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230226
@@ -701,7 +701,9 @@ module Google
701
701
  # @return [Google::Apis::ServicenetworkingV1beta::RubySettings]
702
702
  attr_accessor :ruby_settings
703
703
 
704
- # Version of the API to apply these settings to.
704
+ # Version of the API to apply these settings to. This is the full protobuf
705
+ # package for the API, ending in the version element. Examples: "google.cloud.
706
+ # speech.v1" and "google.spanner.admin.database.v1".
705
707
  # Corresponds to the JSON property `version`
706
708
  # @return [String]
707
709
  attr_accessor :version
@@ -1197,6 +1199,7 @@ module Google
1197
1199
  attr_accessor :data
1198
1200
 
1199
1201
  # Required. The DNS or domain name of the record set, e.g. `test.example.com`.
1202
+ # Cloud DNS requires that a DNS suffix ends with a trailing dot.
1200
1203
  # Corresponds to the JSON property `domain`
1201
1204
  # @return [String]
1202
1205
  attr_accessor :domain
@@ -1229,7 +1232,8 @@ module Google
1229
1232
  class DnsZone
1230
1233
  include Google::Apis::Core::Hashable
1231
1234
 
1232
- # The DNS name suffix of this zone e.g. `example.com.`.
1235
+ # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that
1236
+ # a DNS suffix ends with a trailing dot.
1233
1237
  # Corresponds to the JSON property `dnsSuffix`
1234
1238
  # @return [String]
1235
1239
  attr_accessor :dns_suffix
@@ -1456,6 +1460,11 @@ module Google
1456
1460
  class Enum
1457
1461
  include Google::Apis::Core::Hashable
1458
1462
 
1463
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
1464
+ # Corresponds to the JSON property `edition`
1465
+ # @return [String]
1466
+ attr_accessor :edition
1467
+
1459
1468
  # Enum value definitions.
1460
1469
  # Corresponds to the JSON property `enumvalue`
1461
1470
  # @return [Array<Google::Apis::ServicenetworkingV1beta::EnumValue>]
@@ -1488,6 +1497,7 @@ module Google
1488
1497
 
1489
1498
  # Update properties of this object
1490
1499
  def update!(**args)
1500
+ @edition = args[:edition] if args.key?(:edition)
1491
1501
  @enumvalue = args[:enumvalue] if args.key?(:enumvalue)
1492
1502
  @name = args[:name] if args.key?(:name)
1493
1503
  @options = args[:options] if args.key?(:options)
@@ -2593,7 +2603,7 @@ module Google
2593
2603
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2594
2604
  # are also declared with same name and request/response types in `Storage`. A
2595
2605
  # documentation generator or annotation processor will see the effective `
2596
- # Storage.GetAcl` method after inheriting documentation and annotations as
2606
+ # Storage.GetAcl` method after inherting documentation and annotations as
2597
2607
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2598
2608
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2599
2609
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -4091,6 +4101,11 @@ module Google
4091
4101
  class Type
4092
4102
  include Google::Apis::Core::Hashable
4093
4103
 
4104
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
4105
+ # Corresponds to the JSON property `edition`
4106
+ # @return [String]
4107
+ attr_accessor :edition
4108
+
4094
4109
  # The list of fields.
4095
4110
  # Corresponds to the JSON property `fields`
4096
4111
  # @return [Array<Google::Apis::ServicenetworkingV1beta::Field>]
@@ -4128,6 +4143,7 @@ module Google
4128
4143
 
4129
4144
  # Update properties of this object
4130
4145
  def update!(**args)
4146
+ @edition = args[:edition] if args.key?(:edition)
4131
4147
  @fields = args[:fields] if args.key?(:fields)
4132
4148
  @name = args[:name] if args.key?(:name)
4133
4149
  @oneofs = args[:oneofs] if args.key?(:oneofs)
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.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 = "20230226"
25
+ REVISION = "20230321"
26
26
  end
27
27
  end
28
28
  end
@@ -967,6 +967,7 @@ module Google
967
967
  class Enum
968
968
  # @private
969
969
  class Representation < Google::Apis::Core::JsonRepresentation
970
+ property :edition, as: 'edition'
970
971
  collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServicenetworkingV1beta::EnumValue, decorator: Google::Apis::ServicenetworkingV1beta::EnumValue::Representation
971
972
 
972
973
  property :name, as: 'name'
@@ -1564,6 +1565,7 @@ module Google
1564
1565
  class Type
1565
1566
  # @private
1566
1567
  class Representation < Google::Apis::Core::JsonRepresentation
1568
+ property :edition, as: 'edition'
1567
1569
  collection :fields, as: 'fields', class: Google::Apis::ServicenetworkingV1beta::Field, decorator: Google::Apis::ServicenetworkingV1beta::Field::Representation
1568
1570
 
1569
1571
  property :name, as: 'name'
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.34.0
4
+ version: 0.35.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-03-05 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.35.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: []