google-apis-cloudsearch_v1 0.27.0 → 0.28.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: 13e4294ccdc28f45f2554c9414df437b6a55c7368cd57ecfc0dee1559b8e4f5f
4
- data.tar.gz: 7053eafb05e19d762f8fd442d4512a4ec1c5f9a4272ff3c637148c2bd0bb2253
3
+ metadata.gz: 963639f45c1ecc2c0825fa405336ef098d175c33d565d8430a8bb399febd82ad
4
+ data.tar.gz: acaaa90bd109d1422329191534f2c5f74ff9395225a0ccf6c06d5486a457d94b
5
5
  SHA512:
6
- metadata.gz: 40be80f49042d7008a53f212b6eed4829278a9ef129931ea06ecf7de94005871334b33cc0c48a0828b77b176f6bab89b3bc8cdbcc023d6aed6b6d4d1f31effc1
7
- data.tar.gz: f773521004dd45ea25785eda647e6338862986e190eccf729f7b5720e0de23a3f6b00dd955a1950d1b4c05821973da019d9685d62e111c6a74a3c1f50affca0f
6
+ metadata.gz: ce0d015e09cbd520391ce964231799f455b769cb8e4e5b7ebf27b69e5be5100f79d3b94f900127a410d134ad5d4404bd4112cb09adc3fdfc1c4581f429e1637b
7
+ data.tar.gz: 9c0382724df003c65ca0808318e45036bd486c326f9b3a5c722087b2091f8cbdba20607bd0dd496f4795381c3318988bc50c23d100619f8b2372fbf5fee9ce99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.28.0 (2022-06-07)
4
+
5
+ * Regenerated from discovery document revision 20220530
6
+ * Regenerated using generator version 0.5.0
7
+
3
8
  ### v0.27.0 (2022-05-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20220502
@@ -180,7 +180,7 @@ module Google
180
180
  end
181
181
  end
182
182
 
183
- # Options for boolean properties.
183
+ # The options for boolean properties.
184
184
  class BooleanPropertyOptions
185
185
  include Google::Apis::Core::Hashable
186
186
 
@@ -279,7 +279,7 @@ module Google
279
279
 
280
280
  # Proto representation of a custom emoji. May be used in both APIs and in
281
281
  # Spanner, but certain fields should be restricted to one or the other. See the
282
- # per-field documentation for details. NEXT_TAG: 13
282
+ # per-field documentation for details. NEXT_TAG: 14
283
283
  class CustomEmoji
284
284
  include Google::Apis::Core::Hashable
285
285
 
@@ -307,6 +307,13 @@ module Google
307
307
  # @return [Google::Apis::CloudsearchV1::UserId]
308
308
  attr_accessor :creator_user_id
309
309
 
310
+ # Time when the emoji was deleted, in microseconds. This field may be present in
311
+ # Spanner, within the server, or in public APIs. Only present if the emoji has
312
+ # been deleted.
313
+ # Corresponds to the JSON property `deleteTimeMicros`
314
+ # @return [Fixnum]
315
+ attr_accessor :delete_time_micros
316
+
310
317
  # Output only. A short-lived URL clients can use for directly accessing a custom
311
318
  # emoji image. This field is intended for API consumption, and should *never* be
312
319
  # persisted to Spanner.
@@ -362,6 +369,7 @@ module Google
362
369
  @content_type = args[:content_type] if args.key?(:content_type)
363
370
  @create_time_micros = args[:create_time_micros] if args.key?(:create_time_micros)
364
371
  @creator_user_id = args[:creator_user_id] if args.key?(:creator_user_id)
372
+ @delete_time_micros = args[:delete_time_micros] if args.key?(:delete_time_micros)
365
373
  @ephemeral_url = args[:ephemeral_url] if args.key?(:ephemeral_url)
366
374
  @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
367
375
  @read_token = args[:read_token] if args.key?(:read_token)
@@ -615,8 +623,8 @@ module Google
615
623
  # @return [Array<Google::Apis::CloudsearchV1::GSuitePrincipal>]
616
624
  attr_accessor :items_visibility
617
625
 
618
- # Name of the datasource resource. Format: datasources/`source_id`. The name is
619
- # ignored when creating a datasource.
626
+ # The name of the datasource resource. Format: datasources/`source_id`. The name
627
+ # is ignored when creating a datasource.
620
628
  # Corresponds to the JSON property `name`
621
629
  # @return [String]
622
630
  attr_accessor :name
@@ -806,7 +814,7 @@ module Google
806
814
  end
807
815
  end
808
816
 
809
- # Options for date properties.
817
+ # The options for date properties.
810
818
  class DatePropertyOptions
811
819
  include Google::Apis::Core::Hashable
812
820
 
@@ -871,8 +879,8 @@ module Google
871
879
  class DeleteQueueItemsRequest
872
880
  include Google::Apis::Core::Hashable
873
881
 
