google-apis-servicenetworking_v1beta 0.54.0 → 0.56.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: 003b5f95d4a259a36f5b0d5d6401b69881566738327a73213bc59a56d5278d00
4
- data.tar.gz: 5abec7e66433f2a3dce689c25d37e3656b4936f58bd3b7d6bf8be97f0c76e372
3
+ metadata.gz: 59f2ff32a97f1ed6acc01a76623a740a6f714467a1dc6419d58a953ab807adb6
4
+ data.tar.gz: f00541c6fa68900780229be02467f05815200707768e3ccdbe1810ae054e61ce
5
5
  SHA512:
6
- metadata.gz: c7b048d8d306675eec43d5f725d144cdf7fb6b064da42996766874dff7659b037803c0e607ba06634a7685378b19f1bc46b3c8d555d995cb770bd6cdd8519882
7
- data.tar.gz: c3130b7b4f216b7931a1a88067b25b1dd60352d984c6291aa04cf9b97c0b6e08045fe061a9df4eae18cc595fc519d51c29352dff8da0c9fdf3b1dc5ef4ea0972
6
+ metadata.gz: 5fb04002c9efa00aed45f3d5d927ea2fb8090f223c64285ab916d3013941ea9288e0fcb6d55b98282f8dac98e87cd88357a688357d7c001e46d9256b54d045fb
7
+ data.tar.gz: 28d5ebdd5007fade0d4a602126b984916300e504c62bea03e0a2ccb801f6f6c552b29a3c8f948cd1c67937ec6e69f360c37fc1d463554cced1f7bb2bf66c5f54
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.56.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241113
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.55.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240716
11
+
3
12
  ### v0.54.0 (2024-06-30)
4
13
 
5
14
  * Regenerated from discovery document revision 20240626
@@ -774,6 +774,12 @@ module Google
774
774
  # @return [String]
775
775
  attr_accessor :reference_docs_uri
776
776
 
777
+ # This message is used to configure the generation of a subset of the RPCs in a
778
+ # service for client libraries.
779
+ # Corresponds to the JSON property `selectiveGapicGeneration`
780
+ # @return [Google::Apis::ServicenetworkingV1beta::SelectiveGapicGeneration]
781
+ attr_accessor :selective_gapic_generation
782
+
777
783
  def initialize(**args)
778
784
  update!(**args)
779
785
  end
@@ -782,6 +788,7 @@ module Google
782
788
  def update!(**args)
783
789
  @destinations = args[:destinations] if args.key?(:destinations)
784
790
  @reference_docs_uri = args[:reference_docs_uri] if args.key?(:reference_docs_uri)
791
+ @selective_gapic_generation = args[:selective_gapic_generation] if args.key?(:selective_gapic_generation)
785
792
  end
786
793
  end
787
794
 
@@ -1007,12 +1014,14 @@ module Google
1007
1014
  # @return [Array<String>]
1008
1015
  attr_accessor :allowed_response_extensions
1009
1016
 
1010
- # A list of full type names of provided contexts.
1017
+ # A list of full type names of provided contexts. It is used to support
1018
+ # propagating HTTP headers and ETags from the response extension.
1011
1019
  # Corresponds to the JSON property `provided`
1012
1020
  # @return [Array<String>]
1013
1021
  attr_accessor :provided
1014
1022
 
1015
- # A list of full type names of requested contexts.
1023
+ # A list of full type names of requested contexts, only the requested context
1024
+ # will be made available to the backend.
1016
1025
  # Corresponds to the JSON property `requested`
1017
1026
  # @return [Array<String>]
1018
1027
  attr_accessor :requested
@@ -1268,17 +1277,14 @@ module Google
1268
1277
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
1269
1278
  # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
1270
1279
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
1271
- # google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
1272
- # google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
1273
- # region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
1274
- # project: java-docs-samples file: calendar/delete.java Documentation is
1275
- # provided in markdown syntax. In addition to standard markdown features,
1276
- # definition lists, tables and fenced code blocks are supported. Section headers
1277
- # can be provided and are interpreted relative to the section nesting of the
1278
- # context where a documentation fragment is embedded. Documentation from the IDL
1279
- # is merged with documentation defined via the config at normalization time,
1280
- # where documentation provided by config rules overrides IDL provided. A number
1281
- # of constructs specific to the API platform are supported in documentation text.
1280
+ # google.calendar.Calendar.Put description: > ... Documentation is provided in
1281
+ # markdown syntax. In addition to standard markdown features, definition lists,
1282
+ # tables and fenced code blocks are supported. Section headers can be provided
1283
+ # and are interpreted relative to the section nesting of the context where a
1284
+ # documentation fragment is embedded. Documentation from the IDL is merged with
1285
+ # documentation defined via the config at normalization time, where
1286
+ # documentation provided by config rules overrides IDL provided. A number of
1287
+ # constructs specific to the API platform are supported in documentation text.
1282
1288
  # In order to reference a proto element, the following notation can be used: [
