google-apis-connectors_v2 0.22.0 → 0.23.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: de705f680c7334556964c2e51198e37d373f55a02593d669ef97269f69665de5
4
- data.tar.gz: 50a2f1377fd69e1489e50e12cac3aa840ef866ecb9e3fb19481645ce4ac7574d
3
+ metadata.gz: 33170727673f125877a047fad32cf090ab978371ad55e7a5b70e7fbce7c1b699
4
+ data.tar.gz: 9a8a5adc157753beae939193ecb554cff35741767bb18a4a43198c1017a04c0c
5
5
  SHA512:
6
- metadata.gz: 8a3a1c2126a5f48b463cfe8e71cbcaae8ba7ec495164925702f319eb964a93583c4200007aae3f1a52f3e70b31d6473cc4e0312e69a6e2704aaf2b83a996cbf3
7
- data.tar.gz: 0d28d96390fe1bd1815862e87779ff749b740507468294cfe2a8a7f9ba4b34664968a47f3d6beb6fd5c4ca8a01ee74b6f4b23fa16683bf953f2730fc4bad83f0
6
+ metadata.gz: 732fecc92bc8814ddf4920112844f79575e66fb79b825ddc01cdbe484b93a2486e4617f1b6f3b0c83948c0de79e13d4dd3312f31b7846a167a792840ed53ff6a
7
+ data.tar.gz: 2b79b94755ee1d395766199122e5e5c8d14ec92223929dc4184432d55e81b11edfeaf971bf4502e0372eebb1ede97b96365bbae387397421deb714fd403594a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v2
2
2
 
3
+ ### v0.23.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250423
6
+
3
7
  ### v0.22.0 (2025-04-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20250327
@@ -674,6 +674,17 @@ module Google
674
674
  # @return [String]
675
675
  attr_accessor :consumer_defined_name
676
676
 
677
+ # Optional. The consumer_project_number associated with this Apigee instance.
678
+ # This field is added specifically to support Apigee integration with SLM
679
+ # Rollout and UMM. It represents the numerical project ID of the GCP project
680
+ # that consumes this Apigee instance. It is used for SLM rollout notifications
681
+ # and UMM integration, enabling proper mapping to customer projects and log
682
+ # delivery for Apigee instances. This field complements consumer_project_id and
683
+ # may be used for specific Apigee scenarios where the numerical ID is required.
684
+ # Corresponds to the JSON property `consumerProjectNumber`
685
+ # @return [String]
686
+ attr_accessor :consumer_project_number
687
+
677
688
  # Output only. Timestamp when the resource was created.
678
689
  # Corresponds to the JSON property `createTime`
679
690
  # @return [String]
@@ -790,6 +801,7 @@ module Google
790
801
  # Update properties of this object
791
802
  def update!(**args)
792
803
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
804
+ @consumer_project_number = args[:consumer_project_number] if args.key?(:consumer_project_number)
793
805
  @create_time = args[:create_time] if args.key?(:create_time)
794
806
  @instance_type = args[:instance_type] if args.key?(:instance_type)
795
807
  @labels = args[:labels] if args.key?(:labels)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ConnectorsV2
18
18
  # Version of the google-apis-connectors_v2 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250327"
25
+ REVISION = "20250423"
26
26
  end
27
27
  end
28
28
  end
@@ -478,6 +478,7 @@ module Google
478
478
  # @private
479
479
  class Representation < Google::Apis::Core::JsonRepresentation
480
480
  property :consumer_defined_name, as: 'consumerDefinedName'
481
+ property :consumer_project_number, as: 'consumerProjectNumber'
481
482
  property :create_time, as: 'createTime'
482
483
  property :instance_type, as: 'instanceType'
483
484
  hash :labels, as: 'labels'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-16 00:00:00.000000000 Z
10
+ date: 2025-04-27 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.23.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v2
62
62
  rdoc_options: []
63
63
  require_paths: