google-apis-servicenetworking_v1 0.40.0 → 0.42.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: bd9a24716acb571efcaedafb0cdafb31ce4031941da809c329b2966c10055a4e
4
+ data.tar.gz: 69d33e398e2b03c6c0f66a25396b32df9757b095ef7b4c8b394f3c298ce2de30
5
5
  SHA512:
6
- metadata.gz: 5bae2254675ea89a946d0c531c69088be5adc0fdff47a81c52abd958f82cfb7b9b4f0523c0e7fcd46f09c69793e87b5b3baa3be508b046e2e89f498ebc02c2f0
7
- data.tar.gz: 8b361ad0fb28228a9ba09ae90c38fad0c33888f54e2caed77f392722bf50acc94fec080e229bf545af9efb9c5cf729620673fb4557806a655fb649b5f580d896
6
+ metadata.gz: 47e917ca328794a8ed64c0c64a900f82df936afbf30a8c5f75d5c1018f7bef495f7e7324b73e2d9c8466f7fed353f132e298ce9849eec9d0b761e1dda948ab77
7
+ data.tar.gz: 55cf7e1a5afd5b3d5c3b6adf62f7b13cd8aa2cdd989aacaf60c36e4f50894811967201552270f05a51ba9d09e739939e2d8418186cadbbfd4030e8826e2322a1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.42.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230329
6
+
7
+ ### v0.41.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230321
10
+
3
11
  ### v0.40.0 (2023-03-05)
4
12
 
5
13
  * 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
@@ -1656,6 +1661,42 @@ module Google
1656
1661
  # @return [Google::Apis::ServicenetworkingV1::CommonLanguageSettings]
1657
1662
  attr_accessor :common
1658
1663
 
1664
+ # Namespaces which must be aliased in snippets due to a known (but non-generator-
1665
+ # predictable) naming collision
1666
+ # Corresponds to the JSON property `forcedNamespaceAliases`
1667
+ # @return [Array<String>]
1668
+ attr_accessor :forced_namespace_aliases
1669
+
1670
+ # Method signatures (in the form "service.method(signature)") which are provided
1671
+ # separately, so shouldn't be generated. Snippets *calling* these methods are
1672
+ # still generated, however.
1673
+ # Corresponds to the JSON property `handwrittenSignatures`
1674
+ # @return [Array<String>]
1675
+ attr_accessor :handwritten_signatures
1676
+
1677
+ # List of full resource types to ignore during generation. This is typically
1678
+ # used for API-specific Location resources, which should be handled by the
1679
+ # generator as if they were actually the common Location resources. Example
1680
+ # entry: "documentai.googleapis.com/Location"
1681
+ # Corresponds to the JSON property `ignoredResources`
1682
+ # @return [Array<String>]
1683
+ attr_accessor :ignored_resources
1684
+
1685
+ # Map from full resource types to the effective short name for the resource.
1686
+ # This is used when otherwise resource named from different services would cause
1687
+ # naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
1688
+ # DataLabelingDataset"
1689
+ # Corresponds to the JSON property `renamedResources`
1690
+ # @return [Hash<String,String>]
1691
+ attr_accessor :renamed_resources
1692
+
1693
+ # Map from original service names to renamed versions. This is used when the
1694
+ # default generated types would cause a naming conflict. (Neither name is fully-
1695
+ # qualified.) Example: Subscriber to SubscriberServiceApi.
1696
+ # Corresponds to the JSON property `renamedServices`
1697
+ # @return [Hash<String,String>]
1698
+ attr_accessor :renamed_services
1699
+
1659
1700
  def initialize(**args)
1660
1701
  update!(**args)
1661
1702
  end
@@ -1663,6 +1704,11 @@ module Google
1663
1704
  # Update properties of this object
1664
1705
  def update!(**args)
1665
1706
  @common = args[:common] if args.key?(:common)
1707
+ @forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
1708
+ @handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
1709
+ @ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
1710
+ @renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
1711
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
1666
1712
  end
1667
1713
  end
1668
1714
 