1283
1289
  # fully.qualified.proto.name][] To override the display text used for the link,
1284
1290
  # this can be used: [display text][fully.qualified.proto.name] Text can be
@@ -1602,6 +1608,39 @@ module Google
1602
1608
  end
1603
1609
  end
1604
1610
 
1611
+ # Experimental features to be included during client library generation. These
1612
+ # fields will be deprecated once the feature graduates and is enabled by default.
1613
+ class ExperimentalFeatures
1614
+ include Google::Apis::Core::Hashable
1615
+
1616
+ # Enables generation of protobuf code using new types that are more Pythonic
1617
+ # which are included in `protobuf>=5.29.x`. This feature will be enabled by
1618
+ # default 1 month after launching the feature in preview packages.
1619
+ # Corresponds to the JSON property `protobufPythonicTypesEnabled`
1620
+ # @return [Boolean]
1621
+ attr_accessor :protobuf_pythonic_types_enabled
1622
+ alias_method :protobuf_pythonic_types_enabled?, :protobuf_pythonic_types_enabled
1623
+
1624
+ # Enables generation of asynchronous REST clients if `rest` transport is enabled.
1625
+ # By default, asynchronous REST clients will not be generated. This feature
1626
+ # will be enabled by default 1 month after launching the feature in preview
1627
+ # packages.
1628
+ # Corresponds to the JSON property `restAsyncIoEnabled`
1629
+ # @return [Boolean]
1630
+ attr_accessor :rest_async_io_enabled
1631
+ alias_method :rest_async_io_enabled?, :rest_async_io_enabled
1632
+
1633
+ def initialize(**args)
1634
+ update!(**args)
1635
+ end
1636
+
1637
+ # Update properties of this object
1638
+ def update!(**args)
1639
+ @protobuf_pythonic_types_enabled = args[:protobuf_pythonic_types_enabled] if args.key?(:protobuf_pythonic_types_enabled)
1640
+ @rest_async_io_enabled = args[:rest_async_io_enabled] if args.key?(:rest_async_io_enabled)
1641
+ end
1642
+ end
1643
+
1605
1644
  # A single field of a message type.
1606
1645
  class Field
1607
1646
  include Google::Apis::Core::Hashable
@@ -1731,6 +1770,13 @@ module Google
1731
1770
  # @return [Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings]
1732
1771
  attr_accessor :common
1733
1772
 
1773
+ # Map of service names to renamed services. Keys are the package relative
1774
+ # service names and values are the name to be used for the service client and
1775
+ # call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin
1776
+ # Corresponds to the JSON property `renamedServices`
1777
+ # @return [Hash<String,String>]
1778
+ attr_accessor :renamed_services
1779
+
1734
1780
  def initialize(**args)
1735
1781
  update!(**args)
1736
1782
  end
@@ -1738,6 +1784,7 @@ module Google
1738
1784
  # Update properties of this object
1739
1785
  def update!(**args)
1740
1786
  @common = args[:common] if args.key?(:common)
1787
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
1741
1788
  end
1742
1789
  end
1743
1790
 
@@ -2002,27 +2049,27 @@ module Google
2002
2049
  # effect as the proto annotation. This can be particularly useful if you have a
2003
2050
  # proto that is reused in multiple services. Note that any transcoding specified
2004
2051
  # in the service config will override any matching transcoding configuration in
