google-apis-retail_v2alpha 0.36.0 → 0.39.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: fded543728d24f668d94eab627257d7b2b4b35bfa5040463ebe7b947814cc445
4
- data.tar.gz: 398dab6a6d9156d5744f23b56fc5b4f8df10f80e8ddb9e85b92936a9fb1c55d5
3
+ metadata.gz: fc97dcae81e3de777b4b63166b309e307df06890111fa84dab2ec3578069b5fa
4
+ data.tar.gz: cea589c40ae8f3cb627e34316c25912ea01dc7a554bdc1f5aa4ff7922f584e4c
5
5
  SHA512:
6
- metadata.gz: 0b5d043eb964f4b1f4a420c0637f14a3e8e4c67f1fee378fc5789d5767ae440f86ce130c760a7df96635e26f6fd8064df8990a97d3dc8217f1bcf296e91a6b14
7
- data.tar.gz: a2ccb8df5765151de59180404029c918fafb267dadadc647aa12a1344dee448a1fb966c9178a94a79285763e999177cbe614d9c70d48de78be6419d78541ebd3
6
+ metadata.gz: 2f676dea871f7d524f472fcc09b0fd07e66b904093186222d0d062e02e62c166bbc51bb57c65b4b177d5fd6b3efe14fa5776b5c72a4ce790ef6700472a11ef3b
7
+ data.tar.gz: bf53d423e21173419dc47fe59f1f0eba340af03d6fec9a94f3f47c84b31d9172277edc728dffcb887a00ec97dedd74f6730c8085767ee84e438d6ed0a459efda
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.39.0 (2022-05-05)
4
+
5
+ * Regenerated from discovery document revision 20220430
6
+
7
+ ### v0.38.0 (2022-04-28)
8
+
9
+ * Regenerated from discovery document revision 20220421
10
+
11
+ ### v0.37.0 (2022-04-22)
12
+
13
+ * Regenerated from discovery document revision 20220414
14
+
3
15
  ### v0.36.0 (2022-04-14)
4
16
 
5
17
  * Regenerated from discovery document revision 20220408
@@ -1567,12 +1567,13 @@ module Google
1567
1567
  class GoogleCloudRetailV2alphaCustomAttribute
1568
1568
  include Google::Apis::Core::Hashable
1569
1569
 
1570
- # This field will only be used when AttributesConfig.attribute_config_level of
1571
- # the Catalog is 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG', if true, custom attribute
1572
- # values are indexed, so that it can be filtered, faceted or boosted in
1573
- # SearchService.Search. This field is ignored in a UserEvent. See SearchRequest.
1574
- # filter, SearchRequest.facet_specs and SearchRequest.boost_spec for more
1575
- # details.
1570
+ # This field is normally ignored unless AttributesConfig.attribute_config_level
1571
+ # of the Catalog is set to the deprecated 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode.
1572
+ # You may learn more on [configuration mode] (https://cloud.google.com/retail/
1573
+ # docs/attribute-config#config-modes). if true, custom attribute values are
1574
+ # indexed, so that it can be filtered, faceted or boosted in SearchService.
1575
+ # Search. This field is ignored in a UserEvent. See SearchRequest.filter,
1576
+ # SearchRequest.facet_specs and SearchRequest.boost_spec for more details.
1576
1577
  # Corresponds to the JSON property `indexable`
1577
1578
  # @return [Boolean]
1578
1579
  attr_accessor :indexable
@@ -1585,11 +1586,13 @@ module Google
1585
1586
  # @return [Array<Float>]
1586
1587
  attr_accessor :numbers
1587
1588
 
1588
- # This field will only be used when AttributesConfig.attribute_config_level of
1589
- # the Catalog is 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG', if true, custom attribute
1590
- # values are searchable by text queries in SearchService.Search. This field is
1591
- # ignored in a UserEvent. Only set if type text is set. Otherwise, a
1592
- # INVALID_ARGUMENT error is returned.
1589
+ # This field is normally ignored unless AttributesConfig.attribute_config_level
1590
+ # of the Catalog is set to the deprecated 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode.
1591
+ # You may learn more on [configuration mode] (https://cloud.google.com/retail/
1592
+ # docs/attribute-config#config-modes). If true, custom attribute values are
1593
+ # searchable by text queries in SearchService.Search. This field is ignored in a
1594
+ # UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error
1595
+ # is returned.
1593
1596
  # Corresponds to the JSON property `searchable`