874
- # Name of connector making this call. Format: datasources/`source_id`/connectors/
875
- # `ID`
882
+ # The name of connector making this call. Format: datasources/`source_id`/
883
+ # connectors/`ID`
876
884
  # Corresponds to the JSON property `connectorName`
877
885
  # @return [String]
878
886
  attr_accessor :connector_name
@@ -882,7 +890,7 @@ module Google
882
890
  # @return [Google::Apis::CloudsearchV1::DebugOptions]
883
891
  attr_accessor :debug_options
884
892
 
885
- # Name of a queue to delete items from.
893
+ # The name of a queue to delete items from.
886
894
  # Corresponds to the JSON property `queue`
887
895
  # @return [String]
888
896
  attr_accessor :queue
@@ -965,7 +973,7 @@ module Google
965
973
  end
966
974
  end
967
975
 
968
- # Options for double properties.
976
+ # The options for double properties.
969
977
  class DoublePropertyOptions
970
978
  include Google::Apis::Core::Hashable
971
979
 
@@ -1216,7 +1224,7 @@ module Google
1216
1224
 
1217
1225
  # Proto representation of a custom emoji. May be used in both APIs and in
1218
1226
  # Spanner, but certain fields should be restricted to one or the other. See the
1219
- # per-field documentation for details. NEXT_TAG: 13
1227
+ # per-field documentation for details. NEXT_TAG: 14
1220
1228
  # Corresponds to the JSON property `customEmoji`
1221
1229
  # @return [Google::Apis::CloudsearchV1::CustomEmoji]
1222
1230
  attr_accessor :custom_emoji
@@ -1271,7 +1279,7 @@ module Google
1271
1279
  end
1272
1280
  end
1273
1281
 
1274
- # Options for enum properties, which allow you to define a restricted set of
1282
+ # The options for enum properties, which allow you to define a restricted set of
1275
1283
  # strings to match user queries, set rankings for those string values, and
1276
1284
  # define an operator name to be paired with those strings so that users can
1277
1285
  # narrow results to only items with a specific value. For example, for items in
@@ -1487,7 +1495,7 @@ module Google
1487
1495
  # @return [String]
1488
1496
  attr_accessor :object_type
1489
1497
 
1490
- # Name of the operator chosen for faceting. @see cloudsearch.
1498
+ # The name of the operator chosen for faceting. @see cloudsearch.
1491
1499
  # SchemaPropertyOptions
1492
1500
  # Corresponds to the JSON property `operatorName`
1493
1501
  # @return [String]
@@ -1516,7 +1524,8 @@ module Google
1516
1524
  class FacetResult
1517
1525
  include Google::Apis::Core::Hashable
1518
1526
 
1519
- # FacetBuckets for values in response containing at least a single result.
1527
+ # FacetBuckets for values in response containing at least a single result with
1528
+ # the corresponding filter.
1520
1529
  # Corresponds to the JSON property `buckets`
1521
1530
  # @return [Array<Google::Apis::CloudsearchV1::FacetBucket>]
1522
1531
  attr_accessor :buckets
@@ -1526,7 +1535,7 @@ module Google
1526
1535
  # @return [String]
1527
1536
  attr_accessor :object_type
1528
1537
 
1529
- # Name of the operator chosen for faceting. @see cloudsearch.
1538
+ # The name of the operator chosen for faceting. @see cloudsearch.
1530
1539
  # SchemaPropertyOptions
1531
1540
  # Corresponds to the JSON property `operatorName`
1532
1541
  # @return [String]
@@ -1554,7 +1563,7 @@ module Google
1554
1563
  class FieldViolation
1555
1564
  include Google::Apis::Core::Hashable
1556
1565
 
1557
- # Description of the error.
1566
+ # The description of the error.
1558
1567
  # Corresponds to the JSON property `description`
1559
1568
  # @return [String]
1560
1569
  attr_accessor :description
@@ -2075,7 +2084,7 @@ module Google
2075
2084
  end
2076
2085
  end
2077
2086
 
2078
- # Options for html properties.
2087
+ # The options for html properties.
2079
2088
  class HtmlPropertyOptions
2080
2089
  include Google::Apis::Core::Hashable
2081
2090
 
@@ -2189,8 +2198,8 @@ module Google
2189
2198
  class IndexItemRequest
2190
2199
  include Google::Apis::Core::Hashable
2191
2200
 
2192
- # Name of connector making this call. Format: datasources/`source_id`/connectors/
2193
- # `ID`
2201
+ # The name of connector making this call. Format: datasources/`source_id`/
2202
+ # connectors/`ID`
2194
2203
  # Corresponds to the JSON property `connectorName`
2195
2204
  # @return [String]
2196
2205
  attr_accessor :connector_name
@@ -2295,7 +2304,7 @@ module Google
2295
2304
  end
2296
2305
  end
2297
2306
 
2298
- # Options for integer properties.
2307
+ # The options for integer properties.
2299
2308
  class IntegerPropertyOptions
2300
2309
  include Google::Apis::Core::Hashable
