google-apis-contentwarehouse_v1 0.26.0 → 0.27.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 859bb9bea50cde62cbbe5eb778cd4f874c441acd245fc6f059f9b7f337878baa
|
4
|
+
data.tar.gz: 2677e07494ba3d6b1bcaf32ba20b7888b530f557aa7ec5450ef41fcf8f8cacda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5d90a43685e2bf13130449c82ab75d9345773665f525ad5c34454f00b5bfa11eb5859f9135f598b480272955931de53bc7d580d6e01e03e2b50d003e2374f51
|
7
|
+
data.tar.gz: 6fc42017adb83a2bdd6780bfd8daabfc122e9bafd34c19ac70d67261c42d9836d325e0b709cafd573807645b8873c04347adb45d96c1a3915b761108577c18df
|
data/CHANGELOG.md
CHANGED
@@ -6726,7 +6726,8 @@ module Google
|
|
6726
6726
|
# container type. This field correlates to person.metadata.identity_info.
|
6727
6727
|
# source_id.id. This field may not be populated in some special cases, where the
|
6728
6728
|
# id is not visible to the querying user. e.g. ListAutocompletions with full
|
6729
|
-
# phone number query.
|
6729
|
+
# phone number query. For value format, see google3/social/graph/api/proto/
|
6730
|
+
# main_merged_person.proto?q=symbol:SourceIdentity.id
|
6730
6731
|
# Corresponds to the JSON property `encodedContainerId`
|
6731
6732
|
# @return [String]
|
6732
6733
|
attr_accessor :encoded_container_id
|
@@ -7881,7 +7882,9 @@ module Google
|
|
7881
7882
|
# The base64 serialized social.graph.peopleapi.proto.internal.RawDeviceContactId.
|
7882
7883
|
# This id should be used to correlate to field.metadata.encoded_container_id
|
7883
7884
|
# when the field.metadata.container_type is RAW_DEVICE_CONTACT The id also
|
7884
|
-
# correlates to person.metadata.identity_info.source_id.id.
|
7885
|
+
# correlates to person.metadata.identity_info.source_id.id. For value format,
|
7886
|
+
# see google3/social/graph/api/proto/main_merged_person.proto?q=symbol:
|
7887
|
+
# SourceIdentity.id
|
7885
7888
|
# Corresponds to the JSON property `id`
|
7886
7889
|
# @return [String]
|
7887
7890
|
attr_accessor :id
|
@@ -22441,7 +22444,7 @@ module Google
|
|
22441
22444
|
|
22442
22445
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
22443
22446
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
22444
|
-
# Next ID:
|
22447
|
+
# Next ID: 66
|
22445
22448
|
class AssistantPrefulfillmentRankerPrefulfillmentSignals
|
22446
22449
|
include Google::Apis::Core::Hashable
|
22447
22450
|
|
@@ -22626,6 +22629,13 @@ module Google
|
|
22626
22629
|
attr_accessor :is_sage_intent
|
22627
22630
|
alias_method :is_sage_intent?, :is_sage_intent
|
22628
22631
|
|
22632
|
+
# Whether this intent is a score-based intent, relying on PFR for scoring and
|
22633
|
+
# pruning to the top intent.
|
22634
|
+
# Corresponds to the JSON property `isScoreBasedIntent`
|
22635
|
+
# @return [Boolean]
|
22636
|
+
attr_accessor :is_score_based_intent
|
22637
|
+
alias_method :is_score_based_intent?, :is_score_based_intent
|
22638
|
+
|
22629
22639
|
# Whether the intent is a media object tvm intent.
|
22630
22640
|
# Corresponds to the JSON property `isTvmIntent`
|
22631
22641
|
# @return [Boolean]
|
@@ -22830,6 +22840,7 @@ module Google
|
|
22830
22840
|
@is_sage_disabled_intent = args[:is_sage_disabled_intent] if args.key?(:is_sage_disabled_intent)
|
22831
22841
|
@is_sage_in_nage_intent = args[:is_sage_in_nage_intent] if args.key?(:is_sage_in_nage_intent)
|
22832
22842
|
@is_sage_intent = args[:is_sage_intent] if args.key?(:is_sage_intent)
|
22843
|
+
@is_score_based_intent = args[:is_score_based_intent] if args.key?(:is_score_based_intent)
|
22833
22844
|
@is_tvm_intent = args[:is_tvm_intent] if args.key?(:is_tvm_intent)
|
22834
22845
|
@is_valid_smarthome_intent = args[:is_valid_smarthome_intent] if args.key?(:is_valid_smarthome_intent)
|
22835
22846
|
@is_video_intent = args[:is_video_intent] if args.key?(:is_video_intent)
|
@@ -35312,7 +35323,7 @@ module Google
|
|
35312
35323
|
# @return [Float]
|
35313
35324
|
attr_accessor :geometry_precision_meters
|
35314
35325
|
|
35315
|
-
#
|
35326
|
+
#
|
35316
35327
|
# Corresponds to the JSON property `geopolitical`
|
35317
35328
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreGeopoliticalProto]
|
35318
35329
|
attr_accessor :geopolitical
|
@@ -36148,7 +36159,9 @@ module Google
|
|
36148
36159
|
class GeostoreFlowLineProto
|
36149
36160
|
include Google::Apis::Core::Hashable
|
36150
36161
|
|
36151
|
-
#
|
36162
|
+
# Curvature of the flowline. Note that, curvature can be present even if the
|
36163
|
+
# flowline doesn't have a track. In which case, curvature will be derived from
|
36164
|
+
# the segment polyline.
|
36152
36165
|
# Corresponds to the JSON property `curvature`
|
36153
36166
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreCurvatureProto]
|
36154
36167
|
attr_accessor :curvature
|
@@ -38546,7 +38559,8 @@ module Google
|
|
38546
38559
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto]
|
38547
38560
|
attr_accessor :capital
|
38548
38561
|
|
38549
|
-
#
|
38562
|
+
# Feature IDs of the features claimed by this feature's government that are not
|
38563
|
+
# necessarily included in the feature's geometry.
|
38550
38564
|
# Corresponds to the JSON property `claim`
|
38551
38565
|
# @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
|
38552
38566
|
attr_accessor :claim
|
@@ -48682,6 +48696,12 @@ module Google
|
|
48682
48696
|
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Document]
|
48683
48697
|
attr_accessor :document
|
48684
48698
|
|
48699
|
+
# Return the 1-based page indices where those pages have one or more matched
|
48700
|
+
# tokens.
|
48701
|
+
# Corresponds to the JSON property `matchedTokenPageIndices`
|
48702
|
+
# @return [Array<Fixnum>]
|
48703
|
+
attr_accessor :matched_token_page_indices
|
48704
|
+
|
48685
48705
|
# Additional result info for the question-answering feature.
|
48686
48706
|
# Corresponds to the JSON property `qaResult`
|
48687
48707
|
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1QaResult]
|
@@ -48705,6 +48725,7 @@ module Google
|
|
48705
48725
|
# Update properties of this object
|
48706
48726
|
def update!(**args)
|
48707
48727
|
@document = args[:document] if args.key?(:document)
|
48728
|
+
@matched_token_page_indices = args[:matched_token_page_indices] if args.key?(:matched_token_page_indices)
|
48708
48729
|
@qa_result = args[:qa_result] if args.key?(:qa_result)
|
48709
48730
|
@search_text_snippet = args[:search_text_snippet] if args.key?(:search_text_snippet)
|
48710
48731
|
end
|
@@ -69476,6 +69497,25 @@ module Google
|
|
69476
69497
|
end
|
69477
69498
|
end
|
69478
69499
|
|
69500
|
+
# Signal data for associated Concepts (go/concept-roofshot).
|
69501
|
+
class KnowledgeAnswersIntentQueryConceptSignals
|
69502
|
+
include Google::Apis::Core::Hashable
|
69503
|
+
|
69504
|
+
# Concepts data epoch used to annotate the queries.
|
69505
|
+
# Corresponds to the JSON property `dataEpochId`
|
69506
|
+
# @return [Fixnum]
|
69507
|
+
attr_accessor :data_epoch_id
|
69508
|
+
|
69509
|
+
def initialize(**args)
|
69510
|
+
update!(**args)
|
69511
|
+
end
|
69512
|
+
|
69513
|
+
# Update properties of this object
|
69514
|
+
def update!(**args)
|
69515
|
+
@data_epoch_id = args[:data_epoch_id] if args.key?(:data_epoch_id)
|
69516
|
+
end
|
69517
|
+
end
|
69518
|
+
|
69479
69519
|
# A message representing a coreferenced value defined elsewhere in the meaning
|
69480
69520
|
# struct.
|
69481
69521
|
class KnowledgeAnswersIntentQueryCoreference
|
@@ -69625,7 +69665,7 @@ module Google
|
|
69625
69665
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersSensitivitySensitivity]
|
69626
69666
|
attr_accessor :sensitivity
|
69627
69667
|
|
69628
|
-
# Next ID:
|
69668
|
+
# Next ID: 39
|
69629
69669
|
# Corresponds to the JSON property `signals`
|
69630
69670
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryFunctionCallSignals]
|
69631
69671
|
attr_accessor :signals
|
@@ -69658,7 +69698,7 @@ module Google
|
|
69658
69698
|
end
|
69659
69699
|
end
|
69660
69700
|
|
69661
|
-
# Next ID:
|
69701
|
+
# Next ID: 39
|
69662
69702
|
class KnowledgeAnswersIntentQueryFunctionCallSignals
|
69663
69703
|
include Google::Apis::Core::Hashable
|
69664
69704
|
|
@@ -69682,6 +69722,11 @@ module Google
|
|
69682
69722
|
# @return [String]
|
69683
69723
|
attr_accessor :concept_entity_mid
|
69684
69724
|
|
69725
|
+
# Signal data for associated Concepts (go/concept-roofshot).
|
69726
|
+
# Corresponds to the JSON property `conceptSignals`
|
69727
|
+
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryConceptSignals]
|
69728
|
+
attr_accessor :concept_signals
|
69729
|
+
|
69685
69730
|
#
|
69686
69731
|
# Corresponds to the JSON property `confidenceLevel`
|
69687
69732
|
# @return [String]
|
@@ -69835,7 +69880,7 @@ module Google
|
|
69835
69880
|
|
69836
69881
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
69837
69882
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
69838
|
-
# Next ID:
|
69883
|
+
# Next ID: 66
|
69839
69884
|
# Corresponds to the JSON property `prefulfillmentSignals`
|
69840
69885
|
# @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
|
69841
69886
|
attr_accessor :prefulfillment_signals
|
@@ -69912,6 +69957,7 @@ module Google
|
|
69912
69957
|
@argument_composing_mid = args[:argument_composing_mid] if args.key?(:argument_composing_mid)
|
69913
69958
|
@attribute_signals = args[:attribute_signals] if args.key?(:attribute_signals)
|
69914
69959
|
@concept_entity_mid = args[:concept_entity_mid] if args.key?(:concept_entity_mid)
|
69960
|
+
@concept_signals = args[:concept_signals] if args.key?(:concept_signals)
|
69915
69961
|
@confidence_level = args[:confidence_level] if args.key?(:confidence_level)
|
69916
69962
|
@deduped_funcalls = args[:deduped_funcalls] if args.key?(:deduped_funcalls)
|
69917
69963
|
@expression_status = args[:expression_status] if args.key?(:expression_status)
|
@@ -99111,7 +99157,9 @@ module Google
|
|
99111
99157
|
end
|
99112
99158
|
end
|
99113
99159
|
|
99114
|
-
#
|
99160
|
+
# These scores are for image scores *in the context of a landing page*, which is
|
99161
|
+
# now a discouraged path of building image classifications. See go/orbit-for-
|
99162
|
+
# images-v2 for an alternative.
|
99115
99163
|
class QualityOrbitAsteroidBeltImageIntentScores
|
99116
99164
|
include Google::Apis::Core::Hashable
|
99117
99165
|
|
@@ -99325,7 +99373,7 @@ module Google
|
|
99325
99373
|
# used as: - a collection of signals to score and select titles in production -
|
99326
99374
|
# an input for training title models NOTE: When adding a floating point value
|
99327
99375
|
# for Ranklab purposes, use float32 instead of float64, because some of the
|
99328
|
-
# Ranklab library still does not fully support float64. Next ID:
|
99376
|
+
# Ranklab library still does not fully support float64. Next ID: 68
|
99329
99377
|
class QualityPreviewRanklabTitle
|
99330
99378
|
include Google::Apis::Core::Hashable
|
99331
99379
|
|
@@ -99578,6 +99626,12 @@ module Google
|
|
99578
99626
|
# @return [Float]
|
99579
99627
|
attr_accessor :query_relevance
|
99580
99628
|
|
99629
|
+
#
|
99630
|
+
# Corresponds to the JSON property `sourceGeneratedTitle`
|
99631
|
+
# @return [Boolean]
|
99632
|
+
attr_accessor :source_generated_title
|
99633
|
+
alias_method :source_generated_title?, :source_generated_title
|
99634
|
+
|
99581
99635
|
#
|
99582
99636
|
# Corresponds to the JSON property `sourceGeometry`
|
99583
99637
|
# @return [Boolean]
|
@@ -99704,6 +99758,7 @@ module Google
|
|
99704
99758
|
@query_match = args[:query_match] if args.key?(:query_match)
|
99705
99759
|
@query_match_fraction = args[:query_match_fraction] if args.key?(:query_match_fraction)
|
99706
99760
|
@query_relevance = args[:query_relevance] if args.key?(:query_relevance)
|
99761
|
+
@source_generated_title = args[:source_generated_title] if args.key?(:source_generated_title)
|
99707
99762
|
@source_geometry = args[:source_geometry] if args.key?(:source_geometry)
|
99708
99763
|
@source_heading_tag = args[:source_heading_tag] if args.key?(:source_heading_tag)
|
99709
99764
|
@source_local_title = args[:source_local_title] if args.key?(:source_local_title)
|
@@ -106196,16 +106251,6 @@ module Google
|
|
106196
106251
|
class RepositoryWebrefFprintModifierProto
|
106197
106252
|
include Google::Apis::Core::Hashable
|
106198
106253
|
|
106199
|
-
#
|
106200
|
-
# Corresponds to the JSON property `capitalization`
|
106201
|
-
# @return [String]
|
106202
|
-
attr_accessor :capitalization
|
106203
|
-
|
106204
|
-
#
|
106205
|
-
# Corresponds to the JSON property `enclosing`
|
106206
|
-
# @return [String]
|
106207
|
-
attr_accessor :enclosing
|
106208
|
-
|
106209
106254
|
# i18.languages.Language enum defined in i18n/languages/proto/languages.proto
|
106210
106255
|
# UNKNOWN_LANGUAGE
|
106211
106256
|
# Corresponds to the JSON property `language`
|
@@ -106217,52 +106262,14 @@ module Google
|
|
106217
106262
|
# @return [String]
|
106218
106263
|
attr_accessor :namespace_type
|
106219
106264
|
|
106220
|
-
#
|
106221
|
-
# Corresponds to the JSON property `punctuation`
|
106222
|
-
# @return [String]
|
106223
|
-
attr_accessor :punctuation
|
106224
|
-
|
106225
|
-
#
|
106226
|
-
# Corresponds to the JSON property `sentence`
|
106227
|
-
# @return [String]
|
106228
|
-
attr_accessor :sentence
|
106229
|
-
|
106230
|
-
#
|
106231
|
-
# Corresponds to the JSON property `sourceType`
|
106232
|
-
# @return [String]
|
106233
|
-
attr_accessor :source_type
|
106234
|
-
|
106235
|
-
#
|
106236
|
-
# Corresponds to the JSON property `stemming`
|
106237
|
-
# @return [String]
|
106238
|
-
attr_accessor :stemming
|
106239
|
-
|
106240
|
-
#
|
106241
|
-
# Corresponds to the JSON property `style`
|
106242
|
-
# @return [String]
|
106243
|
-
attr_accessor :style
|
106244
|
-
|
106245
|
-
#
|
106246
|
-
# Corresponds to the JSON property `tokenType`
|
106247
|
-
# @return [String]
|
106248
|
-
attr_accessor :token_type
|
106249
|
-
|
106250
106265
|
def initialize(**args)
|
106251
106266
|
update!(**args)
|
106252
106267
|
end
|
106253
106268
|
|
106254
106269
|
# Update properties of this object
|
106255
106270
|
def update!(**args)
|
106256
|
-
@capitalization = args[:capitalization] if args.key?(:capitalization)
|
106257
|
-
@enclosing = args[:enclosing] if args.key?(:enclosing)
|
106258
106271
|
@language = args[:language] if args.key?(:language)
|
106259
106272
|
@namespace_type = args[:namespace_type] if args.key?(:namespace_type)
|
106260
|
-
@punctuation = args[:punctuation] if args.key?(:punctuation)
|
106261
|
-
@sentence = args[:sentence] if args.key?(:sentence)
|
106262
|
-
@source_type = args[:source_type] if args.key?(:source_type)
|
106263
|
-
@stemming = args[:stemming] if args.key?(:stemming)
|
106264
|
-
@style = args[:style] if args.key?(:style)
|
106265
|
-
@token_type = args[:token_type] if args.key?(:token_type)
|
106266
106273
|
end
|
106267
106274
|
end
|
106268
106275
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContentwarehouseV1
|
18
18
|
# Version of the google-apis-contentwarehouse_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -8116,6 +8116,12 @@ module Google
|
|
8116
8116
|
include Google::Apis::Core::JsonObjectSupport
|
8117
8117
|
end
|
8118
8118
|
|
8119
|
+
class KnowledgeAnswersIntentQueryConceptSignals
|
8120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8121
|
+
|
8122
|
+
include Google::Apis::Core::JsonObjectSupport
|
8123
|
+
end
|
8124
|
+
|
8119
8125
|
class KnowledgeAnswersIntentQueryCoreference
|
8120
8126
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8121
8127
|
|
@@ -21308,6 +21314,7 @@ module Google
|
|
21308
21314
|
property :is_sage_disabled_intent, as: 'isSageDisabledIntent'
|
21309
21315
|
property :is_sage_in_nage_intent, as: 'isSageInNageIntent'
|
21310
21316
|
property :is_sage_intent, as: 'isSageIntent'
|
21317
|
+
property :is_score_based_intent, as: 'isScoreBasedIntent'
|
21311
21318
|
property :is_tvm_intent, as: 'isTvmIntent'
|
21312
21319
|
property :is_valid_smarthome_intent, as: 'isValidSmarthomeIntent'
|
21313
21320
|
property :is_video_intent, as: 'isVideoIntent'
|
@@ -27650,6 +27657,7 @@ module Google
|
|
27650
27657
|
class Representation < Google::Apis::Core::JsonRepresentation
|
27651
27658
|
property :document, as: 'document', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Document, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Document::Representation
|
27652
27659
|
|
27660
|
+
collection :matched_token_page_indices, as: 'matchedTokenPageIndices'
|
27653
27661
|
property :qa_result, as: 'qaResult', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1QaResult, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1QaResult::Representation
|
27654
27662
|
|
27655
27663
|
property :search_text_snippet, as: 'searchTextSnippet'
|
@@ -33106,6 +33114,13 @@ module Google
|
|
33106
33114
|
end
|
33107
33115
|
end
|
33108
33116
|
|
33117
|
+
class KnowledgeAnswersIntentQueryConceptSignals
|
33118
|
+
# @private
|
33119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
33120
|
+
property :data_epoch_id, as: 'dataEpochId'
|
33121
|
+
end
|
33122
|
+
end
|
33123
|
+
|
33109
33124
|
class KnowledgeAnswersIntentQueryCoreference
|
33110
33125
|
# @private
|
33111
33126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -33164,6 +33179,8 @@ module Google
|
|
33164
33179
|
collection :attribute_signals, as: 'attributeSignals', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryAttributeSignal, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryAttributeSignal::Representation
|
33165
33180
|
|
33166
33181
|
property :concept_entity_mid, as: 'conceptEntityMid'
|
33182
|
+
property :concept_signals, as: 'conceptSignals', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryConceptSignals, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryConceptSignals::Representation
|
33183
|
+
|
33167
33184
|
property :confidence_level, as: 'confidenceLevel'
|
33168
33185
|
collection :deduped_funcalls, as: 'dedupedFuncalls', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryFunctionCall, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryFunctionCall::Representation
|
33169
33186
|
|
@@ -40395,6 +40412,7 @@ module Google
|
|
40395
40412
|
property :query_match, as: 'queryMatch'
|
40396
40413
|
property :query_match_fraction, as: 'queryMatchFraction'
|
40397
40414
|
property :query_relevance, as: 'queryRelevance'
|
40415
|
+
property :source_generated_title, as: 'sourceGeneratedTitle'
|
40398
40416
|
property :source_geometry, as: 'sourceGeometry'
|
40399
40417
|
property :source_heading_tag, as: 'sourceHeadingTag'
|
40400
40418
|
property :source_local_title, as: 'sourceLocalTitle'
|
@@ -42060,16 +42078,8 @@ module Google
|
|
42060
42078
|
class RepositoryWebrefFprintModifierProto
|
42061
42079
|
# @private
|
42062
42080
|
class Representation < Google::Apis::Core::JsonRepresentation
|
42063
|
-
property :capitalization, as: 'capitalization'
|
42064
|
-
property :enclosing, as: 'enclosing'
|
42065
42081
|
property :language, as: 'language'
|
42066
42082
|
property :namespace_type, as: 'namespaceType'
|
42067
|
-
property :punctuation, as: 'punctuation'
|
42068
|
-
property :sentence, as: 'sentence'
|
42069
|
-
property :source_type, as: 'sourceType'
|
42070
|
-
property :stemming, as: 'stemming'
|
42071
|
-
property :style, as: 'style'
|
42072
|
-
property :token_type, as: 'tokenType'
|
42073
42083
|
end
|
42074
42084
|
end
|
42075
42085
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-contentwarehouse_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.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: 2023-10-
|
11
|
+
date: 2023-10-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-contentwarehouse_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.27.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|