google-apis-servicenetworking_v1 0.39.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: 64df465347641c446054bb18daa600c5860b22e7cc048ac7e6bb560922daabf7
4
- data.tar.gz: dbc8fedfb7165366d9dc86e56f249bc60c6a56ef697080f49452ca188671a570
3
+ metadata.gz: 9435df770b2b2a410b898df38873f3e906982d5458754c945147d4c49d9f7f85
4
+ data.tar.gz: 5d4ea35c75143277caee1b35b6e3f33ec7a7d0c4041364eb64744fbf8739ecd1
5
5
  SHA512:
6
- metadata.gz: d2b69ca45c71af6632b178a9f462862fe2e7a81e4f652388060dbfe939ad10ea99444c0afed97773ee5b8db595076add3740169996dd0f206d7197ef103c658d
7
- data.tar.gz: 8996e773d5ab668acc9bcc99de9aae26f3bf39938f8db12dd0997098267373995c6fec8f57ce35d76cbfc7c70bcbce92cf08b922074be35ed7b1db47e4a1ba95
6
+ metadata.gz: 759a750d43f8141c01d8074cc045ad2ca8a743c31a2f63bd08b66486e03374fb08e2a2be6455aaa10b673c749b706333196584967bb8d1cf03beee0d4973f020
7
+ data.tar.gz: 21288a4dfe79e99cbeaffa0b0dac5230b39492d34f551e09f21f6dde9454ed8cb9a2a194095307c9b0614884525993b608e66364e9e134927ec08e125240f6a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.40.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230226
10
+
3
11
  ### v0.39.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230215
@@ -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`
@@ -3487,6 +3498,12 @@ module Google
3487
3498
  # @return [String]
3488
3499
  attr_accessor :organization
3489
3500
 
3501
+ # Optional link to proto reference documentation. Example: https://cloud.google.
3502
+ # com/pubsub/lite/docs/reference/rpc
3503
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
3504
+ # @return [String]
3505
+ attr_accessor :proto_reference_documentation_uri
3506
+
3490
3507
  def initialize(**args)
3491
3508
  update!(**args)
3492
3509
  end
@@ -3502,6 +3519,7 @@ module Google
3502
3519
  @method_settings = args[:method_settings] if args.key?(:method_settings)
3503
3520
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3504
3521
  @organization = args[:organization] if args.key?(:organization)
3522
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3505
3523
  end
3506
3524
  end
3507
3525
 
@@ -4600,6 +4618,11 @@ module Google
4600
4618
  class Type
4601
4619
  include Google::Apis::Core::Hashable
4602
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
+
4603
4626
  # The list of fields.
4604
4627
  # Corresponds to the JSON property `fields`
4605
4628
  # @return [Array<Google::Apis::ServicenetworkingV1::Field>]
@@ -4637,6 +4660,7 @@ module Google
4637
4660
 
4638
4661
  # Update properties of this object
4639
4662
  def update!(**args)
4663
+ @edition = args[:edition] if args.key?(:edition)
4640
4664
  @fields = args[:fields] if args.key?(:fields)
4641
4665
  @name = args[:name] if args.key?(:name)
4642
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.39.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 = "20230215"
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'
@@ -1548,6 +1549,7 @@ module Google
1548
1549
 
1549
1550
  property :new_issue_uri, as: 'newIssueUri'
1550
1551
  property :organization, as: 'organization'
1552
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1551
1553
  end
1552
1554
  end
1553
1555
 
@@ -1812,6 +1814,7 @@ module Google
1812
1814
  class Type
1813
1815
  # @private
1814
1816
  class Representation < Google::Apis::Core::JsonRepresentation
1817
+ property :edition, as: 'edition'
1815
1818
  collection :fields, as: 'fields', class: Google::Apis::ServicenetworkingV1::Field, decorator: Google::Apis::ServicenetworkingV1::Field::Representation
1816
1819
 
1817
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.39.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-02-26 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.39.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: []