google-apis-authorizedbuyersmarketplace_v1 0.18.0 → 0.19.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21376a136d55690faa445853e51a355453bfe30795e5cb702ef56c4fd76ae0af
|
4
|
+
data.tar.gz: 9654332f7fb69163700d49a6e6f5c3b23ae9d4cb96edd74c22a93c3870a70fea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97ffc131491d87802bd324f82d3d5070e71d7f29c8159164c3b9d1fe4e64d05b037fc5fab8508d4e60e62b285dec9b8f22df3710bc850fc9775a1befa0ecb10d
|
7
|
+
data.tar.gz: 731a5c85bcfaf6ba6a153473aa8df1c1c940cdd9592fd5cafb5c2294bc14f25eac006bb0f407a2b55044b5f6e779e38403766190a905a62e5a2c686b203f5c3f
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AuthorizedbuyersmarketplaceV1
|
18
18
|
# Version of the google-apis-authorizedbuyersmarketplace_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.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 = "
|
25
|
+
REVISION = "20230530"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -60,7 +60,7 @@ module Google
|
|
60
60
|
# clients, in the format `bidders/`accountId``.
|
61
61
|
# @param [String] filter
|
62
62
|
# Optional query string using the [Cloud API list filtering syntax](https://
|
63
|
-
# developers.google.com/authorized-buyers/apis/guides/
|
63
|
+
# developers.google.com/authorized-buyers/apis/guides/list-filters) Supported
|
64
64
|
# columns for filtering are: * deal.displayName * deal.dealType * deal.
|
65
65
|
# createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime *
|
66
66
|
# dealServingStatus
|
@@ -460,11 +460,11 @@ module Google
|
|
460
460
|
# Required. The name of the buyer. Format: `buyers/`accountId``
|
461
461
|
# @param [String] filter
|
462
462
|
# Query string using the [Filtering Syntax](https://developers.google.com/
|
463
|
-
# authorized-buyers/apis/guides/
|
464
|
-
#
|
465
|
-
#
|
466
|
-
#
|
467
|
-
#
|
463
|
+
# authorized-buyers/apis/guides/list-filters) Supported fields for filtering are:
|
464
|
+
# * partnerClientId Use this field to filter the clients by the partnerClientId.
|
465
|
+
# For example, if the partnerClientId of the client is "1234", the value of
|
466
|
+
# this field should be `partnerClientId = "1234"`, in order to get only the
|
467
|
+
# client whose partnerClientId is "1234" in the response.
|
468
468
|
# @param [Fixnum] page_size
|
469
469
|
# Requested page size. If left blank, a default page size of 500 will be applied.
|
470
470
|
# @param [String] page_token
|
@@ -839,7 +839,7 @@ module Google
|
|
839
839
|
# clients, in the format `bidders/`accountId``.
|
840
840
|
# @param [String] filter
|
841
841
|
# Optional query string using the [Cloud API list filtering syntax](https://
|
842
|
-
# developers.google.com/authorized-buyers/apis/guides/
|
842
|
+
# developers.google.com/authorized-buyers/apis/guides/list-filters) Supported
|
843
843
|
# columns for filtering are: * deal.displayName * deal.dealType * deal.
|
844
844
|
# createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime *
|
845
845
|
# dealServingStatus
|
@@ -1115,8 +1115,8 @@ module Google
|
|
1115
1115
|
execute_or_queue_command(command, &block)
|
1116
1116
|
end
|
1117
1117
|
|
1118
|
-
# Gets a proposal using its name. The proposal is returned at
|
1119
|
-
#
|
1118
|
+
# Gets a proposal using its resource name. The proposal is returned at the
|
1119
|
+
# latest revision.
|
1120
1120
|
# @param [String] name
|
1121
1121
|
# Required. Name of the proposal. Format: `buyers/`accountId`/proposals/`
|
1122
1122
|
# proposalId``
|
@@ -1147,15 +1147,15 @@ module Google
|
|
1147
1147
|
execute_or_queue_command(command, &block)
|
1148
1148
|
end
|
1149
1149
|
|
1150
|
-
# Lists proposals. A filter expression
|
1151
|
-
#
|
1152
|
-
#
|
1150
|
+
# Lists proposals. A filter expression using [Cloud API list filtering syntax](
|
1151
|
+
# https://developers.google.com/authorized-buyers/apis/guides/list-filters) may
|
1152
|
+
# be specified to filter the results.
|
1153
1153
|
# @param [String] parent
|
1154
1154
|
# Required. Parent that owns the collection of proposals Format: `buyers/`
|
1155
1155
|
# accountId``
|
1156
1156
|
# @param [String] filter
|
1157
1157
|
# Optional query string using the [Cloud API list filtering syntax](https://
|
1158
|
-
# developers.google.com/authorized-buyers/apis/guides/
|
1158
|
+
# developers.google.com/authorized-buyers/apis/guides/list-filters) Supported
|
1159
1159
|
# columns for filtering are: * displayName * dealType * updateTime * state
|
1160
1160
|
# @param [Fixnum] page_size
|
1161
1161
|
# Requested page size. The server may return fewer results than requested. If
|
@@ -1193,12 +1193,12 @@ module Google
|
|
1193
1193
|
end
|
1194
1194
|
|
1195
1195
|
# Updates the proposal at the given revision number. If the revision number in
|
1196
|
-
# the request is behind the latest
|
1197
|
-
# returned. See FieldMask for how to use FieldMask. Only fields specified in
|
1198
|
-
# UpdateProposalRequest.update_mask will be updated; Fields noted as '
|
1199
|
-
# or 'Output only' yet specified in the UpdateProposalRequest.
|
1200
|
-
# be ignored and left unchanged. Updating a private auction
|
1201
|
-
# allowed and will result in an error.
|
1196
|
+
# the request is behind the latest one kept in the server, an error message will
|
1197
|
+
# be returned. See FieldMask for how to use FieldMask. Only fields specified in
|
1198
|
+
# the UpdateProposalRequest.update_mask will be updated; Fields noted as '
|
1199
|
+
# Immutable' or 'Output only' yet specified in the UpdateProposalRequest.
|
1200
|
+
# update_mask will be ignored and left unchanged. Updating a private auction
|
1201
|
+
# proposal is not allowed and will result in an error.
|
1202
1202
|
# @param [String] name
|
1203
1203
|
# Immutable. The name of the proposal serving as a unique identifier. Format:
|
1204
1204
|
# buyers/`accountId`/proposals/`proposalId`
|
@@ -1479,7 +1479,7 @@ module Google
|
|
1479
1479
|
# buyers/`buyerId``
|
1480
1480
|
# @param [String] filter
|
1481
1481
|
# Optional query string using the [Cloud API list filtering] (https://developers.
|
1482
|
-
# google.com/authorized-buyers/apis/guides/
|
1482
|
+
# google.com/authorized-buyers/apis/guides/list-filters) syntax.
|
1483
1483
|
# @param [Fixnum] page_size
|
1484
1484
|
# Requested page size. The server may return fewer results than requested. If
|
1485
1485
|
# requested more than 500, the server will return 500 results per page. If
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-authorizedbuyersmarketplace_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.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-
|
11
|
+
date: 2023-06-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-authorizedbuyersmarketplace_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.19.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|