google-apis-cloudchannel_v1 0.55.0 → 0.57.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: b80dd903c53a73def15d63a8e41e197c4fd2e3498a4f5df4481090d84443f75a
|
4
|
+
data.tar.gz: 6e54e3c7a3127cb98100d5c0a68c35ef21755d30a4fa76588a3e444bd86637e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 836e564e1f647a0e8fd551a26a2adfa179097b38954c0d9a03be4bf8b762616ea91619ee2132a52bb55d8c61292afede48e717c308fefbdc9503ec44b1fc2066
|
7
|
+
data.tar.gz: 77e9b624d4fbd2ccf33463687884ecead04bd2b03216152c094baaa4a4f5b48dbd26a50a160aae6a51a71a4c198861df2cd951ee3769c6464f8f899251e572a2
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1
1
|
# Release history for google-apis-cloudchannel_v1
|
2
2
|
|
3
|
-
### v0.
|
3
|
+
### v0.57.0 (2024-12-08)
|
4
4
|
|
5
|
-
* Regenerated from discovery document revision
|
5
|
+
* Regenerated from discovery document revision 20241202
|
6
|
+
|
7
|
+
### v0.56.0 (2024-11-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241116
|
10
|
+
|
11
|
+
### v0.55.0 (2024-11-17)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20241109
|
6
14
|
|
7
15
|
### v0.54.0 (2024-10-27)
|
8
16
|
|
@@ -251,9 +251,8 @@ module Google
|
|
251
251
|
|
252
252
|
# Optional. Price reference ID for the offer. Optional field only for offers
|
253
253
|
# that require additional price information. Used to guarantee that the pricing
|
254
|
-
# is consistent between quoting the offer and placing the order.
|
255
|
-
# implemented: this field
|
256
|
-
# a request.
|
254
|
+
# is consistent between quoting the offer and placing the order. Not yet
|
255
|
+
# implemented: if populated in a request, this field isn't evaluated in the API.
|
257
256
|
# Corresponds to the JSON property `priceReferenceId`
|
258
257
|
# @return [String]
|
259
258
|
attr_accessor :price_reference_id
|
@@ -543,7 +542,7 @@ module Google
|
|
543
542
|
alias_method :existing?, :existing
|
544
543
|
|
545
544
|
# Returns true if the Cloud Identity account is associated with a customer of
|
546
|
-
# the Channel Services partner.
|
545
|
+
# the Channel Services partner (with active subscriptions or purchase consents).
|
547
546
|
# Corresponds to the JSON property `owned`
|
548
547
|
# @return [Boolean]
|
549
548
|
attr_accessor :owned
|
@@ -896,16 +895,16 @@ module Google
|
|
896
895
|
# @return [String]
|
897
896
|
attr_accessor :org_display_name
|
898
897
|
|
899
|
-
# Represents a postal address
|
900
|
-
# Given a postal address, a postal service can deliver items to a
|
901
|
-
# Box or similar. It is not intended to model geographical
|
902
|
-
# towns, mountains). In typical usage an address would be
|
903
|
-
# or from importing existing data, depending on the type
|
904
|
-
# address input / editing: - Use an internationalization-
|
905
|
-
# such as https://github.com/google/libaddressinput) -
|
906
|
-
# presented with UI elements for input or editing of fields
|
907
|
-
# where that field is used. For more guidance on how to use
|
908
|
-
# see: https://support.google.com/business/answer/6397478
|
898
|
+
# Represents a postal address. For example for postal delivery or payments
|
899
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
900
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
901
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
902
|
+
# created by user input or from importing existing data, depending on the type
|
903
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
904
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
905
|
+
# Users should not be presented with UI elements for input or editing of fields
|
906
|
+
# outside countries where that field is used. For more guidance on how to use
|
907
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
909
908
|
# Corresponds to the JSON property `orgPostalAddress`
|
910
909
|
# @return [Google::Apis::CloudchannelV1::GoogleTypePostalAddress]
|
911
910
|
attr_accessor :org_postal_address
|
@@ -1193,9 +1192,9 @@ module Google
|
|
1193
1192
|
|
1194
1193
|
# Optional. Price reference ID for the offer. Optional field only for offers
|
1195
1194
|
# that require additional price information. Used to guarantee that the pricing
|
1196
|
-
# is consistent between quoting the offer and placing the order.
|
1197
|
-
# implemented: this field is
|
1198
|
-
#
|
1195
|
+
# is consistent between quoting the offer and placing the order. Not yet
|
1196
|
+
# implemented: if this field is populated in a request, it isn't evaluated in
|
1197
|
+
# the API.
|
1199
1198
|
# Corresponds to the JSON property `priceReferenceId`
|
1200
1199
|
# @return [String]
|
1201
1200
|
attr_accessor :price_reference_id
|
@@ -4086,9 +4085,9 @@ module Google
|
|
4086
4085
|
|
4087
4086
|
# Optional. Price reference ID for the offer. Optional field only for offers
|
4088
4087
|
# that require additional price information. Used to guarantee that the pricing
|
4089
|
-
# is consistent between quoting the offer and placing the order.
|
4090
|
-
# implemented: this field is
|
4091
|
-
#
|
4088
|
+
# is consistent between quoting the offer and placing the order. Not yet
|
4089
|
+
# implemented: if this field is populated in a request, it isn't evaluated in
|
4090
|
+
# the API.
|
4092
4091
|
# Corresponds to the JSON property `priceReferenceId`
|
4093
4092
|
# @return [String]
|
4094
4093
|
attr_accessor :price_reference_id
|
@@ -5052,35 +5051,36 @@ module Google
|
|
5052
5051
|
end
|
5053
5052
|
end
|
5054
5053
|
|
5055
|
-
# Represents a postal address
|
5056
|
-
# Given a postal address, a postal service can deliver items to a
|
5057
|
-
# Box or similar. It is not intended to model geographical
|
5058
|
-
# towns, mountains). In typical usage an address would be
|
5059
|
-
# or from importing existing data, depending on the type
|
5060
|
-
# address input / editing: - Use an internationalization-
|
5061
|
-
# such as https://github.com/google/libaddressinput) -
|
5062
|
-
# presented with UI elements for input or editing of fields
|
5063
|
-
# where that field is used. For more guidance on how to use
|
5064
|
-
# see: https://support.google.com/business/answer/6397478
|
5054
|
+
# Represents a postal address. For example for postal delivery or payments
|
5055
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
5056
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
5057
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
5058
|
+
# created by user input or from importing existing data, depending on the type
|
5059
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
5060
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
5061
|
+
# Users should not be presented with UI elements for input or editing of fields
|
5062
|
+
# outside countries where that field is used. For more guidance on how to use
|
5063
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
5065
5064
|
class GoogleTypePostalAddress
|
5066
5065
|
include Google::Apis::Core::Hashable
|
5067
5066
|
|
5068
5067
|
# Unstructured address lines describing the lower levels of an address. Because
|
5069
5068
|
# values in address_lines do not have type information and may sometimes contain
|
5070
|
-
# multiple values in a single field (
|
5071
|
-
# the line order is clear. The order of address lines should be "envelope
|
5072
|
-
# for the country/region of the address. In places where this can vary (
|
5073
|
-
# Japan), address_language is used to make it explicit (
|
5074
|
-
# small ordering and "ja-Latn" or "en" for small-to-large).
|
5075
|
-
# specific line of an address can be selected based on the
|
5076
|
-
# permitted structural representation of an address
|
5077
|
-
# with all remaining information placed in the
|
5078
|
-
# possible to format such an address very
|
5079
|
-
# no semantic reasoning could be made about
|
5080
|
-
# it was at least partially resolved.
|
5081
|
-
# region_code and address_lines, and then
|
5082
|
-
# handle completely unstructured addresses (
|
5083
|
-
# of the address should be localities or
|
5069
|
+
# multiple values in a single field (For example "Austin, TX"), it is important
|
5070
|
+
# that the line order is clear. The order of address lines should be "envelope
|
5071
|
+
# order" for the country/region of the address. In places where this can vary (
|
5072
|
+
# For example Japan), address_language is used to make it explicit (For example "
|
5073
|
+
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
|
5074
|
+
# This way, the most specific line of an address can be selected based on the
|
5075
|
+
# language. The minimum permitted structural representation of an address
|
5076
|
+
# consists of a region_code with all remaining information placed in the
|
5077
|
+
# address_lines. It would be possible to format such an address very
|
5078
|
+
# approximately without geocoding, but no semantic reasoning could be made about
|
5079
|
+
# any of the address components until it was at least partially resolved.
|
5080
|
+
# Creating an address only containing a region_code and address_lines, and then
|
5081
|
+
# geocoding is the recommended way to handle completely unstructured addresses (
|
5082
|
+
# as opposed to guessing which parts of the address should be localities or
|
5083
|
+
# administrative areas).
|
5084
5084
|
# Corresponds to the JSON property `addressLines`
|
5085
5085
|
# @return [Array<String>]
|
5086
5086
|
attr_accessor :address_lines
|
@@ -5088,9 +5088,9 @@ module Google
|
|
5088
5088
|
# Optional. Highest administrative subdivision which is used for postal
|
5089
5089
|
# addresses of a country or region. For example, this can be a state, a province,
|
5090
5090
|
# an oblast, or a prefecture. Specifically, for Spain this is the province and
|
5091
|
-
# not the autonomous community (
|
5092
|
-
# countries don't use an administrative area in postal addresses.
|
5093
|
-
# Switzerland this should be left unpopulated.
|
5091
|
+
# not the autonomous community (For example "Barcelona" and not "Catalonia").
|
5092
|
+
# Many countries don't use an administrative area in postal addresses. For
|
5093
|
+
# example in Switzerland this should be left unpopulated.
|
5094
5094
|
# Corresponds to the JSON property `administrativeArea`
|
5095
5095
|
# @return [String]
|
5096
5096
|
attr_accessor :administrative_area
|
@@ -5122,8 +5122,8 @@ module Google
|
|
5122
5122
|
|
5123
5123
|
# Optional. Postal code of the address. Not all countries use or require postal
|
5124
5124
|
# codes to be present, but where they are used, they may trigger additional
|
5125
|
-
# validation with other parts of the address (
|
5126
|
-
# S.A.).
|
5125
|
+
# validation with other parts of the address (For example state/zip validation
|
5126
|
+
# in the U.S.A.).
|
5127
5127
|
# Corresponds to the JSON property `postalCode`
|
5128
5128
|
# @return [String]
|
5129
5129
|
attr_accessor :postal_code
|
@@ -5152,9 +5152,9 @@ module Google
|
|
5152
5152
|
|
5153
5153
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
5154
5154
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
5155
|
-
# optionally followed by a number (
|
5156
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
5157
|
-
# or "post office indicator" (
|
5155
|
+
# optionally followed by a number (For example "CEDEX 7"), or just a number
|
5156
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
5157
|
+
# Malawi) or "post office indicator" (For example Côte d'Ivoire).
|
5158
5158
|
# Corresponds to the JSON property `sortingCode`
|
5159
5159
|
# @return [String]
|
5160
5160
|
attr_accessor :sorting_code
|
@@ -5190,12 +5190,12 @@ module Google
|
|
5190
5190
|
class GoogleTypeTimeZone
|
5191
5191
|
include Google::Apis::Core::Hashable
|
5192
5192
|
|
5193
|
-
# IANA Time Zone Database time zone
|
5193
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
5194
5194
|
# Corresponds to the JSON property `id`
|
5195
5195
|
# @return [String]
|
5196
5196
|
attr_accessor :id
|
5197
5197
|
|
5198
|
-
# Optional. IANA Time Zone Database version number
|
5198
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
5199
5199
|
# Corresponds to the JSON property `version`
|
5200
5200
|
# @return [String]
|
5201
5201
|
attr_accessor :version
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudchannelV1
|
18
18
|
# Version of the google-apis-cloudchannel_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241202"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2790,8 +2790,8 @@ module Google
|
|
2790
2790
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
2791
2791
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
2792
2792
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
2793
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
2794
|
-
# corresponding to `Code.CANCELLED`.
|
2793
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
2794
|
+
# , corresponding to `Code.CANCELLED`.
|
2795
2795
|
# @param [String] name
|
2796
2796
|
# The name of the operation resource to be cancelled.
|
2797
2797
|
# @param [Google::Apis::CloudchannelV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudchannel_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.57.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-
|
11
|
+
date: 2024-12-08 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-cloudchannel_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.57.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
|
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.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Channel API V1
|