2005
- # the proto. Example below selects a gRPC method and applies HttpRule to it.
2006
- # http: rules: - selector: example.v1.Messaging.GetMessage get: /v1/messages/`
2007
- # message_id`/`sub.subfield` Special notes When gRPC Transcoding is used to map
2008
- # a gRPC to JSON REST endpoints, the proto to JSON conversion must follow the [
2009
- # proto3 specification](https://developers.google.com/protocol-buffers/docs/
2010
- # proto3#json). While the single segment variable follows the semantics of [RFC
2011
- # 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String
2012
- # Expansion, the multi segment variable **does not** follow RFC 6570 Section 3.2.
2013
- # 3 Reserved Expansion. The reason is that the Reserved Expansion does not
2014
- # expand special characters like `?` and `#`, which would lead to invalid URLs.
2015
- # As the result, gRPC Transcoding uses a custom encoding for multi segment
2016
- # variables. The path variables **must not** refer to any repeated or mapped
2017
- # field, because client libraries are not capable of handling such variable
2018
- # expansion. The path variables **must not** capture the leading "/" character.
2019
- # The reason is that the most common use case "`var`" does not capture the
2020
- # leading "/" character. For consistency, all path variables must share the same
2021
- # behavior. Repeated message fields must not be mapped to URL query parameters,
2022
- # because no client library can support such complicated mapping. If an API
2023
- # needs to use a JSON array for request or response body, it can map the request
2024
- # or response body to a repeated field. However, some gRPC Transcoding
2025
- # implementations may not support this feature.
2052
+ # the proto. The following example selects a gRPC method and applies an `
2053
+ # HttpRule` to it: http: rules: - selector: example.v1.Messaging.GetMessage get:
2054
+ # /v1/messages/`message_id`/`sub.subfield` Special notes When gRPC Transcoding
2055
+ # is used to map a gRPC to JSON REST endpoints, the proto to JSON conversion
2056
+ # must follow the [proto3 specification](https://developers.google.com/protocol-
2057
+ # buffers/docs/proto3#json). While the single segment variable follows the
2058
+ # semantics of [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2
2059
+ # Simple String Expansion, the multi segment variable **does not** follow RFC
2060
+ # 6570 Section 3.2.3 Reserved Expansion. The reason is that the Reserved
2061
+ # Expansion does not expand special characters like `?` and `#`, which would
2062
+ # lead to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
2063
+ # for multi segment variables. The path variables **must not** refer to any
2064
+ # repeated or mapped field, because client libraries are not capable of handling
2065
+ # such variable expansion. The path variables **must not** capture the leading "/
2066
+ # " character. The reason is that the most common use case "`var`" does not
2067
+ # capture the leading "/" character. For consistency, all path variables must
2068
+ # share the same behavior. Repeated message fields must not be mapped to URL
2069
+ # query parameters, because no client library can support such complicated
2070
+ # mapping. If an API needs to use a JSON array for request or response body, it
2071
+ # can map the request or response body to a repeated field. However, some gRPC
2072
+ # Transcoding implementations may not support this feature.
2026
2073
  class HttpRule
2027
2074
  include Google::Apis::Core::Hashable
2028
2075
 
@@ -2690,6 +2737,11 @@ module Google
2690
2737
  # @return [String]
2691
2738
  attr_accessor :sample_period
2692
2739
 
2740
+ # The scope of the timeseries data of the metric.
2741
+ # Corresponds to the JSON property `timeSeriesResourceHierarchyLevel`
2742
+ # @return [Array<String>]
2743
+ attr_accessor :time_series_resource_hierarchy_level
2744
+
2693
2745
  def initialize(**args)
2694
2746
  update!(**args)
2695
2747
  end
@@ -2699,6 +2751,7 @@ module Google
2699
2751
  @ingest_delay = args[:ingest_delay] if args.key?(:ingest_delay)
2700
2752
  @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
2701
2753
  @sample_period = args[:sample_period] if args.key?(:sample_period)
2754
+ @time_series_resource_hierarchy_level = args[:time_series_resource_hierarchy_level] if args.key?(:time_series_resource_hierarchy_level)
2702
2755
  end
2703
2756
  end
2704
2757
 
@@ -2751,7 +2804,7 @@ module Google
2751
2804
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2752
2805
  # are also declared with same name and request/response types in `Storage`. A
2753
2806
  # documentation generator or annotation processor will see the effective `
2754
- # Storage.GetAcl` method after inherting documentation and annotations as
2807
+ # Storage.GetAcl` method after inheriting documentation and annotations as
2755
2808
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2756
2809
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2757
2810
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -3217,10 +3270,11 @@ module Google
3217
3270
  # granularity. The role must be one of the following: - 'roles/container.
3218
3271
  # hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.
3219
3272
  # securityAdmin' applied on the shared VPC host project - 'roles/compute.