1594
1597
  # @return [Boolean]
1595
1598
  attr_accessor :searchable
@@ -2004,11 +2007,15 @@ module Google
2004
2007
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaProductInputConfig]
2005
2008
  attr_accessor :input_config
2006
2009
 
2007
- # Pub/Sub topic for receiving notification. If this field is set, when the
2008
- # import is finished, a notification will be sent to specified Pub/Sub topic.
2010
+ # Full Pub/Sub topic name for receiving notification. If this field is set, when
2011
+ # the import is finished, a notification will be sent to specified Pub/Sub topic.
2009
2012
  # The message data will be JSON string of a Operation. Format of the Pub/Sub
2010
- # topic is `projects/`project`/topics/`topic``. Only supported when
2011
- # ImportProductsRequest.reconciliation_mode is set to `FULL`.
2013
+ # topic is `projects/`project`/topics/`topic``. It has to be within the same
2014
+ # project as ImportProductsRequest.parent. Make sure that both `cloud-retail-
2015
+ # customer-data-access@system.gserviceaccount.com` and `service-@gcp-sa-retail.
2016
+ # iam.gserviceaccount.com` have the `pubsub.topics.publish` IAM permission on
2017
+ # the topic. Only supported when ImportProductsRequest.reconciliation_mode is
2018
+ # set to `FULL`.
2012
2019
  # Corresponds to the JSON property `notificationPubsubTopic`
2013
2020
  # @return [String]
2014
2021
  attr_accessor :notification_pubsub_topic
@@ -2024,6 +2031,15 @@ module Google
2024
2031
  # @return [String]
2025
2032
  attr_accessor :request_id
2026
2033
 
2034
+ # If true, will perform the FULL import even if it would delete a large
2035
+ # proportion of the products in the default branch, which could potentially
2036
+ # cause outages if you have live predict/search traffic. Only supported when
2037
+ # ImportProductsRequest.reconciliation_mode is set to `FULL`.
2038
+ # Corresponds to the JSON property `skipDefaultBranchProtection`
2039
+ # @return [Boolean]
2040
+ attr_accessor :skip_default_branch_protection
2041
+ alias_method :skip_default_branch_protection?, :skip_default_branch_protection
2042
+
2027
2043
  # Indicates which fields in the provided imported 'products' to update. If not
2028
2044
  # set, will by default update all fields.
2029
2045
  # Corresponds to the JSON property `updateMask`
@@ -2041,6 +2057,7 @@ module Google
2041
2057
  @notification_pubsub_topic = args[:notification_pubsub_topic] if args.key?(:notification_pubsub_topic)
2042
2058
  @reconciliation_mode = args[:reconciliation_mode] if args.key?(:reconciliation_mode)
2043
2059
  @request_id = args[:request_id] if args.key?(:request_id)
2060
+ @skip_default_branch_protection = args[:skip_default_branch_protection] if args.key?(:skip_default_branch_protection)
2044
2061
  @update_mask = args[:update_mask] if args.key?(:update_mask)
2045
2062
  end
2046
2063
  end
@@ -2609,7 +2626,8 @@ module Google
2609
2626
  attr_accessor :currency_code
2610
2627
 
2611
2628
  # Price of the product without any discount. If zero, by default set to be the
2612
- # price.
2629
+ # price. If set, original_price should be greater than or equal to price,
2630
+ # otherwise an INVALID_ARGUMENT error is thrown.
2613
2631
  # Corresponds to the JSON property `originalPrice`
2614
2632
  # @return [Float]
2615
2633
  attr_accessor :original_price
@@ -4117,6 +4135,21 @@ module Google
4117
4135
  # @return [String]
4118
4136
  attr_accessor :filter
4119
4137
 
