google-apis-authorizedbuyersmarketplace_v1alpha 0.6.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10dd1ab2e1120fe465b184e8432aca32fdd093676d9aae8949db0f731105e392
|
4
|
+
data.tar.gz: d7c16093fd3f0fda3a968ed725213c6dfa431b7de93ba2b389e054ac04fc3107
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09da54d49d8224f301d3ee57b52c2bc53299c6d6091a09b2043f000cb8468b6a8f5983ab29e1e4521e00c42efd417dc4c3ad633fb267be773a27d0e8e55e910d'
|
7
|
+
data.tar.gz: b12d22fa32b3ac1d8548cc22d0e5974c71981421d94e9a4d89a428dfec5c363779b67cf0ff8f257a8abcfa2d46831dc16c332d76390ccd7c6cabfbc5d58f8270
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
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
|
+
|
3
8
|
### v0.6.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -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.
|
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.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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.
|
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.
|
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.
|
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
|
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.
|
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,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-authorizedbuyersmarketplace_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -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.
|
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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
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: []
|