@@ -1765,6 +1811,11 @@ module Google
1765
1811
  class Enum
1766
1812
  include Google::Apis::Core::Hashable
1767
1813
 
1814
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
1815
+ # Corresponds to the JSON property `edition`
1816
+ # @return [String]
1817
+ attr_accessor :edition
1818
+
1768
1819
  # Enum value definitions.
1769
1820
  # Corresponds to the JSON property `enumvalue`
1770
1821
  # @return [Array<Google::Apis::ServicenetworkingV1::EnumValue>]
@@ -1797,6 +1848,7 @@ module Google
1797
1848
 
1798
1849
  # Update properties of this object
1799
1850
  def update!(**args)
1851
+ @edition = args[:edition] if args.key?(:edition)
1800
1852
  @enumvalue = args[:enumvalue] if args.key?(:enumvalue)
1801
1853
  @name = args[:name] if args.key?(:name)
1802
1854
  @options = args[:options] if args.key?(:options)
@@ -2946,7 +2998,7 @@ module Google
2946
2998
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2947
2999
  # are also declared with same name and request/response types in `Storage`. A
2948
3000
  # documentation generator or annotation processor will see the effective `
2949
- # Storage.GetAcl` method after inheriting documentation and annotations as
3001
+ # Storage.GetAcl` method after inherting documentation and annotations as
2950
3002
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2951
3003
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2952
3004
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -4607,6 +4659,11 @@ module Google
4607
4659
  class Type
4608
4660
  include Google::Apis::Core::Hashable
4609
4661
 
4662
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
4663
+ # Corresponds to the JSON property `edition`
4664
+ # @return [String]
4665
+ attr_accessor :edition
4666
+
4610
4667
  # The list of fields.
4611
4668
  # Corresponds to the JSON property `fields`
4612
4669
  # @return [Array<Google::Apis::ServicenetworkingV1::Field>]
@@ -4644,6 +4701,7 @@ module Google
4644
4701
 
4645
4702
  # Update properties of this object
4646
4703
  def update!(**args)
4704
+ @edition = args[:edition] if args.key?(:edition)
4647
4705
  @fields = args[:fields] if args.key?(:fields)
4648
4706
  @name = args[:name] if args.key?(:name)
4649
4707
  @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.42.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 = "20230329"
26
26
  end
27
27
  end
28
28
  end
@@ -1131,6 +1131,11 @@ module Google
1131
1131
  class Representation < Google::Apis::Core::JsonRepresentation
1132
1132
  property :common, as: 'common', class: Google::Apis::ServicenetworkingV1::CommonLanguageSettings, decorator: Google::Apis::ServicenetworkingV1::CommonLanguageSettings::Representation
1133
1133
 
1134
+ collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
1135
+ collection :handwritten_signatures, as: 'handwrittenSignatures'
1136
+ collection :ignored_resources, as: 'ignoredResources'
1137
+ hash :renamed_resources, as: 'renamedResources'
1138
+ hash :renamed_services, as: 'renamedServices'
1134
1139
  end
1135
1140
  end
1136
1141
 
@@ -1160,6 +1165,7 @@ module Google
1160
1165
  class Enum
1161
1166
  # @private
1162
1167
  class Representation < Google::Apis::Core::JsonRepresentation
1168
+ property :edition, as: 'edition'
1163
1169
  collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServicenetworkingV1::EnumValue, decorator: Google::Apis::ServicenetworkingV1::EnumValue::Representation
1164
1170
 
1165
1171
  property :name, as: 'name'
@@ -1813,6 +1819,7 @@ module Google
1813
1819
  class Type
1814
1820
  # @private
1815
1821
  class Representation < Google::Apis::Core::JsonRepresentation
1822
+ property :edition, as: 'edition'
1816
1823
  collection :fields, as: 'fields', class: Google::Apis::ServicenetworkingV1::Field, decorator: Google::Apis::ServicenetworkingV1::Field::Representation
1817
1824
 
1818
1825
  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.42.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-04-02 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.42.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: []