google-apis-cloudchannel_v1 0.56.0 → 0.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudchannel_v1/classes.rb +45 -44
- data/lib/google/apis/cloudchannel_v1/gem_version.rb +2 -2
- metadata +4 -4
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
@@ -895,16 +895,16 @@ module Google
|
|
895
895
|
# @return [String]
|
896
896
|
attr_accessor :org_display_name
|
897
897
|
|
898
|
-
# Represents a postal address
|
899
|
-
# Given a postal address, a postal service can deliver items to a
|
900
|
-
# Box or similar. It is not intended to model geographical
|
901
|
-
# towns, mountains). In typical usage an address would be
|
902
|
-
# or from importing existing data, depending on the type
|
903
|
-
# address input / editing: - Use an internationalization-
|
904
|
-
# such as https://github.com/google/libaddressinput) -
|
905
|
-
# presented with UI elements for input or editing of fields
|
906
|
-
# where that field is used. For more guidance on how to use
|
907
|
-
# 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
|
908
908
|
# Corresponds to the JSON property `orgPostalAddress`
|
909
909
|
# @return [Google::Apis::CloudchannelV1::GoogleTypePostalAddress]
|
910
910
|
attr_accessor :org_postal_address
|
@@ -5051,35 +5051,36 @@ module Google
|
|
5051
5051
|
end
|
5052
5052
|
end
|
5053
5053
|
|
5054
|
-
# Represents a postal address
|
5055
|
-
# Given a postal address, a postal service can deliver items to a
|
5056
|
-
# Box or similar. It is not intended to model geographical
|
5057
|
-
# towns, mountains). In typical usage an address would be
|
5058
|
-
# or from importing existing data, depending on the type
|
5059
|
-
# address input / editing: - Use an internationalization-
|
5060
|
-
# such as https://github.com/google/libaddressinput) -
|
5061
|
-
# presented with UI elements for input or editing of fields
|
5062
|
-
# where that field is used. For more guidance on how to use
|
5063
|
-
# 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
|
5064
5064
|
class GoogleTypePostalAddress
|
5065
5065
|
include Google::Apis::Core::Hashable
|
5066
5066
|
|
5067
5067
|
# Unstructured address lines describing the lower levels of an address. Because
|
5068
5068
|
# values in address_lines do not have type information and may sometimes contain
|
5069
|
-
# multiple values in a single field (
|
5070
|
-
# the line order is clear. The order of address lines should be "envelope
|
5071
|
-
# for the country/region of the address. In places where this can vary (
|
5072
|
-
# Japan), address_language is used to make it explicit (
|
5073
|
-
# small ordering and "ja-Latn" or "en" for small-to-large).
|
5074
|
-
# specific line of an address can be selected based on the
|
5075
|
-
# permitted structural representation of an address
|
5076
|
-
# with all remaining information placed in the
|
5077
|
-
# possible to format such an address very
|
5078
|
-
# no semantic reasoning could be made about
|
5079
|
-
# it was at least partially resolved.
|
5080
|
-
# region_code and address_lines, and then
|
5081
|
-
# handle completely unstructured addresses (
|
5082
|
-
# 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).
|
5083
5084
|
# Corresponds to the JSON property `addressLines`
|
5084
5085
|
# @return [Array<String>]
|
5085
5086
|
attr_accessor :address_lines
|
@@ -5087,9 +5088,9 @@ module Google
|
|
5087
5088
|
# Optional. Highest administrative subdivision which is used for postal
|
5088
5089
|
# addresses of a country or region. For example, this can be a state, a province,
|
5089
5090
|
# an oblast, or a prefecture. Specifically, for Spain this is the province and
|
5090
|
-
# not the autonomous community (
|
5091
|
-
# countries don't use an administrative area in postal addresses.
|
5092
|
-
# 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.
|
5093
5094
|
# Corresponds to the JSON property `administrativeArea`
|
5094
5095
|
# @return [String]
|
5095
5096
|
attr_accessor :administrative_area
|
@@ -5121,8 +5122,8 @@ module Google
|
|
5121
5122
|
|
5122
5123
|
# Optional. Postal code of the address. Not all countries use or require postal
|
5123
5124
|
# codes to be present, but where they are used, they may trigger additional
|
5124
|
-
# validation with other parts of the address (
|
5125
|
-
# S.A.).
|
5125
|
+
# validation with other parts of the address (For example state/zip validation
|
5126
|
+
# in the U.S.A.).
|
5126
5127
|
# Corresponds to the JSON property `postalCode`
|
5127
5128
|
# @return [String]
|
5128
5129
|
attr_accessor :postal_code
|
@@ -5151,9 +5152,9 @@ module Google
|
|
5151
5152
|
|
5152
5153
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
5153
5154
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
5154
|
-
# optionally followed by a number (
|
5155
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
5156
|
-
# 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).
|
5157
5158
|
# Corresponds to the JSON property `sortingCode`
|
5158
5159
|
# @return [String]
|
5159
5160
|
attr_accessor :sorting_code
|
@@ -5189,12 +5190,12 @@ module Google
|
|
5189
5190
|
class GoogleTypeTimeZone
|
5190
5191
|
include Google::Apis::Core::Hashable
|
5191
5192
|
|
5192
|
-
# IANA Time Zone Database time zone
|
5193
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
5193
5194
|
# Corresponds to the JSON property `id`
|
5194
5195
|
# @return [String]
|
5195
5196
|
attr_accessor :id
|
5196
5197
|
|
5197
|
-
# Optional. IANA Time Zone Database version number
|
5198
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
5198
5199
|
# Corresponds to the JSON property `version`
|
5199
5200
|
# @return [String]
|
5200
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
|
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-12-
|
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
|