4138
+ # The labels applied to a resource must meet the following requirements: * Each
4139
+ # resource can have multiple labels, up to a maximum of 64. * Each label must be
4140
+ # a key-value pair. * Keys have a minimum length of 1 character and a maximum
4141
+ # length of 63 characters, and cannot be empty. Values can be empty, and have a
4142
+ # maximum length of 63 characters. * Keys and values can contain only lowercase
4143
+ # letters, numeric characters, underscores, and dashes. All characters must use
4144
+ # UTF-8 encoding, and international characters are allowed. * The key portion of
4145
+ # a label must be unique. However, you can use the same key with multiple
4146
+ # resources. * Keys must start with a lowercase letter or international
4147
+ # character. See [Google Cloud Document](https://cloud.google.com/resource-
4148
+ # manager/docs/creating-managing-labels#requirements) for more details.
4149
+ # Corresponds to the JSON property `labels`
4150
+ # @return [Hash<String,String>]
4151
+ attr_accessor :labels
4152
+
4120
4153
  # A 0-indexed integer that specifies the current offset (that is, starting
4121
4154
  # result location, amongst the Products deemed by the API as relevant) in search
4122
4155
  # results. This field is only considered if page_token is unset. If this field
@@ -4248,6 +4281,7 @@ module Google
4248
4281
  @dynamic_facet_spec = args[:dynamic_facet_spec] if args.key?(:dynamic_facet_spec)
4249
4282
  @facet_specs = args[:facet_specs] if args.key?(:facet_specs)
4250
4283
  @filter = args[:filter] if args.key?(:filter)
4284
+ @labels = args[:labels] if args.key?(:labels)
4251
4285
  @offset = args[:offset] if args.key?(:offset)
4252
4286
  @order_by = args[:order_by] if args.key?(:order_by)
4253
4287
  @page_categories = args[:page_categories] if args.key?(:page_categories)
@@ -4578,7 +4612,9 @@ module Google
4578
4612
  # @return [String]
4579
4613
  attr_accessor :attribution_token
4580
4614
 
4581
- # If spell correction applies, the corrected query. Otherwise, empty.
4615
+ # Contains the spell corrected query, if found. If the spell correction type is
4616
+ # AUTOMATIC, then the search results will be based on corrected_query, otherwise
4617
+ # the original query will be used for search.
4582
4618
  # Corresponds to the JSON property `correctedQuery`
4583
4619
  # @return [String]
4584
4620
  attr_accessor :corrected_query
@@ -5216,9 +5252,9 @@ module Google
5216
5252
  # @return [String]
5217
5253
  attr_accessor :page_view_id
5218
5254
 
5219
- # The main product details related to the event. This field is required for the
5220
- # following event types: * `add-to-cart` * `detail-page-view` * `purchase-
5221
- # complete` * `search` In a `search` event, this field represents the products
5255
+ # The main product details related to the event. This field is optional except
5256
+ # for the following event types: * `add-to-cart` * `detail-page-view` * `
5257
+ # purchase-complete` In a `search` event, this field represents the products
5222
5258
  # returned to the end user on the current page (the end user may have not
5223
5259
  # finished browsing the whole page yet). When a new page is returned to the end
5224
5260
  # user, after pagination/filtering/ordering even for the same query, a new `
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.39.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 = "20220408"
25
+ REVISION = "20220430"
26
26
  end
27
27
  end
28
28
  end
@@ -1594,6 +1594,7 @@ module Google
1594
1594
  property :notification_pubsub_topic, as: 'notificationPubsubTopic'
1595
1595
  property :reconciliation_mode, as: 'reconciliationMode'
1596
1596
  property :request_id, as: 'requestId'
1597
+ property :skip_default_branch_protection, as: 'skipDefaultBranchProtection'
1597
1598
  property :update_mask, as: 'updateMask'
1598
1599
  end
1599
1600
  end
@@ -2109,6 +2110,7 @@ module Google
2109
2110
  collection :facet_specs, as: 'facetSpecs', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec::Representation
2110
2111
 
2111
2112
  property :filter, as: 'filter'
2113
+ hash :labels, as: 'labels'
2112
2114
  property :offset, as: 'offset'
2113
2115
  property :order_by, as: 'orderBy'
2114
2116
  collection :page_categories, as: 'pageCategories'