3220
- # networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin'
3273
+ # networkAdmin' applied on the shared VPC host project - 'roles/tpu.xpnAgent'
3221
3274
  # applied on the shared VPC host project - 'roles/dns.admin' applied on the
3222
3275
  # shared VPC host project - 'roles/logging.admin' applied on the shared VPC host
3223
- # project
3276
+ # project - 'roles/monitoring.viewer' applied on the shared VPC host project - '
3277
+ # roles/servicemanagement.quotaViewer' applied on the shared VPC host project
3224
3278
  # Corresponds to the JSON property `role`
3225
3279
  # @return [String]
3226
3280
  attr_accessor :role
@@ -3337,6 +3391,12 @@ module Google
3337
3391
  # @return [Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings]
3338
3392
  attr_accessor :common
3339
3393
 
3394
+ # Experimental features to be included during client library generation. These
3395
+ # fields will be deprecated once the feature graduates and is enabled by default.
3396
+ # Corresponds to the JSON property `experimentalFeatures`
3397
+ # @return [Google::Apis::ServicenetworkingV1beta::ExperimentalFeatures]
3398
+ attr_accessor :experimental_features
3399
+
3340
3400
  def initialize(**args)
3341
3401
  update!(**args)
3342
3402
  end
@@ -3344,6 +3404,7 @@ module Google
3344
3404
  # Update properties of this object
3345
3405
  def update!(**args)
3346
3406
  @common = args[:common] if args.key?(:common)
3407
+ @experimental_features = args[:experimental_features] if args.key?(:experimental_features)
3347
3408
  end
3348
3409
  end
3349
3410
 
@@ -3463,11 +3524,11 @@ module Google
3463
3524
  # @return [String]
3464
3525
  attr_accessor :name
3465
3526
 
3466
- # Specify the unit of the quota limit. It uses the same syntax as Metric.unit.
3467
- # The supported unit kinds are determined by the quota backend system. Here are
3468
- # some examples: * "1/min/`project`" for quota per minute per project. Note: the
3469
- # order of unit components is insignificant. The "1" at the beginning is
3470
- # required to follow the metric unit syntax.
3527
+ # Specify the unit of the quota limit. It uses the same syntax as
3528
+ # MetricDescriptor.unit. The supported unit kinds are determined by the quota
3529
+ # backend system. Here are some examples: * "1/min/`project`" for quota per
3530
+ # minute per project. Note: the order of unit components is insignificant. The "
3531
+ # 1" at the beginning is required to follow the metric unit syntax.
3471
3532
  # Corresponds to the JSON property `unit`
3472
3533
  # @return [String]
3473
3534
  attr_accessor :unit
@@ -3696,6 +3757,27 @@ module Google
3696
3757
  end
3697
3758
  end
3698
3759
 
3760
+ # This message is used to configure the generation of a subset of the RPCs in a
3761
+ # service for client libraries.
3762
+ class SelectiveGapicGeneration
3763
+ include Google::Apis::Core::Hashable
3764
+
3765
+ # An allowlist of the fully qualified names of RPCs that should be included on
3766
+ # public client surfaces.
3767
+ # Corresponds to the JSON property `methods`
3768
+ # @return [Array<String>]
3769
+ attr_accessor :methods_prop
3770
+
3771
+ def initialize(**args)
3772
+ update!(**args)
3773
+ end
3774
+
3775
+ # Update properties of this object
3776
+ def update!(**args)
3777
+ @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
3778
+ end
3779
+ end
3780
+
3699
3781
  # `Service` is the root object of Google API service configuration (service
3700
3782
  # config). It describes the basic information about a logical service, such as
3701
3783
  # the service name and the user-facing title, and delegates other aspects to sub-
@@ -3799,17 +3881,14 @@ module Google
3799
3881
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
3800
3882
  # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