2301
2310
 
@@ -2398,7 +2407,7 @@ module Google
2398
2407
  include Google::Apis::Core::Hashable
2399
2408
 
2400
2409
  # Access control list information for the item. For more information see [Map
2401
- # ACLs](/cloud-search/docs/guides/acls).
2410
+ # ACLs](https://developers.google.com/cloud-search/docs/guides/acls).
2402
2411
  # Corresponds to the JSON property `acl`
2403
2412
  # @return [Google::Apis::CloudsearchV1::ItemAcl]
2404
2413
  attr_accessor :acl
@@ -2410,7 +2419,7 @@ module Google
2410
2419
  # @return [Google::Apis::CloudsearchV1::ItemContent]
2411
2420
  attr_accessor :content
2412
2421
 
2413
- # Type for this item.
2422
+ # The type for this item.
2414
2423
  # Corresponds to the JSON property `itemType`
2415
2424
  # @return [String]
2416
2425
  attr_accessor :item_type
@@ -2420,8 +2429,8 @@ module Google
2420
2429
  # @return [Google::Apis::CloudsearchV1::ItemMetadata]
2421
2430
  attr_accessor :metadata
2422
2431
 
2423
- # Name of the Item. Format: datasources/`source_id`/items/`item_id` This is a
2424
- # required field. The maximum length is 1536 characters.
2432
+ # The name of the Item. Format: datasources/`source_id`/items/`item_id` This is
2433
+ # a required field. The maximum length is 1536 characters.
2425
2434
  # Corresponds to the JSON property `name`
2426
2435
  # @return [String]
2427
2436
  attr_accessor :name
@@ -2481,7 +2490,7 @@ module Google
2481
2490
  end
2482
2491
 
2483
2492
  # Access control list information for the item. For more information see [Map
2484
- # ACLs](/cloud-search/docs/guides/acls).
2493
+ # ACLs](https://developers.google.com/cloud-search/docs/guides/acls).
2485
2494
  class ItemAcl
2486
2495
  include Google::Apis::Core::Hashable
2487
2496
 
@@ -2501,8 +2510,8 @@ module Google
2501
2510
  # @return [Array<Google::Apis::CloudsearchV1::Principal>]
2502
2511
  attr_accessor :denied_readers
2503
2512
 
2504
- # Name of the item to inherit the Access Permission List (ACL) from. Note: ACL
2505
- # inheritance *only* provides access permissions to child items and does not
2513
+ # The name of the item to inherit the Access Permission List (ACL) from. Note:
2514
+ # ACL inheritance *only* provides access permissions to child items and does not
2506
2515
  # define structural relationships, nor does it provide convenient ways to delete
2507
2516
  # large groups of items. Deleting an ACL parent from the index only alters the
2508
2517
  # access permissions of child items that reference the parent in the
@@ -3109,7 +3118,7 @@ module Google
3109
3118
  include Google::Apis::Core::Hashable
3110
3119
 
3111
3120
  # The read-only display name formatted according to the locale specified by the
3112
- # viewer's account or the Accept-Language HTTP header.
3121
+ # viewer's account or the `Accept-Language` HTTP header.
3113
3122
  # Corresponds to the JSON property `displayName`
3114
3123
  # @return [String]
3115
3124
  attr_accessor :display_name
@@ -3206,7 +3215,7 @@ module Google
3206
3215
  class ObjectDefinition
3207
3216
  include Google::Apis::Core::Hashable
3208
3217
 
3209
- # Name for the object, which then defines its type. Item indexing requests
3218
+ # The name for the object, which then defines its type. Item indexing requests
3210
3219
  # should set the objectType field equal to this value. For example, if *name* is
3211
3220
  # *Document*, then indexing requests for items of type Document should set
3212
3221
  # objectType equal to *Document*. Each object definition must be uniquely named
@@ -3303,7 +3312,7 @@ module Google
3303
3312
  end
3304
3313
  end
3305
3314
 
3306
- # Options for object properties.
3315
+ # The options for object properties.
3307
3316
  class ObjectPropertyOptions
3308
3317
  include Google::Apis::Core::Hashable
3309
3318
 
@@ -3434,8 +3443,9 @@ module Google
3434
3443
  # @return [Array<Google::Apis::CloudsearchV1::EmailAddress>]
3435
3444
  attr_accessor :email_addresses
3436
3445
 
3437
- # The resource name of the person to provide information about. See People.get
3438
- # from Google People API.
3446
+ # The resource name of the person to provide information about. See [`People.get`
3447
+ # ](https://developers.google.com/people/api/rest/v1/people/get) from the Google
3448
+ # People API.
3439
3449
  # Corresponds to the JSON property `name`
3440
3450
  # @return [String]
3441
3451
  attr_accessor :name
@@ -3493,8 +3503,8 @@ module Google
3493
3503
  class PollItemsRequest
3494
3504
  include Google::Apis::Core::Hashable
3495
3505
 
