google-apis-servicenetworking_v1beta 0.34.0 → 0.36.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: 7d10036bf02fd5c77b8c52da8036116026440fbc3954b4fb606c5d9a485e4503
4
+ data.tar.gz: ea1d26167896ccfc0677f586587e9f21d153baeab66845c1df7d98d191114a92
5
5
  SHA512:
6
- metadata.gz: d832d603b13ad18d7961d5eeed2ce075cd98d8c7ea13ee02baf978572ccc79e711a47b982c13a1a8143e28ea311ea0abf7b3739c43734d79f38ac677fc4a27cd
7
- data.tar.gz: eb0d716252cbd6625521f6008d692bff1b4882aa565d71e23eba378e26517e7ea71928b7e8dc9b0d8eaded604ae576a85f6b12021471adb3489642dfc0e6a592
6
+ metadata.gz: c2ac7069e008b65f77d4acbcefd193f4e55a22a19172c2c5f06b4347ad65d22df60d8be7fe2a547203004c8bc8b79c87974ed65cf3c13c49c2907d1092721407
7
+ data.tar.gz: 75d27c6c9ffe8cbdfcacd4c0743f4f705f14b3bfa29179d9d0bd3badae69800641f18d5daa2e132d66afa1890f506e4af9758422aa3a7199266b410e5e3d5679
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.36.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230329
6
+
7
+ ### v0.35.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230321
10
+
3
11
  ### v0.34.0 (2023-03-05)
4
12
 
5
13
  * 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
@@ -1384,6 +1388,42 @@ module Google
1384
1388
  # @return [Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings]
1385
1389
  attr_accessor :common
1386
1390
 
1391
+ # Namespaces which must be aliased in snippets due to a known (but non-generator-
1392
+ # predictable) naming collision
1393
+ # Corresponds to the JSON property `forcedNamespaceAliases`
1394
+ # @return [Array<String>]
1395
+ attr_accessor :forced_namespace_aliases
1396
+
1397
+ # Method signatures (in the form "service.method(signature)") which are provided
1398
+ # separately, so shouldn't be generated. Snippets *calling* these methods are
1399
+ # still generated, however.
1400
+ # Corresponds to the JSON property `handwrittenSignatures`
1401
+ # @return [Array<String>]
1402
+ attr_accessor :handwritten_signatures
1403
+
1404
+ # List of full resource types to ignore during generation. This is typically
1405
+ # used for API-specific Location resources, which should be handled by the
1406
+ # generator as if they were actually the common Location resources. Example
1407
+ # entry: "documentai.googleapis.com/Location"
1408
+ # Corresponds to the JSON property `ignoredResources`
1409
+ # @return [Array<String>]
1410
+ attr_accessor :ignored_resources
1411
+
1412
+ # Map from full resource types to the effective short name for the resource.
1413
+ # This is used when otherwise resource named from different services would cause
1414
+ # naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
1415
+ # DataLabelingDataset"
1416
+ # Corresponds to the JSON property `renamedResources`
1417
+ # @return [Hash<String,String>]
1418
+ attr_accessor :renamed_resources
1419
+
1420
+ # Map from original service names to renamed versions. This is used when the
1421
+ # default generated types would cause a naming conflict. (Neither name is fully-
1422
+ # qualified.) Example: Subscriber to SubscriberServiceApi.
1423
+ # Corresponds to the JSON property `renamedServices`
1424
+ # @return [Hash<String,String>]
1425
+ attr_accessor :renamed_services
1426
+
1387
1427
  def initialize(**args)
1388
1428
  update!(**args)
1389
1429
  end
@@ -1391,6 +1431,11 @@ module Google
1391
1431
  # Update properties of this object
1392
1432
  def update!(**args)
1393
1433
  @common = args[:common] if args.key?(:common)
1434
+ @forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
1435
+ @handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
1436
+ @ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
1437
+ @renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
1438
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
1394
1439
  end
1395
1440
  end
1396
1441
 
@@ -1456,6 +1501,11 @@ module Google
1456
1501
  class Enum
1457
1502
  include Google::Apis::Core::Hashable
1458
1503
 
1504
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
1505
+ # Corresponds to the JSON property `edition`
1506
+ # @return [String]
1507
+ attr_accessor :edition
1508
+
1459
1509
  # Enum value definitions.
1460
1510
  # Corresponds to the JSON property `enumvalue`
1461
1511
  # @return [Array<Google::Apis::ServicenetworkingV1beta::EnumValue>]
@@ -1488,6 +1538,7 @@ module Google
1488
1538
 
1489
1539
  # Update properties of this object
1490
1540
  def update!(**args)
1541
+ @edition = args[:edition] if args.key?(:edition)
1491
1542
  @enumvalue = args[:enumvalue] if args.key?(:enumvalue)
1492
1543
  @name = args[:name] if args.key?(:name)
1493
1544
  @options = args[:options] if args.key?(:options)
@@ -2593,7 +2644,7 @@ module Google
2593
2644
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2594
2645
  # are also declared with same name and request/response types in `Storage`. A
2595
2646
  # documentation generator or annotation processor will see the effective `
2596
- # Storage.GetAcl` method after inheriting documentation and annotations as
2647
+ # Storage.GetAcl` method after inherting documentation and annotations as
2597
2648
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2598
2649
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2599
2650
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -4091,6 +4142,11 @@ module Google
4091
4142
  class Type
4092
4143
  include Google::Apis::Core::Hashable
4093
4144
 
4145
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
4146
+ # Corresponds to the JSON property `edition`
4147
+ # @return [String]
4148
+ attr_accessor :edition
4149
+
4094
4150
  # The list of fields.
4095
4151
  # Corresponds to the JSON property `fields`
4096
4152
  # @return [Array<Google::Apis::ServicenetworkingV1beta::Field>]
@@ -4128,6 +4184,7 @@ module Google
4128
4184
 
4129
4185
  # Update properties of this object
4130
4186
  def update!(**args)
4187
+ @edition = args[:edition] if args.key?(:edition)
4131
4188
  @fields = args[:fields] if args.key?(:fields)
4132
4189
  @name = args[:name] if args.key?(:name)
4133
4190
  @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.36.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
@@ -951,6 +951,11 @@ module Google
951
951
  class Representation < Google::Apis::Core::JsonRepresentation
952
952
  property :common, as: 'common', class: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings, decorator: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings::Representation
953
953
 
954
+ collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
955
+ collection :handwritten_signatures, as: 'handwrittenSignatures'
956
+ collection :ignored_resources, as: 'ignoredResources'
957
+ hash :renamed_resources, as: 'renamedResources'
958
+ hash :renamed_services, as: 'renamedServices'
954
959
  end
955
960
  end
956
961
 
@@ -967,6 +972,7 @@ module Google
967
972
  class Enum
968
973
  # @private
969
974
  class Representation < Google::Apis::Core::JsonRepresentation
975
+ property :edition, as: 'edition'
970
976
  collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServicenetworkingV1beta::EnumValue, decorator: Google::Apis::ServicenetworkingV1beta::EnumValue::Representation
971
977
 
972
978
  property :name, as: 'name'
@@ -1564,6 +1570,7 @@ module Google
1564
1570
  class Type
1565
1571
  # @private
1566
1572
  class Representation < Google::Apis::Core::JsonRepresentation
1573
+ property :edition, as: 'edition'
1567
1574
  collection :fields, as: 'fields', class: Google::Apis::ServicenetworkingV1beta::Field, decorator: Google::Apis::ServicenetworkingV1beta::Field::Representation
1568
1575
 
1569
1576
  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.36.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_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.36.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: []