@@ -62,8 +62,9 @@ module Google
62
62
  # the imported dataset through CompletionService.ImportCompletionData. "cloud-
63
63
  # retail" will use the dataset generated by cloud retail based on user events.
64
64
  # If leave empty, it will use the "user-data". Current supported values: * user-
65
- # data * cloud-retail This option requires additional allowlisting. Before using
66
- # cloud-retail, contact Cloud Retail support team first.
65
+ # data * cloud-retail: This option requires enabling auto-learning function
66
+ # first. See [guidelines](https://cloud.google.com/retail/docs/completion-
67
+ # overview#generated-completion-dataset).
67
68
  # @param [String] device_type
68
69
  # The device type context for completion suggestions. It is useful to apply
69
70
  # different suggestions on different device types, e.g. `DESKTOP`, `MOBILE`. If
@@ -1419,15 +1420,12 @@ module Google
1419
1420
  # Makes a recommendation prediction.
1420
1421
  # @param [String] placement
1421
1422
  # Required. Full resource name of the format: `name=projects/*/locations/global/
1422
- # catalogs/default_catalog/servingConfigs/*` or `name=projects/*/locations/
1423
- # global/catalogs/default_catalog/placements/*`. We recommend using the `
1424
- # servingConfigs` resource. `placements` is a legacy resource. The ID of the
1425
- # Recommendations AI serving config or placement. Before you can request
1426
- # predictions from your model, you must create at least one serving config or
1427
- # placement for it. For more information, see [Managing serving configurations].
1428
- # (https://cloud.google.com/retail/docs/manage-configs). The full list of
1429
- # available serving configs can be seen at https://console.cloud.google.com/ai/
1430
- # retail/catalogs/default_catalog/configs
1423
+ # catalogs/default_catalog/placements/*` The ID of the Recommendations AI
1424
+ # placement. Before you can request predictions from your model, you must create
1425
+ # at least one placement for it. For more information, see [Managing placements](
1426
+ # https://cloud.google.com/retail/recommendations-ai/docs/manage-placements).
1427
+ # The full list of available placements can be seen at https://console.cloud.
1428
+ # google.com/recommendation/catalogs/default_catalog/placements
1431
1429
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaPredictRequest] google_cloud_retail_v2alpha_predict_request_object
1432
1430
  # @param [String] fields
1433
1431
  # Selector specifying which fields to include in a partial response.
@@ -1462,12 +1460,10 @@ module Google
1462
1460
  # Search enabled. Please enable Retail Search on Cloud Console before using this
1463
1461
  # feature.
1464
1462
  # @param [String] placement
1465
- # Required. The resource name of the Retail Search serving config, such as `
1466
- # projects/*/locations/global/catalogs/default_catalog/servingConfigs/
1467
- # default_serving_config` or the name of the legacy placement resource, such as `
1468
- # projects/*/locations/global/catalogs/default_catalog/placements/default_search`
1469
- # . This field is used to identify the serving configuration name and the set of
1470
- # models that will be used to make the search.
1463
+ # Required. The resource name of the search engine placement, such as `projects/*
1464
+ # /locations/global/catalogs/default_catalog/placements/default_search`. This
1465
+ # field is used to identify the serving configuration name and the set of models
1466
+ # that will be used to make the search.
1471
1467
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequest] google_cloud_retail_v2alpha_search_request_object
1472
1468
  # @param [String] fields
1473
1469
  # Selector specifying which fields to include in a partial response.
@@ -1722,48 +1718,6 @@ module Google
1722
1718
  execute_or_queue_command(command, &block)
1723
1719
  end
1724
1720
 