3496
- # Name of connector making this call. Format: datasources/`source_id`/connectors/
3497
- # `ID`
3506
+ # The name of connector making this call. Format: datasources/`source_id`/
3507
+ # connectors/`ID`
3498
3508
  # Corresponds to the JSON property `connectorName`
3499
3509
  # @return [String]
3500
3510
  attr_accessor :connector_name
@@ -3600,7 +3610,7 @@ module Google
3600
3610
  # @return [String]
3601
3611
  attr_accessor :code
3602
3612
 
3603
- # Description of the error.
3613
+ # The description of the error.
3604
3614
  # Corresponds to the JSON property `errorMessage`
3605
3615
  # @return [String]
3606
3616
  attr_accessor :error_message
@@ -3627,12 +3637,12 @@ module Google
3627
3637
  class PropertyDefinition
3628
3638
  include Google::Apis::Core::Hashable
3629
3639
 
3630
- # Options for boolean properties.
3640
+ # The options for boolean properties.
3631
3641
  # Corresponds to the JSON property `booleanPropertyOptions`
3632
3642
  # @return [Google::Apis::CloudsearchV1::BooleanPropertyOptions]
3633
3643
  attr_accessor :boolean_property_options
3634
3644
 
3635
- # Options for date properties.
3645
+ # The options for date properties.
3636
3646
  # Corresponds to the JSON property `datePropertyOptions`
3637
3647
  # @return [Google::Apis::CloudsearchV1::DatePropertyOptions]
3638
3648
  attr_accessor :date_property_options
@@ -3642,12 +3652,12 @@ module Google
3642
3652
  # @return [Google::Apis::CloudsearchV1::PropertyDisplayOptions]
3643
3653
  attr_accessor :display_options
3644
3654
 
3645
- # Options for double properties.
3655
+ # The options for double properties.
3646
3656
  # Corresponds to the JSON property `doublePropertyOptions`
3647
3657
  # @return [Google::Apis::CloudsearchV1::DoublePropertyOptions]
3648
3658
  attr_accessor :double_property_options
3649
3659
 
3650
- # Options for enum properties, which allow you to define a restricted set of
3660
+ # The options for enum properties, which allow you to define a restricted set of
3651
3661
  # strings to match user queries, set rankings for those string values, and
3652
3662
  # define an operator name to be paired with those strings so that users can
3653
3663
  # narrow results to only items with a specific value. For example, for items in
@@ -3659,19 +3669,19 @@ module Google
3659
3669
  # @return [Google::Apis::CloudsearchV1::EnumPropertyOptions]
3660
3670
  attr_accessor :enum_property_options
3661
3671
 
3662
- # Options for html properties.
3672
+ # The options for html properties.
3663
3673
  # Corresponds to the JSON property `htmlPropertyOptions`
3664
3674
  # @return [Google::Apis::CloudsearchV1::HtmlPropertyOptions]
3665
3675
  attr_accessor :html_property_options
3666
3676
 
3667
- # Options for integer properties.
3677
+ # The options for integer properties.
3668
3678
  # Corresponds to the JSON property `integerPropertyOptions`
3669
3679
  # @return [Google::Apis::CloudsearchV1::IntegerPropertyOptions]
3670
3680
  attr_accessor :integer_property_options
3671
3681
 
3672
3682
  # Indicates that the property can be used for generating facets. Cannot be true
3673
3683
  # for properties whose type is object. IsReturnable must be true to set this
3674
- # option. Only supported for Boolean, Enum, and Text properties.
3684
+ # option. Only supported for boolean, enum, and text properties.
3675
3685
  # Corresponds to the JSON property `isFacetable`
3676
3686
  # @return [Boolean]
3677
3687
  attr_accessor :is_facetable
@@ -3702,7 +3712,7 @@ module Google
3702
3712
  # Indicates that the property can be used for sorting. Cannot be true for
3703
3713
  # properties that are repeatable. Cannot be true for properties whose type is
3704
3714
  # object. IsReturnable must be true to set this option. Only supported for
3705
- # Boolean, Date, Double, Integer, and Timestamp properties.
3715
+ # boolean, date, double, integer, and timestamp properties.
3706
3716
  # Corresponds to the JSON property `isSortable`
3707
3717
  # @return [Boolean]
3708
3718
  attr_accessor :is_sortable
@@ -3735,17 +3745,17 @@ module Google
3735
3745
  # @return [String]
3736
3746
  attr_accessor :name
3737
3747
 
3738
- # Options for object properties.
3748
+ # The options for object properties.
3739
3749
  # Corresponds to the JSON property `objectPropertyOptions`
3740
3750
  # @return [Google::Apis::CloudsearchV1::ObjectPropertyOptions]
3741
3751
  attr_accessor :object_property_options
3742
3752
 
3743
- # Options for text properties.
3753
+ # The options for text properties.
3744
3754
  # Corresponds to the JSON property `textPropertyOptions`
3745
3755
  # @return [Google::Apis::CloudsearchV1::TextPropertyOptions]
