google-apis-servicenetworking_v1 0.40.0 → 0.41.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: 1fe76b81a9bd7594ed69840b0f910116e92805928761a6667131175556bbe5a7
4
- data.tar.gz: 2c046b8f17bd97d734e7632dc23dad79eb889e6d7a1aae0eec738ce06979d33f
3
+ metadata.gz: 9435df770b2b2a410b898df38873f3e906982d5458754c945147d4c49d9f7f85
4
+ data.tar.gz: 5d4ea35c75143277caee1b35b6e3f33ec7a7d0c4041364eb64744fbf8739ecd1
5
5
  SHA512:
6
- metadata.gz: 5bae2254675ea89a946d0c531c69088be5adc0fdff47a81c52abd958f82cfb7b9b4f0523c0e7fcd46f09c69793e87b5b3baa3be508b046e2e89f498ebc02c2f0
7
- data.tar.gz: 8b361ad0fb28228a9ba09ae90c38fad0c33888f54e2caed77f392722bf50acc94fec080e229bf545af9efb9c5cf729620673fb4557806a655fb649b5f580d896
6
+ metadata.gz: 759a750d43f8141c01d8074cc045ad2ca8a743c31a2f63bd08b66486e03374fb08e2a2be6455aaa10b673c749b706333196584967bb8d1cf03beee0d4973f020
7
+ data.tar.gz: 21288a4dfe79e99cbeaffa0b0dac5230b39492d34f551e09f21f6dde9454ed8cb9a2a194095307c9b0614884525993b608e66364e9e134927ec08e125240f6a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.41.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230321
6
+
3
7
  ### v0.40.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230226
@@ -97,7 +97,8 @@ module Google
97
97
  # @return [String]
98
98
  attr_accessor :consumer_network
99
99
 
100
- # Required. The DNS name suffix for the zones e.g. `example.com`.
100
+ # Required. The DNS name suffix for the zones e.g. `example.com.`. Cloud DNS
101
+ # requires that a DNS suffix ends with a trailing dot.
101
102
  # Corresponds to the JSON property `dnsSuffix`
102
103
  # @return [String]
103
104
  attr_accessor :dns_suffix
@@ -909,7 +910,9 @@ module Google
909
910
  # @return [Google::Apis::ServicenetworkingV1::RubySettings]
910
911
  attr_accessor :ruby_settings
911
912
 
912
- # Version of the API to apply these settings to.
913
+ # Version of the API to apply these settings to. This is the full protobuf
914
+ # package for the API, ending in the version element. Examples: "google.cloud.
915
+ # speech.v1" and "google.spanner.admin.database.v1".
913
916
  # Corresponds to the JSON property `version`
914
917
  # @return [String]
915
918
  attr_accessor :version
@@ -1469,6 +1472,7 @@ module Google
1469
1472
  attr_accessor :data
1470
1473
 
1471
1474
  # Required. The DNS or domain name of the record set, e.g. `test.example.com`.
1475
+ # Cloud DNS requires that a DNS suffix ends with a trailing dot.
1472
1476
  # Corresponds to the JSON property `domain`
1473
1477
  # @return [String]
1474
1478
  attr_accessor :domain
@@ -1501,7 +1505,8 @@ module Google
1501
1505
  class DnsZone
1502
1506
  include Google::Apis::Core::Hashable
1503
1507
 
1504
- # The DNS name suffix of this zone e.g. `example.com.`.
1508
+ # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that
1509
+ # a DNS suffix ends with a trailing dot.
1505
1510
  # Corresponds to the JSON property `dnsSuffix`
1506
1511
  # @return [String]
1507
1512
  attr_accessor :dns_suffix
@@ -1765,6 +1770,11 @@ module Google
1765
1770
  class Enum
1766
1771
  include Google::Apis::Core::Hashable
1767
1772
 
1773
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
1774
+ # Corresponds to the JSON property `edition`
1775
+ # @return [String]
1776
+ attr_accessor :edition
1777
+
1768
1778
  # Enum value definitions.
1769
1779
  # Corresponds to the JSON property `enumvalue`
1770
1780
  # @return [Array<Google::Apis::ServicenetworkingV1::EnumValue>]
@@ -1797,6 +1807,7 @@ module Google
1797
1807
 
1798
1808
  # Update properties of this object
1799
1809
  def update!(**args)
1810
+ @edition = args[:edition] if args.key?(:edition)
1800
1811
  @enumvalue = args[:enumvalue] if args.key?(:enumvalue)
1801
1812
  @name = args[:name] if args.key?(:name)
1802
1813
  @options = args[:options] if args.key?(:options)
@@ -2946,7 +2957,7 @@ module Google
2946
2957
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2947
2958
  # are also declared with same name and request/response types in `Storage`. A
2948
2959
  # documentation generator or annotation processor will see the effective `
2949
- # Storage.GetAcl` method after inheriting documentation and annotations as
2960
+ # Storage.GetAcl` method after inherting documentation and annotations as
2950
2961
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2951
2962
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2952
2963
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -4607,6 +4618,11 @@ module Google
4607
4618
  class Type
4608
4619
  include Google::Apis::Core::Hashable
4609
4620
 
4621
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
4622
+ # Corresponds to the JSON property `edition`
4623
+ # @return [String]
4624
+ attr_accessor :edition
4625
+
4610
4626
  # The list of fields.
4611
4627
  # Corresponds to the JSON property `fields`
4612
4628
  # @return [Array<Google::Apis::ServicenetworkingV1::Field>]
@@ -4644,6 +4660,7 @@ module Google
4644
4660
 
4645
4661
  # Update properties of this object
4646
4662
  def update!(**args)
4663
+ @edition = args[:edition] if args.key?(:edition)
4647
4664
  @fields = args[:fields] if args.key?(:fields)
4648
4665
  @name = args[:name] if args.key?(:name)
4649
4666
  @oneofs = args[:oneofs] if args.key?(:oneofs)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.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
@@ -1160,6 +1160,7 @@ module Google
1160
1160
  class Enum
1161
1161
  # @private
1162
1162
  class Representation < Google::Apis::Core::JsonRepresentation
1163
+ property :edition, as: 'edition'
1163
1164
  collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServicenetworkingV1::EnumValue, decorator: Google::Apis::ServicenetworkingV1::EnumValue::Representation
1164
1165
 
1165
1166
  property :name, as: 'name'
@@ -1813,6 +1814,7 @@ module Google
1813
1814
  class Type
1814
1815
  # @private
1815
1816
  class Representation < Google::Apis::Core::JsonRepresentation
1817
+ property :edition, as: 'edition'
1816
1818
  collection :fields, as: 'fields', class: Google::Apis::ServicenetworkingV1::Field, decorator: Google::Apis::ServicenetworkingV1::Field::Representation
1817
1819
 
1818
1820
  property :name, as: 'name'
@@ -155,13 +155,7 @@ module Google
155
155
  end
156
156
 
157
157
  # Lists operations that match the specified filter in the request. If the server
158
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
159
- # binding allows API services to override the binding to use different resource
160
- # name schemes, such as `users/*/operations`. To override the binding, API
161
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
162
- # service configuration. For backwards compatibility, the default name includes
163
- # the operations collection id, however overriding users must ensure the name
164
- # binding is the parent resource, without the operations collection id.
158
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
165
159
  # @param [String] name
166
160
  # The name of the operation's parent resource.
167
161
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []