google-apis-mybusinessbusinesscalls_v1 0.1.0 → 0.2.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: fe5e6831f317c5400c6d49ca815144f0b40c4a3062a28507fe735d623505a950
4
- data.tar.gz: 7bde5c9161de0b8778195201a1a631ad1dd1193c170287f2f56eb3742a3c5cfc
3
+ metadata.gz: de7cda383f20e5c92fc5991af5175cb7cb64139cb570d6b635a0b3cac80d2dd1
4
+ data.tar.gz: e8659b8a2506d176d641a4eecbafc1a00480c0bfc31cab30926b60476b1e1666
5
5
  SHA512:
6
- metadata.gz: 594b6803b254fc95fc136974cbe8d3a029edfacb8e92cb31f24b3d66b4499fc0837096de9458dfae194c9bd0fb89877d5420f9baac532f92b5cdebabf0f58477
7
- data.tar.gz: 64af757505f51caffbece5c693aef583efeb49a05440fc9f6c0074d92fe8491750e88562ecee5ae9e2f88fd6388ea815dc7a73f3386b1b7aec516e88ce34e0b5
6
+ metadata.gz: c47f51823515794bae0daecf61595ac60108ca777f918ee0d9b1da7b1778a12510dfc18333ad3f6e4944ec152921e074b81e3bdcfb4681684cef9542ec354e47
7
+ data.tar.gz: 84e0791951d621f16b509948216c72824a9a87532ed7ae6e63d87d1a8bff0b2fbfb19dd958f713ea892e3ed842486399bb87a741e6cf202863b77faa2f70eecb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-mybusinessbusinesscalls_v1
2
2
 
3
+ ### v0.2.0 (2022-03-02)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.1.0 (2022-02-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220209
@@ -34,11 +34,11 @@ module Google
34
34
  # Represents a whole or partial calendar date, such as a birthday. The time of
35
35
  # day and time zone are either specified elsewhere or are insignificant. The
36
36
  # date is relative to the Gregorian Calendar. This can represent one of the
37
- # following: * A full date, with non-zero year, month, and day values * A month
38
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
39
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
40
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
41
- # DateTime * google.protobuf.Timestamp
37
+ # following: * A full date, with non-zero year, month, and day values. * A month
38
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
39
+ # with a zero month and a zero day. * A year and month, with a zero day (for
40
+ # example, a credit card expiration date). Related types: * google.type.
41
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
42
42
  # Corresponds to the JSON property `endDate`
43
43
  # @return [Google::Apis::MybusinessbusinesscallsV1::Date]
44
44
  attr_accessor :end_date
@@ -56,11 +56,11 @@ module Google
56
56
  # Represents a whole or partial calendar date, such as a birthday. The time of
57
57
  # day and time zone are either specified elsewhere or are insignificant. The
58
58
  # date is relative to the Gregorian Calendar. This can represent one of the
59
- # following: * A full date, with non-zero year, month, and day values * A month
60
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
61
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
62
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
63
- # DateTime * google.protobuf.Timestamp
59
+ # following: * A full date, with non-zero year, month, and day values. * A month
60
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
61
+ # with a zero month and a zero day. * A year and month, with a zero day (for
62
+ # example, a credit card expiration date). Related types: * google.type.
63
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
64
64
  # Corresponds to the JSON property `startDate`
65
65
  # @return [Google::Apis::MybusinessbusinesscallsV1::Date]
66
66
  attr_accessor :start_date
@@ -153,11 +153,11 @@ module Google
153
153
  # Represents a whole or partial calendar date, such as a birthday. The time of
154
154
  # day and time zone are either specified elsewhere or are insignificant. The
155
155
  # date is relative to the Gregorian Calendar. This can represent one of the
156
- # following: * A full date, with non-zero year, month, and day values * A month
157
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
158
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
159
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
160
- # DateTime * google.protobuf.Timestamp
156
+ # following: * A full date, with non-zero year, month, and day values. * A month
157
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
158
+ # with a zero month and a zero day. * A year and month, with a zero day (for
159
+ # example, a credit card expiration date). Related types: * google.type.
160
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
161
161
  class Date
162
162
  include Google::Apis::Core::Hashable
163
163
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MybusinessbusinesscallsV1
18
18
  # Version of the google-apis-mybusinessbusinesscalls_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220209"
25
+ REVISION = "20220301"
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-mybusinessbusinesscalls_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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: 2022-02-21 00:00:00.000000000 Z
11
+ date: 2022-03-07 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-mybusinessbusinesscalls_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinesscalls_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinesscalls_v1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinesscalls_v1
63
63
  post_install_message:
64
64
  rdoc_options: []