3746
3756
  attr_accessor :text_property_options
3747
3757
 
3748
- # Options for timestamp properties.
3758
+ # The options for timestamp properties.
3749
3759
  # Corresponds to the JSON property `timestampPropertyOptions`
3750
3760
  # @return [Google::Apis::CloudsearchV1::TimestampPropertyOptions]
3751
3761
  attr_accessor :timestamp_property_options
@@ -3813,9 +3823,10 @@ module Google
3813
3823
  # @return [String]
3814
3824
  attr_accessor :content_hash
3815
3825
 
3816
- # Metadata hash of the item according to the repository. If specified, this is
3817
- # used to determine how to modify this item's status. Setting this field and the
3818
- # type field results in argument error. The maximum length is 2048 characters.
3826
+ # The metadata hash of the item according to the repository. If specified, this
3827
+ # is used to determine how to modify this item's status. Setting this field and
3828
+ # the type field results in argument error. The maximum length is 2048
3829
+ # characters.
3819
3830
  # Corresponds to the JSON property `metadataHash`
3820
3831
  # @return [String]
3821
3832
  attr_accessor :metadata_hash
@@ -3827,7 +3838,7 @@ module Google
3827
3838
  # @return [String]
3828
3839
  attr_accessor :payload
3829
3840
 
3830
- # Queue to which this item belongs to. The default queue is chosen if this field
3841
+ # Queue to which this item belongs. The `default` queue is chosen if this field
3831
3842
  # is not specified. The maximum length is 512 characters.
3832
3843
  # Corresponds to the JSON property `queue`
3833
3844
  # @return [String]
@@ -3871,8 +3882,8 @@ module Google
3871
3882
  class PushItemRequest
3872
3883
  include Google::Apis::Core::Hashable
3873
3884
 
3874
- # Name of connector making this call. Format: datasources/`source_id`/connectors/
3875
- # `ID`
3885
+ # The name of connector making this call. Format: datasources/`source_id`/
3886
+ # connectors/`ID`
3876
3887
  # Corresponds to the JSON property `connectorName`
3877
3888
  # @return [String]
3878
3889
  attr_accessor :connector_name
@@ -4113,8 +4124,8 @@ module Google
4113
4124
  # @return [String]
4114
4125
  attr_accessor :less_than_operator_name
4115
4126
 
4116
- # Name of the object corresponding to the operator. This field is only filled
4117
- # for schema-specific operators, and is unset for common operators.
4127
+ # The name of the object corresponding to the operator. This field is only
4128
+ # filled for schema-specific operators, and is unset for common operators.
4118
4129
  # Corresponds to the JSON property `objectType`
4119
4130
  # @return [String]
4120
4131
  attr_accessor :object_type
@@ -4124,7 +4135,7 @@ module Google
4124
4135
  # @return [String]
4125
4136
  attr_accessor :operator_name
4126
4137
 
4127
- # Type of the operator.
4138
+ # The type of the operator.
4128
4139
  # Corresponds to the JSON property `type`
4129
4140
  # @return [String]
4130
4141
  attr_accessor :type
@@ -4217,7 +4228,7 @@ module Google
4217
4228
  # @return [Fixnum]
4218
4229
  attr_accessor :http_status_code
4219
4230
 
4220
- # Type of error.
4231
+ # The type of error.
4221
4232
  # Corresponds to the JSON property `type`
4222
4233
  # @return [String]
4223
4234
  attr_accessor :type
@@ -4591,7 +4602,8 @@ module Google
4591
4602
  attr_accessor :enable_audit_log
4592
4603
  alias_method :enable_audit_log?, :enable_audit_log
4593
4604
 
4594
- # Name of the Search Application. Format: searchapplications/`application_id`.
4605
+ # The name of the Search Application. Format: searchapplications/`application_id`
4606
+ # .
4595
4607
  # Corresponds to the JSON property `name`
4596
4608
  # @return [String]
4597
4609
  attr_accessor :name
@@ -5086,8 +5098,8 @@ module Google
5086
5098
  class SortOptions
5087
5099
  include Google::Apis::Core::Hashable
5088
5100
 
5089
- # Name of the operator corresponding to the field to sort on. The corresponding
5090
- # property must be marked as sortable.
5101
+ # The name of the operator corresponding to the field to sort on. The
5102
+ # corresponding property must be marked as sortable.
5091
5103
  # Corresponds to the JSON property `operatorName`
5092
5104
  # @return [String]
5093
5105
  attr_accessor :operator_name
@@ -5373,8 +5385,8 @@ module Google
5373
5385
  class StartUploadItemRequest
5374
5386
  include Google::Apis::Core::Hashable
5375
5387
 
5376
- # Name of connector making this call. Format: datasources/`source_id`/connectors/
5377
- # `ID`
5388
+ # The name of connector making this call. Format: datasources/`source_id`/
5389
+ # connectors/`ID`
5378
5390
  # Corresponds to the JSON property `connectorName`
