google-apis-cloudchannel_v1 0.62.0 → 0.63.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/cloudchannel_v1/classes.rb +22 -20
- data/lib/google/apis/cloudchannel_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e2bb7b17bb674f2105922ae38e64892aa6a67ae50f2a357eae5a1f5efb5f77d
|
4
|
+
data.tar.gz: 1289c9bbd0e9e7ab9c1511b5cc61fef9389792792001aa24dca5dbdf4ce1debe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7eb3c07e10ef2365c4628873189c1aac6bf9e0a560374324c99ea4ced284b739e811d82b8cb9c545106d8edff056dc0a84b7e3b6f3bb10867c8987c7c82249cb
|
7
|
+
data.tar.gz: 4f1cda52c5714c10ca4a2259ec30c52ddb51afa9383f1b057f5225e0eb178e3d63c5cf6863b31d6acebe33d6fd1180ce0ea47345f11c4e6752676ab644bf4294
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudchannel_v1
|
2
2
|
|
3
|
+
### v0.63.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250614
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.62.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -900,16 +900,17 @@ module Google
|
|
900
900
|
# @return [String]
|
901
901
|
attr_accessor :org_display_name
|
902
902
|
|
903
|
-
# Represents a postal address
|
904
|
-
#
|
905
|
-
#
|
906
|
-
# locations
|
907
|
-
# created by user input or from importing existing data, depending on the
|
908
|
-
# of process. Advice on address input or editing: - Use an
|
909
|
-
# ready address widget such as https://github.com/google/
|
910
|
-
# Users should not be presented with UI elements for input or
|
911
|
-
# outside countries where that field is used. For more
|
912
|
-
# this schema, see: https://support.google.com/business/
|
903
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
904
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
905
|
+
# box, or similar. A postal address is not intended to model geographical
|
906
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
907
|
+
# be created by user input or from importing existing data, depending on the
|
908
|
+
# type of process. Advice on address input or editing: - Use an
|
909
|
+
# internationalization-ready address widget such as https://github.com/google/
|
910
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
911
|
+
# editing of fields outside countries where that field is used. For more
|
912
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
913
|
+
# answer/6397478.
|
913
914
|
# Corresponds to the JSON property `orgPostalAddress`
|
914
915
|
# @return [Google::Apis::CloudchannelV1::GoogleTypePostalAddress]
|
915
916
|
attr_accessor :org_postal_address
|
@@ -5060,16 +5061,17 @@ module Google
|
|
5060
5061
|
end
|
5061
5062
|
end
|
5062
5063
|
|
5063
|
-
# Represents a postal address
|
5064
|
-
#
|
5065
|
-
#
|
5066
|
-
# locations
|
5067
|
-
# created by user input or from importing existing data, depending on the
|
5068
|
-
# of process. Advice on address input or editing: - Use an
|
5069
|
-
# ready address widget such as https://github.com/google/
|
5070
|
-
# Users should not be presented with UI elements for input or
|
5071
|
-
# outside countries where that field is used. For more
|
5072
|
-
# this schema, see: https://support.google.com/business/
|
5064
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
5065
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
5066
|
+
# box, or similar. A postal address is not intended to model geographical
|
5067
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
5068
|
+
# be created by user input or from importing existing data, depending on the
|
5069
|
+
# type of process. Advice on address input or editing: - Use an
|
5070
|
+
# internationalization-ready address widget such as https://github.com/google/
|
5071
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
5072
|
+
# editing of fields outside countries where that field is used. For more
|
5073
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
5074
|
+
# answer/6397478.
|
5073
5075
|
class GoogleTypePostalAddress
|
5074
5076
|
include Google::Apis::Core::Hashable
|
5075
5077
|
|
@@ -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.63.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 = "20250614"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.63.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-cloudchannel_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.63.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
|
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 Cloud Channel API V1
|
79
79
|
test_files: []
|