3801
3883
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
3802
- # google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
3803
- # google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
3804
- # region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
3805
- # project: java-docs-samples file: calendar/delete.java Documentation is
3806
- # provided in markdown syntax. In addition to standard markdown features,
3807
- # definition lists, tables and fenced code blocks are supported. Section headers
3808
- # can be provided and are interpreted relative to the section nesting of the
3809
- # context where a documentation fragment is embedded. Documentation from the IDL
3810
- # is merged with documentation defined via the config at normalization time,
3811
- # where documentation provided by config rules overrides IDL provided. A number
3812
- # of constructs specific to the API platform are supported in documentation text.
3884
+ # google.calendar.Calendar.Put description: > ... Documentation is provided in
3885
+ # markdown syntax. In addition to standard markdown features, definition lists,
3886
+ # tables and fenced code blocks are supported. Section headers can be provided
3887
+ # and are interpreted relative to the section nesting of the context where a
3888
+ # documentation fragment is embedded. Documentation from the IDL is merged with
3889
+ # documentation defined via the config at normalization time, where
3890
+ # documentation provided by config rules overrides IDL provided. A number of
3891
+ # constructs specific to the API platform are supported in documentation text.
3813
3892
  # In order to reference a proto element, the following notation can be used: [
3814
3893
  # fully.qualified.proto.name][] To override the display text used for the link,
3815
3894
  # this can be used: [display text][fully.qualified.proto.name] Text can be
@@ -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.54.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240626"
25
+ REVISION = "20241113"
26
26
  end
27
27
  end
28
28
  end
@@ -250,6 +250,12 @@ module Google
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
+ class ExperimentalFeatures
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
253
259
  class Field
254
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
261
 
@@ -544,6 +550,12 @@ module Google
544
550
  include Google::Apis::Core::JsonObjectSupport
545
551
  end
546
552
 
553
+ class SelectiveGapicGeneration
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
547
559
  class Service
548
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
549
561
 
@@ -812,6 +824,8 @@ module Google
812
824
  class Representation < Google::Apis::Core::JsonRepresentation
813
825
  collection :destinations, as: 'destinations'
814
826
  property :reference_docs_uri, as: 'referenceDocsUri'
827
+ property :selective_gapic_generation, as: 'selectiveGapicGeneration', class: Google::Apis::ServicenetworkingV1beta::SelectiveGapicGeneration, decorator: Google::Apis::ServicenetworkingV1beta::SelectiveGapicGeneration::Representation
828
+
815
829
  end
816
830
  end
817
831
 
@@ -1017,6 +1031,14 @@ module Google
1017
1031
  end
1018
1032
  end
1019
1033
 
1034
+ class ExperimentalFeatures
1035
+ # @private
1036
+ class Representation < Google::Apis::Core::JsonRepresentation
1037
+ property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
1038
+ property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
1039
+ end
1040
+ end
1041
+
1020
1042
  class Field
1021
1043
  # @private
1022
1044
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1048,6 +1070,7 @@ module Google
1048
1070
  class Representation < Google::Apis::Core::JsonRepresentation
1049
1071
  property :common, as: 'common', class: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings, decorator: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings::Representation
1050
1072
 
1073
+ hash :renamed_services, as: 'renamedServices'
1051
1074
  end
1052
1075
  end
1053
1076
 
@@ -1241,6 +1264,7 @@ module Google
1241
1264
  property :ingest_delay, as: 'ingestDelay'
1242
1265
  property :launch_stage, as: 'launchStage'
1243
1266
  property :sample_period, as: 'samplePeriod'
1267
+ collection :time_series_resource_hierarchy_level, as: 'timeSeriesResourceHierarchyLevel'
1244
1268
  end
1245
1269
  end
1246
1270
 
@@ -1396,6 +1420,8 @@ module Google
1396
1420
  class Representation < Google::Apis::Core::JsonRepresentation
1397
1421
  property :common, as: 'common', class: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings, decorator: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings::Representation
1398
1422
 
1423
+ property :experimental_features, as: 'experimentalFeatures', class: Google::Apis::ServicenetworkingV1beta::ExperimentalFeatures, decorator: Google::Apis::ServicenetworkingV1beta::ExperimentalFeatures::Representation
1424
+
1399
1425
  end
1400
1426
  end
1401
1427
 
@@ -1491,6 +1517,13 @@ module Google
1491
1517
  end
1492
1518
  end
1493
1519
 
1520
+ class SelectiveGapicGeneration
1521
+ # @private
1522
+ class Representation < Google::Apis::Core::JsonRepresentation
1523
+ collection :methods_prop, as: 'methods'
1524
+ end
1525
+ end
1526
+
1494
1527
  class Service
1495
1528
  # @private
1496
1529
  class Representation < Google::Apis::Core::JsonRepresentation
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.54.0
4
+ version: 0.56.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: 2024-06-30 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.56.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Networking API V1beta