5379
5391
  # @return [String]
5380
5392
  attr_accessor :connector_name
@@ -5575,8 +5587,8 @@ module Google
5575
5587
  # If true, the text value is tokenized as one atomic value in operator searches
5576
5588
  # and facet matches. For example, if the operator name is "genre" and the value
5577
5589
  # is "science-fiction" the query restrictions "genre:science" and "genre:fiction"
5578
- # doesn't match the item; "genre:science-fiction" does. Value matching is case-
5579
- # sensitive and does not remove special characters. If false, the text is
5590
+ # doesn't match the item; "genre:science-fiction" does. Text value matching is
5591
+ # case-sensitive and does not remove special characters. If false, the text is
5580
5592
  # tokenized. For example, if the value is "science-fiction" the queries "genre:
5581
5593
  # science" and "genre:fiction" matches the item.
5582
5594
  # Corresponds to the JSON property `exactMatchWithOperator`
@@ -5607,7 +5619,7 @@ module Google
5607
5619
  end
5608
5620
  end
5609
5621
 
5610
- # Options for text properties.
5622
+ # The options for text properties.
5611
5623
  class TextPropertyOptions
5612
5624
  include Google::Apis::Core::Hashable
5613
5625
 
@@ -5704,7 +5716,7 @@ module Google
5704
5716
  end
5705
5717
  end
5706
5718
 
5707
- # Options for timestamp properties.
5719
+ # The options for timestamp properties.
5708
5720
  class TimestampPropertyOptions
5709
5721
  include Google::Apis::Core::Hashable
5710
5722
 
@@ -5792,8 +5804,8 @@ module Google
5792
5804
  class UnreserveItemsRequest
5793
5805
  include Google::Apis::Core::Hashable
5794
5806
 
5795
- # Name of connector making this call. Format: datasources/`source_id`/connectors/
5796
- # `ID`
5807
+ # The name of connector making this call. Format: datasources/`source_id`/
5808
+ # connectors/`ID`
5797
5809
  # Corresponds to the JSON property `connectorName`
5798
5810
  # @return [String]
5799
5811
  attr_accessor :connector_name
@@ -5803,7 +5815,7 @@ module Google
5803
5815
  # @return [Google::Apis::CloudsearchV1::DebugOptions]
5804
5816
  attr_accessor :debug_options
5805
5817
 
5806
- # Name of a queue to unreserve items from.
5818
+ # The name of a queue to unreserve items from.
5807
5819
  # Corresponds to the JSON property `queue`
5808
5820
  # @return [String]
5809
5821
  attr_accessor :queue
@@ -5886,7 +5898,7 @@ module Google
5886
5898
  class UploadItemRef
5887
5899
  include Google::Apis::Core::Hashable
5888
5900
 
5889
- # Name of the content reference. The maximum length is 2048 characters.
5901
+ # The name of the content reference. The maximum length is 2048 characters.
5890
5902
  # Corresponds to the JSON property `name`
5891
5903
  # @return [String]
5892
5904
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudsearchV1
18
18
  # Version of the google-apis-cloudsearch_v1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220502"
25
+ REVISION = "20220530"
26
26
  end
27
27
  end
28
28
  end
@@ -1173,6 +1173,7 @@ module Google
1173
1173
  property :create_time_micros, :numeric_string => true, as: 'createTimeMicros'
1174
1174
  property :creator_user_id, as: 'creatorUserId', class: Google::Apis::CloudsearchV1::UserId, decorator: Google::Apis::CloudsearchV1::UserId::Representation
1175
1175
 
1176
+ property :delete_time_micros, :numeric_string => true, as: 'deleteTimeMicros'
1176
1177
  property :ephemeral_url, as: 'ephemeralUrl'
1177
1178
  property :owner_customer_id, as: 'ownerCustomerId', class: Google::Apis::CloudsearchV1::CustomerId, decorator: Google::Apis::CloudsearchV1::CustomerId::Representation
1178
1179
 
@@ -260,7 +260,7 @@ module Google
260
260
  # Deletes the schema of a data source. **Note:** This API requires an admin or
261
261
  # service account to execute.
262
262
  # @param [String] name
263
- # Name of the data source to delete Schema. Format: datasources/`source_id`
263
+ # The name of the data source to delete Schema. Format: datasources/`source_id`
264
264
  # @param [Boolean] debug_options_enable_debugging
265
265
  # If you are asked by Google to help with debugging, set this field. Otherwise,
266
266
  # ignore this field.
@@ -295,7 +295,7 @@ module Google
295
295
  # Gets the schema of a data source. **Note:** This API requires an admin or
296
296
  # service account to execute.
297
297
  # @param [String] name
298
- # Name of the data source to get Schema. Format: datasources/`source_id`
298
+ # The name of the data source to get Schema. Format: datasources/`source_id`
299
299
  # @param [Boolean] debug_options_enable_debugging
300
300
  # If you are asked by Google to help with debugging, set this field. Otherwise,
301
301
  # ignore this field.
@@ -332,7 +332,7 @@ module Google
332
332
  # the entire schema. **Note:** This API requires an admin or service account to
333
333
  # execute.
334
334
  # @param [String] name
335
- # Name of the data source to update Schema. Format: datasources/`source_id`
335
+ # The name of the data source to update Schema. Format: datasources/`source_id`
336
336
  # @param [Google::Apis::CloudsearchV1::UpdateSchemaRequest] update_schema_request_object
337
337
  # @param [String] fields
338
338
  # Selector specifying which fields to include in a partial response.
@@ -367,11 +367,11 @@ module Google
367
367
  # admin or service account to execute. The service account used is the one
368
368
  # whitelisted in the corresponding data source.
369
369
  # @param [String] name
370
- # Required. Name of the item to delete. Format: datasources/`source_id`/items/`
371
- # item_id`
370
+ # Required. The name of the item to delete. Format: datasources/`source_id`/
371
+ # items/`item_id`
372
372
  # @param [String] connector_name
373
- # Name of connector making this call. Format: datasources/`source_id`/connectors/
374
- # `ID`
373
+ # The name of connector making this call. Format: datasources/`source_id`/
374
+ # connectors/`ID`
375
375
  # @param [Boolean] debug_options_enable_debugging
376
376
  # If you are asked by Google to help with debugging, set this field. Otherwise,
377
377
  # ignore this field.
@@ -422,7 +422,7 @@ module Google
422
422
  # This API requires an admin or service account to execute. The service account
423
423
  # used is the one whitelisted in the corresponding data source.
424
424
  # @param [String] name
425
- # Name of the Data Source to delete items in a queue. Format: datasources/`
425
+ # The name of the Data Source to delete items in a queue. Format: datasources/`
426
426
  # source_id`
427
427
  # @param [Google::Apis::CloudsearchV1::DeleteQueueItemsRequest] delete_queue_items_request_object
428
428
  # @param [String] fields
@@ -458,10 +458,11 @@ module Google
458
458
  # to execute. The service account used is the one whitelisted in the
459
459
  # corresponding data source.
460
460
  # @param [String] name
461
- # Name of the item to get info. Format: datasources/`source_id`/items/`item_id`
461
+ # The name of the item to get info. Format: datasources/`source_id`/items/`
462
+ # item_id`
462
463
  # @param [String] connector_name
463
- # Name of connector making this call. Format: datasources/`source_id`/connectors/
464
- # `ID`
464
+ # The name of connector making this call. Format: datasources/`source_id`/
465
+ # connectors/`ID`
465
466
  # @param [Boolean] debug_options_enable_debugging
466
467
  # If you are asked by Google to help with debugging, set this field. Otherwise,
467
468
  # ignore this field.
@@ -500,8 +501,8 @@ module Google
500
501
  # an admin or service account to execute. The service account used is the one
501
502
  # whitelisted in the corresponding data source.
502
503
  # @param [String] name
503
- # Name of the Item. Format: datasources/`source_id`/items/`item_id` This is a
504
- # required field. The maximum length is 1536 characters.
504
+ # The name of the Item. Format: datasources/`source_id`/items/`item_id` This is
505
+ # a required field. The maximum length is 1536 characters.
505
506
  # @param [Google::Apis::CloudsearchV1::IndexItemRequest] index_item_request_object
506
507
  # @param [String] fields
507
508
  # Selector specifying which fields to include in a partial response.
@@ -536,7 +537,7 @@ module Google
536
537
  # account to execute. The service account used is the one whitelisted in the
537
538
  # corresponding data source.
538
539
  # @param [String] name
539
- # Name of the Data Source to list Items. Format: datasources/`source_id`
540
+ # The name of the Data Source to list Items. Format: datasources/`source_id`
540
541
  # @param [Boolean] brief
541
542
  # When set to true, the indexing system only populates the following fields:
542
543
  # name, version, queue. metadata.hash, metadata.title, metadata.
@@ -546,8 +547,8 @@ module Google
546
547
  # itemStatus.repositoryError.type, If this value is false, then all the fields
547
548
  # are populated in Item.
548
549
  # @param [String] connector_name
549
- # Name of connector making this call. Format: datasources/`source_id`/connectors/
550
- # `ID`
550
+ # The name of connector making this call. Format: datasources/`source_id`/
551
+ # connectors/`ID`
551
552
  # @param [Boolean] debug_options_enable_debugging
552
553
  # If you are asked by Google to help with debugging, set this field. Otherwise,
553
554
  # ignore this field.
@@ -599,7 +600,7 @@ module Google
599
600
  # admin or service account to execute. The service account used is the one
600
601
  # whitelisted in the corresponding data source.
601
602
  # @param [String] name
602
- # Name of the Data Source to poll items. Format: datasources/`source_id`
603
+ # The name of the Data Source to poll items. Format: datasources/`source_id`
603
604
  # @param [Google::Apis::CloudsearchV1::PollItemsRequest] poll_items_request_object