1725
- # Makes a recommendation prediction.
1726
- # @param [String] placement
1727
- # Required. Full resource name of the format: `name=projects/*/locations/global/
1728
- # catalogs/default_catalog/servingConfigs/*` or `name=projects/*/locations/
1729
- # global/catalogs/default_catalog/placements/*`. We recommend using the `
1730
- # servingConfigs` resource. `placements` is a legacy resource. The ID of the
1731
- # Recommendations AI serving config or placement. Before you can request
1732
- # predictions from your model, you must create at least one serving config or
1733
- # placement for it. For more information, see [Managing serving configurations].
1734
- # (https://cloud.google.com/retail/docs/manage-configs). The full list of
1735
- # available serving configs can be seen at https://console.cloud.google.com/ai/
1736
- # retail/catalogs/default_catalog/configs
1737
- # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaPredictRequest] google_cloud_retail_v2alpha_predict_request_object
1738
- # @param [String] fields
1739
- # Selector specifying which fields to include in a partial response.
1740
- # @param [String] quota_user
1741
- # Available to use for quota purposes for server-side applications. Can be any
1742
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1743
- # @param [Google::Apis::RequestOptions] options
1744
- # Request-specific options
1745
- #
1746
- # @yield [result, err] Result & error if block supplied
1747
- # @yieldparam result [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaPredictResponse] parsed result object
1748
- # @yieldparam err [StandardError] error object if request failed
1749
- #
1750
- # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaPredictResponse]
1751
- #
1752
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1753
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1754
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1755
- def predict_project_location_catalog_serving_config(placement, google_cloud_retail_v2alpha_predict_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1756
- command = make_simple_command(:post, 'v2alpha/{+placement}:predict', options)
1757
- command.request_representation = Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaPredictRequest::Representation
1758
- command.request_object = google_cloud_retail_v2alpha_predict_request_object
1759
- command.response_representation = Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaPredictResponse::Representation
1760
- command.response_class = Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaPredictResponse
1761
- command.params['placement'] = placement unless placement.nil?
1762
- command.query['fields'] = fields unless fields.nil?
1763
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1764
- execute_or_queue_command(command, &block)
1765
- end
1766
-
1767
1721
  # Disables a Control on the specified ServingConfig. The control is removed from
1768
1722
  # the ServingConfig. Returns a NOT_FOUND error if the Control is not enabled for
1769
1723
  # the ServingConfig.
@@ -1801,46 +1755,6 @@ module Google
1801
1755
  execute_or_queue_command(command, &block)
1802
1756
  end
1803
1757
 
1804
- # Performs a search. This feature is only available for users who have Retail
1805
- # Search enabled. Please enable Retail Search on Cloud Console before using this
1806
- # feature.
1807
- # @param [String] placement
1808
- # Required. The resource name of the Retail Search serving config, such as `
1809
- # projects/*/locations/global/catalogs/default_catalog/servingConfigs/
1810
- # default_serving_config` or the name of the legacy placement resource, such as `
1811
- # projects/*/locations/global/catalogs/default_catalog/placements/default_search`
1812
- # . This field is used to identify the serving configuration name and the set of
1813
- # models that will be used to make the search.
1814
- # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequest] google_cloud_retail_v2alpha_search_request_object
1815
- # @param [String] fields
1816
- # Selector specifying which fields to include in a partial response.
1817
- # @param [String] quota_user
1818
- # Available to use for quota purposes for server-side applications. Can be any
1819
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1820
- # @param [Google::Apis::RequestOptions] options
1821
- # Request-specific options
1822
- #
1823
- # @yield [result, err] Result & error if block supplied
1824
- # @yieldparam result [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchResponse] parsed result object
1825
- # @yieldparam err [StandardError] error object if request failed
1826
- #
1827
- # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchResponse]
1828
- #
1829
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1830
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1831
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1832
- def search_project_location_catalog_serving_configs(placement, google_cloud_retail_v2alpha_search_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1833
- command = make_simple_command(:post, 'v2alpha/{+placement}:search', options)
1834
- command.request_representation = Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequest::Representation
1835
- command.request_object = google_cloud_retail_v2alpha_search_request_object
1836
- command.response_representation = Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchResponse::Representation
1837
- command.response_class = Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchResponse
1838
- command.params['placement'] = placement unless placement.nil?
1839
- command.query['fields'] = fields unless fields.nil?
1840
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1841
- execute_or_queue_command(command, &block)
1842
- end
1843
-
1844
1758
  # Writes a single user event from the browser. This uses a GET request to due to
1845
1759
  # browser restriction of POST-ing to a 3rd party domain. This method is used
1846
1760
  # only by the Retail API JavaScript pixel and Google Tag Manager. Users should
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.39.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-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-09 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-retail_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []