google-apis-authorizedbuyersmarketplace_v1alpha 0.5.0 → 0.7.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: aa57fa4374bcad71f0d65693dfa2428eb3313ad7b2fc37d4426316aab9b01d5c
4
- data.tar.gz: 827940387cfe6ffefed63ad61e9ecb2619fd7328de6433600ee99074c1f39a01
3
+ metadata.gz: 10dd1ab2e1120fe465b184e8432aca32fdd093676d9aae8949db0f731105e392
4
+ data.tar.gz: d7c16093fd3f0fda3a968ed725213c6dfa431b7de93ba2b389e054ac04fc3107
5
5
  SHA512:
6
- metadata.gz: 3e7c81d8424f0ba1fbbb703bafe7b6ff968576a56edaf2a324a6fb30aa465071638ade7c5354ff7a2bb792f0bdc6353d5ae6d7da40b21ca87b46cdc16bde6588
7
- data.tar.gz: 950867ab95ae42ff13bf8fe6766a1ae9defcbeece50637446afb5164fdd8f12007d9776f579dcc80f8a8b1c53c436fa9e30790023fa106c2476b3d5d2a354ccd
6
+ metadata.gz: '09da54d49d8224f301d3ee57b52c2bc53299c6d6091a09b2043f000cb8468b6a8f5983ab29e1e4521e00c42efd417dc4c3ad633fb267be773a27d0e8e55e910d'
7
+ data.tar.gz: b12d22fa32b3ac1d8548cc22d0e5974c71981421d94e9a4d89a428dfec5c363779b67cf0ff8f257a8abcfa2d46831dc16c332d76390ccd7c6cabfbc5d58f8270
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1alpha
2
2
 
3
+ ### v0.7.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250616
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.6.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.5.0 (2025-03-09)
4
13
 
5
14
  * Regenerated from discovery document revision 20250303
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/authorized-buyers/apis
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -519,8 +519,9 @@ module Google
519
519
  attr_accessor :create_time
520
520
 
521
521
  # Immutable. Identifier. The unique identifier for the data segment. Account ID
522
- # corresponds to the account ID that created the segment. Format: `buyers/`
523
- # accountId`/dataSegments/`curatorDataSegmentId``
522
+ # corresponds to the account ID that created the segment. v1alpha format: `
523
+ # buyers/`accountId`/dataSegments/`curatorDataSegmentId`` v1beta format: `
524
+ # curators/`curatorAccountId`/dataSegments/`curatorDataSegmentId``
524
525
  # Corresponds to the JSON property `name`
525
526
  # @return [String]
526
527
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AuthorizedbuyersmarketplaceV1alpha
18
18
  # Version of the google-apis-authorizedbuyersmarketplace_v1alpha gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250303"
25
+ REVISION = "20250616"
26
26
  end
27
27
  end
28
28
  end
@@ -838,7 +838,8 @@ module Google
838
838
 
839
839
  # Activates a data segment.
840
840
  # @param [String] name
841
- # Required. Name of data segment to activate. Format: `buyers/`accountId`/
841
+ # Required. Name of data segment to activate. v1alpha format: `buyers/`accountId`
842
+ # /dataSegments/`curatorDataSegmentId`` v1beta format: `curators/`accountId`/
842
843
  # dataSegments/`curatorDataSegmentId``
843
844
  # @param [Google::Apis::AuthorizedbuyersmarketplaceV1alpha::ActivateDataSegmentRequest] activate_data_segment_request_object
844
845
  # @param [String] fields
@@ -874,8 +875,8 @@ module Google
874
875
  # created in the `ACTIVE` state, meaning it will be immediately available for
875
876
  # buyers to use in preferred deals, private auction deals, and auction packages.
876
877
  # @param [String] parent
877
- # Required. The parent resource where this data segment will be created. Format:
878
- # `buyers/`accountId``
878
+ # Required. The parent resource where this data segment will be created. v1alpha
879
+ # format: `buyers/`accountId`` v1beta format: `curators/`accountId``
879
880
  # @param [Google::Apis::AuthorizedbuyersmarketplaceV1alpha::DataSegment] data_segment_object
880
881
  # @param [String] fields
881
882
  # Selector specifying which fields to include in a partial response.
@@ -908,8 +909,9 @@ module Google
908
909
 
909
910
  # Deactivates a data segment.
910
911
  # @param [String] name
911
- # Required. Name of data segment to deactivate. Format: `buyers/`accountId`/
912
- # dataSegments/`curatorDataSegmentId``
912
+ # Required. Name of data segment to deactivate. v1alpha format: `buyers/`
913
+ # accountId`/dataSegments/`curatorDataSegmentId`` v1beta format: `curators/`
914
+ # accountId`/dataSegments/`curatorDataSegmentId``
913
915
  # @param [Google::Apis::AuthorizedbuyersmarketplaceV1alpha::DeactivateDataSegmentRequest] deactivate_data_segment_request_object
914
916
  # @param [String] fields
915
917
  # Selector specifying which fields to include in a partial response.
@@ -942,7 +944,8 @@ module Google
942
944
 
943
945
  # Gets a data segment given its name.
944
946
  # @param [String] name
945
- # Required. Name of data segment to get. Format: `buyers/`accountId`/
947
+ # Required. Name of data segment to get. v1alpha format: `buyers/`accountId`/
948
+ # dataSegments/`curatorDataSegmentId`` v1beta format: `curators/`accountId`/
946
949
  # dataSegments/`curatorDataSegmentId``
947
950
  # @param [String] fields
948
951
  # Selector specifying which fields to include in a partial response.
@@ -973,8 +976,8 @@ module Google
973
976
 
974
977
  # List the data segments owned by a curator.
975
978
  # @param [String] parent
976
- # Required. Name of the parent buyer that can access the data segment. Format: `
977
- # buyers/`accountId``
979
+ # Required. Name of the parent curator that can access the data segment. v1alpha
980
+ # format: `buyers/`accountId`` v1beta format: `curators/`accountId``
978
981
  # @param [Fixnum] page_size
979
982
  # Optional. Requested page size. The server may return fewer results than
980
983
  # requested. Max allowed page size is 500. If unspecified, the server will
@@ -1013,8 +1016,9 @@ module Google
1013
1016
  # Updates a data segment.
1014
1017
  # @param [String] name
1015
1018
  # Immutable. Identifier. The unique identifier for the data segment. Account ID
1016
- # corresponds to the account ID that created the segment. Format: `buyers/`
1017
- # accountId`/dataSegments/`curatorDataSegmentId``
1019
+ # corresponds to the account ID that created the segment. v1alpha format: `
1020
+ # buyers/`accountId`/dataSegments/`curatorDataSegmentId`` v1beta format: `
1021
+ # curators/`curatorAccountId`/dataSegments/`curatorDataSegmentId``
1018
1022
  # @param [Google::Apis::AuthorizedbuyersmarketplaceV1alpha::DataSegment] data_segment_object
1019
1023
  # @param [String] update_mask
1020
1024
  # Optional. List of fields to be updated. If empty or unspecified, the service
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-authorizedbuyersmarketplace_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-09 00:00:00.000000000 Z
10
+ date: 1980-01-02 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-authorizedbuyersmarketplace_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1alpha/v0.5.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1alpha/v0.7.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Authorized Buyers Marketplace API V1alpha
79
79
  test_files: []