604
605
  # @param [String] fields
605
606
  # Selector specifying which fields to include in a partial response.
@@ -634,7 +635,7 @@ module Google
634
635
  # an admin or service account to execute. The service account used is the one
635
636
  # whitelisted in the corresponding data source.
636
637
  # @param [String] name
637
- # Name of the item to push into the indexing queue. Format: datasources/`
638
+ # The name of the item to push into the indexing queue. Format: datasources/`
638
639
  # source_id`/items/`ID` This is a required field. The maximum length is 1536
639
640
  # characters.
640
641
  # @param [Google::Apis::CloudsearchV1::PushItemRequest] push_item_request_object
@@ -672,7 +673,8 @@ module Google
672
673
  # restarted. This API requires an admin or service account to execute. The
673
674
  # service account used is the one whitelisted in the corresponding data source.
674
675
  # @param [String] name
675
- # Name of the Data Source to unreserve all items. Format: datasources/`source_id`
676
+ # The name of the Data Source to unreserve all items. Format: datasources/`
677
+ # source_id`
676
678
  # @param [Google::Apis::CloudsearchV1::UnreserveItemsRequest] unreserve_items_request_object
677
679
  # @param [String] fields
678
680
  # Selector specifying which fields to include in a partial response.
@@ -708,8 +710,8 @@ module Google
708
710
  # API requires an admin or service account to execute. The service account used
709
711
  # is the one whitelisted in the corresponding data source.
710
712
  # @param [String] name
711
- # Name of the Item to start a resumable upload. Format: datasources/`source_id`/
712
- # items/`item_id`. The maximum length is 1536 bytes.
713
+ # The name of the Item to start a resumable upload. Format: datasources/`
714
+ # source_id`/items/`item_id`. The maximum length is 1536 bytes.
713
715
  # @param [Google::Apis::CloudsearchV1::StartUploadItemRequest] start_upload_item_request_object
714
716
  # @param [String] fields
715
717
  # Selector specifying which fields to include in a partial response.
@@ -1099,7 +1101,7 @@ module Google
1099
1101
 
1100
1102
  # Deletes a datasource. **Note:** This API requires an admin account to execute.
1101
1103
  # @param [String] name
1102
- # Name of the datasource. Format: datasources/`source_id`.
1104
+ # The name of the datasource. Format: datasources/`source_id`.
1103
1105
  # @param [Boolean] debug_options_enable_debugging
1104
1106
  # If you are asked by Google to help with debugging, set this field. Otherwise,
1105
1107
  # ignore this field.
@@ -1133,7 +1135,7 @@ module Google
1133
1135
 
1134
1136
  # Gets a datasource. **Note:** This API requires an admin account to execute.
1135
1137
  # @param [String] name
1136
- # Name of the datasource resource. Format: datasources/`source_id`.
1138
+ # The name of the datasource resource. Format: datasources/`source_id`.
1137
1139
  # @param [Boolean] debug_options_enable_debugging
1138
1140
  # If you are asked by Google to help with debugging, set this field. Otherwise,
1139
1141
  # ignore this field.
@@ -1205,8 +1207,8 @@ module Google
1205
1207
 
1206
1208
  # Updates a datasource. **Note:** This API requires an admin account to execute.
1207
1209
  # @param [String] name
1208
- # Name of the datasource resource. Format: datasources/`source_id`. The name is
1209
- # ignored when creating a datasource.
1210
+ # The name of the datasource resource. Format: datasources/`source_id`. The name
1211
+ # is ignored when creating a datasource.
1210
1212
  # @param [Google::Apis::CloudsearchV1::UpdateDataSourceRequest] update_data_source_request_object
1211
1213
  # @param [String] fields
1212
1214
  # Selector specifying which fields to include in a partial response.
@@ -1307,7 +1309,8 @@ module Google
1307
1309
  # Gets the specified search application. **Note:** This API requires an admin
1308
1310
  # account to execute.
1309
1311
  # @param [String] name
1310
- # Name of the search application. Format: searchapplications/`application_id`.
1312
+ # The name of the search application. Format: searchapplications/`application_id`
1313
+ # .
1311
1314
  # @param [Boolean] debug_options_enable_debugging
1312
1315
  # If you are asked by Google to help with debugging, set this field. Otherwise,
1313
1316
  # ignore this field.
@@ -1416,7 +1419,8 @@ module Google
1416
1419
  # Updates a search application. **Note:** This API requires an admin account to
1417
1420
  # execute.
1418
1421
  # @param [String] name
1419
- # Name of the Search Application. Format: searchapplications/`application_id`.
1422
+ # The name of the Search Application. Format: searchapplications/`application_id`
1423
+ # .
1420
1424
  # @param [Google::Apis::CloudsearchV1::SearchApplication] search_application_object
1421
1425
  # @param [String] fields
1422
1426
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsearch_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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-05-16 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-cloudsearch_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Search API V1