google-apis-mybusinessbusinessinformation_v1 0.1.0 → 0.5.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: 5c0327e3417fe0c1106937a6d0f5f8a320bc752ae043699d32c22a0e6af36d64
4
- data.tar.gz: 8ac5b8560e0393be6e06a14afe44704467ee116e9d058ef51a86fbe1260f112c
3
+ metadata.gz: 87c19098bfb9485234187fbbcdb3d8b5674c5234e435f07ed238243d0f15c90a
4
+ data.tar.gz: 35d67853847edbb7dc28c9c26edab1df0bb4ed3dcc2117bb6f4f1b82604a1476
5
5
  SHA512:
6
- metadata.gz: da73261fb66738622d7f239b1c207bc4fd5fa192151721bf0062f045b81518e6536b1a6f61be614eb018ef0fbd1580ac172495ce2272aa24d922c04531d1531c
7
- data.tar.gz: 9bae1f3dba2d6941506feeb1ef68b213753c9e493f4072e0ba2062f139f2855455ad9f3c786fae0b5617bc8355ef42d2d554317bca84156e6b850308e3876b30
6
+ metadata.gz: 0fbdc69ddd18116280de02a0517906cb12d7d823ba573bc640739a98ffe5afb02dc0a02ce7cf23184aefb819fd388eb027ae8153b5092c9df13b6073d6a9c2b5
7
+ data.tar.gz: c5aae8dd565940c71faa86254c7a184742fc2aabcdb05b194b1b4d9ac6b9366e2c30880c7c0c64bcad5ab31461f16a9f04f4c9c2c60aff33a26861f43f42e4c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-mybusinessbusinessinformation_v1
2
2
 
3
+ ### v0.5.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220131
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.4.0 (2021-12-14)
9
+
10
+ * Regenerated from discovery document revision 20211211
11
+
12
+ ### v0.3.0 (2021-11-12)
13
+
14
+ * Regenerated from discovery document revision 20211110
15
+
16
+ ### v0.2.0 (2021-10-21)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.1.0 (2021-08-25)
4
21
 
5
22
  * Regenerated from discovery document revision 20210822
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/mybusinessbusinessinformation_v1"
51
51
  client = Google::Apis::MybusinessbusinessinformationV1::MyBusinessBusinessInformationService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Mybusinessbusinessinformation service in particular.)
67
67
 
@@ -452,10 +452,10 @@ module Google
452
452
  # day and time zone are either specified elsewhere or are insignificant. The
453
453
  # date is relative to the Gregorian Calendar. This can represent one of the
454
454
  # following: * A full date, with non-zero year, month, and day values * A month
455
- # and day value, with a zero year, such as an anniversary * A year on its own,
456
- # with zero month and day values * A year and month value, with a zero day, such
457
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
458
- # google.protobuf.Timestamp`.
455
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
456
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
457
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
458
+ # DateTime * google.protobuf.Timestamp
459
459
  class Date
460
460
  include Google::Apis::Core::Hashable
461
461
 
@@ -943,6 +943,12 @@ module Google
943
943
  attr_accessor :can_delete
944
944
  alias_method :can_delete?, :can_delete
945
945
 
946
+ # Output only. Indicates if the listing is eligible for business calls.
947
+ # Corresponds to the JSON property `canHaveBusinessCalls`
948
+ # @return [Boolean]
949
+ attr_accessor :can_have_business_calls
950
+ alias_method :can_have_business_calls?, :can_have_business_calls
951
+
946
952
  # Output only. Indicates if the listing is eligible for food menu.
947
953
  # Corresponds to the JSON property `canHaveFoodMenus`
948
954
  # @return [Boolean]
@@ -1019,6 +1025,7 @@ module Google
1019
1025
  # Update properties of this object
1020
1026
  def update!(**args)
1021
1027
  @can_delete = args[:can_delete] if args.key?(:can_delete)
1028
+ @can_have_business_calls = args[:can_have_business_calls] if args.key?(:can_have_business_calls)
1022
1029
  @can_have_food_menus = args[:can_have_food_menus] if args.key?(:can_have_food_menus)
1023
1030
  @can_modify_service_list = args[:can_modify_service_list] if args.key?(:can_modify_service_list)
1024
1031
  @can_operate_health_data = args[:can_operate_health_data] if args.key?(:can_operate_health_data)
@@ -1141,10 +1148,10 @@ module Google
1141
1148
  # day and time zone are either specified elsewhere or are insignificant. The
1142
1149
  # date is relative to the Gregorian Calendar. This can represent one of the
1143
1150
  # following: * A full date, with non-zero year, month, and day values * A month
1144
- # and day value, with a zero year, such as an anniversary * A year on its own,
1145
- # with zero month and day values * A year and month value, with a zero day, such
1146
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1147
- # google.protobuf.Timestamp`.
1151
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1152
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1153
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1154
+ # DateTime * google.protobuf.Timestamp
1148
1155
  # Corresponds to the JSON property `openingDate`
1149
1156
  # @return [Google::Apis::MybusinessbusinessinformationV1::Date]
1150
1157
  attr_accessor :opening_date
@@ -1704,10 +1711,10 @@ module Google
1704
1711
  # day and time zone are either specified elsewhere or are insignificant. The
1705
1712
  # date is relative to the Gregorian Calendar. This can represent one of the
1706
1713
  # following: * A full date, with non-zero year, month, and day values * A month
1707
- # and day value, with a zero year, such as an anniversary * A year on its own,
1708
- # with zero month and day values * A year and month value, with a zero day, such
1709
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1710
- # google.protobuf.Timestamp`.
1714
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1715
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1716
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1717
+ # DateTime * google.protobuf.Timestamp
1711
1718
  # Corresponds to the JSON property `endDate`
1712
1719
  # @return [Google::Apis::MybusinessbusinessinformationV1::Date]
1713
1720
  attr_accessor :end_date
@@ -1723,10 +1730,10 @@ module Google
1723
1730
  # day and time zone are either specified elsewhere or are insignificant. The
1724
1731
  # date is relative to the Gregorian Calendar. This can represent one of the
1725
1732
  # following: * A full date, with non-zero year, month, and day values * A month
1726
- # and day value, with a zero year, such as an anniversary * A year on its own,
1727
- # with zero month and day values * A year and month value, with a zero day, such
1728
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1729
- # google.protobuf.Timestamp`.
1733
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1734
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1735
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1736
+ # DateTime * google.protobuf.Timestamp
1730
1737
  # Corresponds to the JSON property `startDate`
1731
1738
  # @return [Google::Apis::MybusinessbusinessinformationV1::Date]
1732
1739
  attr_accessor :start_date
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MybusinessbusinessinformationV1
18
18
  # Version of the google-apis-mybusinessbusinessinformation_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210822"
25
+ REVISION = "20220131"
26
26
  end
27
27
  end
28
28
  end
@@ -584,6 +584,7 @@ module Google
584
584
  # @private
585
585
  class Representation < Google::Apis::Core::JsonRepresentation
586
586
  property :can_delete, as: 'canDelete'
587
+ property :can_have_business_calls, as: 'canHaveBusinessCalls'
587
588
  property :can_have_food_menus, as: 'canHaveFoodMenus'
588
589
  property :can_modify_service_list, as: 'canModifyServiceList'
589
590
  property :can_operate_health_data, as: 'canOperateHealthData'
@@ -467,7 +467,7 @@ module Google
467
467
 
468
468
  # Deletes a location. If this location cannot be deleted using the API and it is
469
469
  # marked so in the `google.mybusiness.businessinformation.v1.LocationState`, use
470
- # the [Google My Business](https://business.google.com/manage/) website.
470
+ # the [Google Business Profile](https://business.google.com/manage/) website.
471
471
  # @param [String] name
472
472
  # Required. The name of the location to delete.
473
473
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-mybusinessbusinessinformation_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.5.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: 2021-08-30 00:00:00.000000000 Z
11
+ date: 2022-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.1.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-mybusinessbusinessinformation_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.5.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for My Business Business Information API V1