google-apis-contentwarehouse_v1 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -17966,6 +17966,11 @@ module Google
|
|
17966
17966
|
# @return [String]
|
17967
17967
|
attr_accessor :android_package_name
|
17968
17968
|
|
17969
|
+
# Unique cast app id that identifies a Cast app of the provider.
|
17970
|
+
# Corresponds to the JSON property `castAppId`
|
17971
|
+
# @return [String]
|
17972
|
+
attr_accessor :cast_app_id
|
17973
|
+
|
17969
17974
|
# Version code of the application.
|
17970
17975
|
# Corresponds to the JSON property `versionCode`
|
17971
17976
|
# @return [Fixnum]
|
@@ -17979,6 +17984,7 @@ module Google
|
|
17979
17984
|
def update!(**args)
|
17980
17985
|
@activity_class_name = args[:activity_class_name] if args.key?(:activity_class_name)
|
17981
17986
|
@android_package_name = args[:android_package_name] if args.key?(:android_package_name)
|
17987
|
+
@cast_app_id = args[:cast_app_id] if args.key?(:cast_app_id)
|
17982
17988
|
@version_code = args[:version_code] if args.key?(:version_code)
|
17983
17989
|
end
|
17984
17990
|
end
|
@@ -18978,6 +18984,19 @@ module Google
|
|
18978
18984
|
end
|
18979
18985
|
end
|
18980
18986
|
|
18987
|
+
#
|
18988
|
+
class AssistantDevicesPlatformProtoProviderFulfillCapability
|
18989
|
+
include Google::Apis::Core::Hashable
|
18990
|
+
|
18991
|
+
def initialize(**args)
|
18992
|
+
update!(**args)
|
18993
|
+
end
|
18994
|
+
|
18995
|
+
# Update properties of this object
|
18996
|
+
def update!(**args)
|
18997
|
+
end
|
18998
|
+
end
|
18999
|
+
|
18981
19000
|
#
|
18982
19001
|
class AssistantDevicesPlatformProtoProviderOpenCapability
|
18983
19002
|
include Google::Apis::Core::Hashable
|
@@ -19133,6 +19152,12 @@ module Google
|
|
19133
19152
|
# @return [Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoMediaStopCapability]
|
19134
19153
|
attr_accessor :media_stop
|
19135
19154
|
|
19155
|
+
# |provider_fulfill| specifies the support for provider.FULFILL client_op, and
|
19156
|
+
# the corresponding provider_fulfill field in assistant.embedded.v1.DeviceOp.
|
19157
|
+
# Corresponds to the JSON property `providerFulfill`
|
19158
|
+
# @return [Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoProviderFulfillCapability]
|
19159
|
+
attr_accessor :provider_fulfill
|
19160
|
+
|
19136
19161
|
# |provider_open| specifies the support for provider.OPEN client_op, and the
|
19137
19162
|
# corresponding provider_open field in assistant.embedded.v1.DeviceOp.
|
19138
19163
|
# Corresponds to the JSON property `providerOpen`
|
@@ -19162,6 +19187,7 @@ module Google
|
|
19162
19187
|
@media_previous = args[:media_previous] if args.key?(:media_previous)
|
19163
19188
|
@media_resume = args[:media_resume] if args.key?(:media_resume)
|
19164
19189
|
@media_stop = args[:media_stop] if args.key?(:media_stop)
|
19190
|
+
@provider_fulfill = args[:provider_fulfill] if args.key?(:provider_fulfill)
|
19165
19191
|
@provider_open = args[:provider_open] if args.key?(:provider_open)
|
19166
19192
|
@send_chat_message = args[:send_chat_message] if args.key?(:send_chat_message)
|
19167
19193
|
end
|
@@ -19521,7 +19547,7 @@ module Google
|
|
19521
19547
|
end
|
19522
19548
|
end
|
19523
19549
|
|
19524
|
-
# Next ID:
|
19550
|
+
# Next ID: 6
|
19525
19551
|
class AssistantGroundingRankerGroundingProviderFeatures
|
19526
19552
|
include Google::Apis::Core::Hashable
|
19527
19553
|
|
@@ -19535,12 +19561,17 @@ module Google
|
|
19535
19561
|
# @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceGroundingProviderFeatures]
|
19536
19562
|
attr_accessor :device_grounding_provider_features
|
19537
19563
|
|
19538
|
-
# Features to be passed from Media GP to HGR. Next ID:
|
19564
|
+
# Features to be passed from Media GP to HGR. Next ID: 12
|
19539
19565
|
# Corresponds to the JSON property `mediaGroundingProviderFeatures`
|
19540
19566
|
# @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerMediaGroundingProviderFeatures]
|
19541
19567
|
attr_accessor :media_grounding_provider_features
|
19542
19568
|
|
19543
|
-
# Features to be extracted from
|
19569
|
+
# Features to be extracted from Podcast GP for ranking in HGR. Next ID: 2
|
19570
|
+
# Corresponds to the JSON property `podcastGroundingProviderFeatures`
|
19571
|
+
# @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerPodcastGroundingProviderFeatures]
|
19572
|
+
attr_accessor :podcast_grounding_provider_features
|
19573
|
+
|
19574
|
+
# Features to be extracted from Provider GP for ranking in HGR. Next ID: 5
|
19544
19575
|
# Corresponds to the JSON property `providerGroundingProviderFeatures`
|
19545
19576
|
# @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerProviderGroundingProviderFeatures]
|
19546
19577
|
attr_accessor :provider_grounding_provider_features
|
@@ -19554,6 +19585,7 @@ module Google
|
|
19554
19585
|
@contact_grounding_provider_features = args[:contact_grounding_provider_features] if args.key?(:contact_grounding_provider_features)
|
19555
19586
|
@device_grounding_provider_features = args[:device_grounding_provider_features] if args.key?(:device_grounding_provider_features)
|
19556
19587
|
@media_grounding_provider_features = args[:media_grounding_provider_features] if args.key?(:media_grounding_provider_features)
|
19588
|
+
@podcast_grounding_provider_features = args[:podcast_grounding_provider_features] if args.key?(:podcast_grounding_provider_features)
|
19557
19589
|
@provider_grounding_provider_features = args[:provider_grounding_provider_features] if args.key?(:provider_grounding_provider_features)
|
19558
19590
|
end
|
19559
19591
|
end
|
@@ -19677,7 +19709,7 @@ module Google
|
|
19677
19709
|
end
|
19678
19710
|
end
|
19679
19711
|
|
19680
|
-
# Features to be passed from Media GP to HGR. Next ID:
|
19712
|
+
# Features to be passed from Media GP to HGR. Next ID: 12
|
19681
19713
|
class AssistantGroundingRankerMediaGroundingProviderFeatures
|
19682
19714
|
include Google::Apis::Core::Hashable
|
19683
19715
|
|
@@ -19686,6 +19718,11 @@ module Google
|
|
19686
19718
|
# @return [String]
|
19687
19719
|
attr_accessor :album_release_type
|
19688
19720
|
|
19721
|
+
# Temporary ambiguity classifier signal.
|
19722
|
+
# Corresponds to the JSON property `ambiguityClassifier`
|
19723
|
+
# @return [String]
|
19724
|
+
attr_accessor :ambiguity_classifier
|
19725
|
+
|
19689
19726
|
# True if the argument's type was explicitly mentioned in the query.
|
19690
19727
|
# Corresponds to the JSON property `hasTypeSemanticEdge`
|
19691
19728
|
# @return [Boolean]
|
@@ -19702,6 +19739,12 @@ module Google
|
|
19702
19739
|
attr_accessor :is_cast_video
|
19703
19740
|
alias_method :is_cast_video?, :is_cast_video
|
19704
19741
|
|
19742
|
+
# True if the media search query is included in the entity name and artists.
|
19743
|
+
# Corresponds to the JSON property `isMediaSearchQuerySubsetOfEntityNameAndArtist`
|
19744
|
+
# @return [Boolean]
|
19745
|
+
attr_accessor :is_media_search_query_subset_of_entity_name_and_artist
|
19746
|
+
alias_method :is_media_search_query_subset_of_entity_name_and_artist?, :is_media_search_query_subset_of_entity_name_and_artist
|
19747
|
+
|
19705
19748
|
# True if the media deeplink has tag SEED_RADIO.
|
19706
19749
|
# Corresponds to the JSON property `isSeedRadio`
|
19707
19750
|
# @return [Boolean]
|
@@ -19737,6 +19780,11 @@ module Google
|
|
19737
19780
|
# @return [String]
|
19738
19781
|
attr_accessor :type
|
19739
19782
|
|
19783
|
+
#
|
19784
|
+
# Corresponds to the JSON property `youtubeConfidenceScore`
|
19785
|
+
# @return [Float]
|
19786
|
+
attr_accessor :youtube_confidence_score
|
19787
|
+
|
19740
19788
|
def initialize(**args)
|
19741
19789
|
update!(**args)
|
19742
19790
|
end
|
@@ -19744,20 +19792,50 @@ module Google
|
|
19744
19792
|
# Update properties of this object
|
19745
19793
|
def update!(**args)
|
19746
19794
|
@album_release_type = args[:album_release_type] if args.key?(:album_release_type)
|
19795
|
+
@ambiguity_classifier = args[:ambiguity_classifier] if args.key?(:ambiguity_classifier)
|
19747
19796
|
@has_type_semantic_edge = args[:has_type_semantic_edge] if args.key?(:has_type_semantic_edge)
|
19748
19797
|
@is_cast_video = args[:is_cast_video] if args.key?(:is_cast_video)
|
19798
|
+
@is_media_search_query_subset_of_entity_name_and_artist = args[:is_media_search_query_subset_of_entity_name_and_artist] if args.key?(:is_media_search_query_subset_of_entity_name_and_artist)
|
19749
19799
|
@is_seed_radio = args[:is_seed_radio] if args.key?(:is_seed_radio)
|
19750
19800
|
@is_seed_radio_request = args[:is_seed_radio_request] if args.key?(:is_seed_radio_request)
|
19751
19801
|
@msc_rate = args[:msc_rate] if args.key?(:msc_rate)
|
19752
19802
|
@scubed_p_sai_music = args[:scubed_p_sai_music] if args.key?(:scubed_p_sai_music)
|
19753
19803
|
@type = args[:type] if args.key?(:type)
|
19804
|
+
@youtube_confidence_score = args[:youtube_confidence_score] if args.key?(:youtube_confidence_score)
|
19754
19805
|
end
|
19755
19806
|
end
|
19756
19807
|
|
19757
|
-
# Features to be extracted from
|
19808
|
+
# Features to be extracted from Podcast GP for ranking in HGR. Next ID: 2
|
19809
|
+
class AssistantGroundingRankerPodcastGroundingProviderFeatures
|
19810
|
+
include Google::Apis::Core::Hashable
|
19811
|
+
|
19812
|
+
# Whether the podcast is exclusive to a provider a not.
|
19813
|
+
# Corresponds to the JSON property `isExclusive`
|
19814
|
+
# @return [Boolean]
|
19815
|
+
attr_accessor :is_exclusive
|
19816
|
+
alias_method :is_exclusive?, :is_exclusive
|
19817
|
+
|
19818
|
+
def initialize(**args)
|
19819
|
+
update!(**args)
|
19820
|
+
end
|
19821
|
+
|
19822
|
+
# Update properties of this object
|
19823
|
+
def update!(**args)
|
19824
|
+
@is_exclusive = args[:is_exclusive] if args.key?(:is_exclusive)
|
19825
|
+
end
|
19826
|
+
end
|
19827
|
+
|
19828
|
+
# Features to be extracted from Provider GP for ranking in HGR. Next ID: 5
|
19758
19829
|
class AssistantGroundingRankerProviderGroundingProviderFeatures
|
19759
19830
|
include Google::Apis::Core::Hashable
|
19760
19831
|
|
19832
|
+
# Indicates that fulfillment on this provider will happen within the provider
|
19833
|
+
# app.
|
19834
|
+
# Corresponds to the JSON property `isInAppProvider`
|
19835
|
+
# @return [Boolean]
|
19836
|
+
attr_accessor :is_in_app_provider
|
19837
|
+
alias_method :is_in_app_provider?, :is_in_app_provider
|
19838
|
+
|
19761
19839
|
# Cluster IDs for the provider. This field is repeated because some providers
|
19762
19840
|
# can be associated with multiple clusters. PRR specific feature.
|
19763
19841
|
# Corresponds to the JSON property `providerClusterId`
|
@@ -19797,6 +19875,7 @@ module Google
|
|
19797
19875
|
|
19798
19876
|
# Update properties of this object
|
19799
19877
|
def update!(**args)
|
19878
|
+
@is_in_app_provider = args[:is_in_app_provider] if args.key?(:is_in_app_provider)
|
19800
19879
|
@provider_cluster_id = args[:provider_cluster_id] if args.key?(:provider_cluster_id)
|
19801
19880
|
@provider_id = args[:provider_id] if args.key?(:provider_id)
|
19802
19881
|
@psl_score = args[:psl_score] if args.key?(:psl_score)
|
@@ -20071,7 +20150,7 @@ module Google
|
|
20071
20150
|
# Contact owner's gaia id from cs/symbol::symbol:quality_qrewrite.
|
20072
20151
|
# PersonalContactData.shared_contact_owner_gaia_id. Only populated for is_shared
|
20073
20152
|
# = true and non sign-out mode and user is not the owner of the contact(shared
|
20074
|
-
# contact from other user).
|
20153
|
+
# contact from other user). This field is not being logged in P2.
|
20075
20154
|
# Corresponds to the JSON property `gaiaId`
|
20076
20155
|
# @return [Fixnum]
|
20077
20156
|
attr_accessor :gaia_id
|
@@ -20085,7 +20164,8 @@ module Google
|
|
20085
20164
|
|
20086
20165
|
# If this is a shared contact. This is true in 2 cases: - User is calling their
|
20087
20166
|
# own contacts that have been marked as shared. - User is calling shared
|
20088
|
-
# contacts from some other user's contact list.
|
20167
|
+
# contacts from some other user's contact list. This field is not being logged
|
20168
|
+
# in P2.
|
20089
20169
|
# Corresponds to the JSON property `isShared`
|
20090
20170
|
# @return [Boolean]
|
20091
20171
|
attr_accessor :is_shared
|
@@ -21418,7 +21498,7 @@ module Google
|
|
21418
21498
|
|
21419
21499
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
21420
21500
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
21421
|
-
# Next ID:
|
21501
|
+
# Next ID: 48
|
21422
21502
|
class AssistantPrefulfillmentRankerPrefulfillmentSignals
|
21423
21503
|
include Google::Apis::Core::Hashable
|
21424
21504
|
|
@@ -21470,7 +21550,7 @@ module Google
|
|
21470
21550
|
# @return [Float]
|
21471
21551
|
attr_accessor :groundability_score
|
21472
21552
|
|
21473
|
-
# Next ID:
|
21553
|
+
# Next ID: 6
|
21474
21554
|
# Corresponds to the JSON property `groundingProviderFeatures`
|
21475
21555
|
# @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerGroundingProviderFeatures]
|
21476
21556
|
attr_accessor :grounding_provider_features
|
@@ -21646,6 +21726,14 @@ module Google
|
|
21646
21726
|
# @return [String]
|
21647
21727
|
attr_accessor :search_dispatch
|
21648
21728
|
|
21729
|
+
# sub_intent_type differentiates between intents that share the top level intent
|
21730
|
+
# name. For eg: for TV_FALLBACK_SEARCH_INTENT, the top level intent name must be
|
21731
|
+
# "Find_media" and the media_object argument within it must be of type "
|
21732
|
+
# Media_unspecified".
|
21733
|
+
# Corresponds to the JSON property `subIntentType`
|
21734
|
+
# @return [String]
|
21735
|
+
attr_accessor :sub_intent_type
|
21736
|
+
|
21649
21737
|
# Average of per-word confidence for top speech recognition hypothesis. The
|
21650
21738
|
# value is from RecognizerHypothesisLog: http://google3/logs/proto/speech/
|
21651
21739
|
# service/recognizer_log.proto?l=848&rcl=281400256
|
@@ -21702,6 +21790,7 @@ module Google
|
|
21702
21790
|
@predicted_intent_confidence = args[:predicted_intent_confidence] if args.key?(:predicted_intent_confidence)
|
21703
21791
|
@ranker_name = args[:ranker_name] if args.key?(:ranker_name)
|
21704
21792
|
@search_dispatch = args[:search_dispatch] if args.key?(:search_dispatch)
|
21793
|
+
@sub_intent_type = args[:sub_intent_type] if args.key?(:sub_intent_type)
|
21705
21794
|
@top_hypothesis_confidence = args[:top_hypothesis_confidence] if args.key?(:top_hypothesis_confidence)
|
21706
21795
|
@vertical_confidence_score = args[:vertical_confidence_score] if args.key?(:vertical_confidence_score)
|
21707
21796
|
end
|
@@ -24001,6 +24090,11 @@ module Google
|
|
24001
24090
|
# @return [Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput]
|
24002
24091
|
attr_accessor :medical
|
24003
24092
|
|
24093
|
+
# Generic output for one vertical.
|
24094
|
+
# Corresponds to the JSON property `minor`
|
24095
|
+
# @return [Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput]
|
24096
|
+
attr_accessor :minor
|
24097
|
+
|
24004
24098
|
# Generic output for one vertical.
|
24005
24099
|
# Corresponds to the JSON property `offensive`
|
24006
24100
|
# @return [Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput]
|
@@ -24035,6 +24129,7 @@ module Google
|
|
24035
24129
|
@csai = args[:csai] if args.key?(:csai)
|
24036
24130
|
@fringe = args[:fringe] if args.key?(:fringe)
|
24037
24131
|
@medical = args[:medical] if args.key?(:medical)
|
24132
|
+
@minor = args[:minor] if args.key?(:minor)
|
24038
24133
|
@offensive = args[:offensive] if args.key?(:offensive)
|
24039
24134
|
@porn = args[:porn] if args.key?(:porn)
|
24040
24135
|
@spoof = args[:spoof] if args.key?(:spoof)
|
@@ -24253,6 +24348,461 @@ module Google
|
|
24253
24348
|
end
|
24254
24349
|
end
|
24255
24350
|
|
24351
|
+
# The identity to configure a CloudSQL instance provisioned via SLM Terraform.
|
24352
|
+
class CloudAiPlatformTenantresourceCloudSqlInstanceConfig
|
24353
|
+
include Google::Apis::Core::Hashable
|
24354
|
+
|
24355
|
+
# Output only. The CloudSQL instance connection name.
|
24356
|
+
# Corresponds to the JSON property `cloudSqlInstanceConnectionName`
|
24357
|
+
# @return [String]
|
24358
|
+
attr_accessor :cloud_sql_instance_connection_name
|
24359
|
+
|
24360
|
+
# Input/Output [Optional]. The CloudSQL instance name within SLM instance. If
|
24361
|
+
# not set, a random UUIC will be generated as instance name.
|
24362
|
+
# Corresponds to the JSON property `cloudSqlInstanceName`
|
24363
|
+
# @return [String]
|
24364
|
+
attr_accessor :cloud_sql_instance_name
|
24365
|
+
|
24366
|
+
# Input [Optional]. The KMS key name or the KMS grant name used for CMEK
|
24367
|
+
# encryption. Only set this field when provisioning new CloudSQL instances. For
|
24368
|
+
# existing CloudSQL instances, this field will be ignored because CMEK re-
|
24369
|
+
# encryption is not supported.
|
24370
|
+
# Corresponds to the JSON property `kmsKeyReference`
|
24371
|
+
# @return [String]
|
24372
|
+
attr_accessor :kms_key_reference
|
24373
|
+
|
24374
|
+
# Input [Optional]. MDB roles for corp access to CloudSQL instance.
|
24375
|
+
# Corresponds to the JSON property `mdbRolesForCorpAccess`
|
24376
|
+
# @return [Array<String>]
|
24377
|
+
attr_accessor :mdb_roles_for_corp_access
|
24378
|
+
|
24379
|
+
# Output only. The SLM instance's full resource name.
|
24380
|
+
# Corresponds to the JSON property `slmInstanceName`
|
24381
|
+
# @return [String]
|
24382
|
+
attr_accessor :slm_instance_name
|
24383
|
+
|
24384
|
+
# Input [Required]. The SLM instance template to provision CloudSQL.
|
24385
|
+
# Corresponds to the JSON property `slmInstanceTemplate`
|
24386
|
+
# @return [String]
|
24387
|
+
attr_accessor :slm_instance_template
|
24388
|
+
|
24389
|
+
# Input [Required]. The SLM instance type to provision CloudSQL.
|
24390
|
+
# Corresponds to the JSON property `slmInstanceType`
|
24391
|
+
# @return [String]
|
24392
|
+
attr_accessor :slm_instance_type
|
24393
|
+
|
24394
|
+
def initialize(**args)
|
24395
|
+
update!(**args)
|
24396
|
+
end
|
24397
|
+
|
24398
|
+
# Update properties of this object
|
24399
|
+
def update!(**args)
|
24400
|
+
@cloud_sql_instance_connection_name = args[:cloud_sql_instance_connection_name] if args.key?(:cloud_sql_instance_connection_name)
|
24401
|
+
@cloud_sql_instance_name = args[:cloud_sql_instance_name] if args.key?(:cloud_sql_instance_name)
|
24402
|
+
@kms_key_reference = args[:kms_key_reference] if args.key?(:kms_key_reference)
|
24403
|
+
@mdb_roles_for_corp_access = args[:mdb_roles_for_corp_access] if args.key?(:mdb_roles_for_corp_access)
|
24404
|
+
@slm_instance_name = args[:slm_instance_name] if args.key?(:slm_instance_name)
|
24405
|
+
@slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
|
24406
|
+
@slm_instance_type = args[:slm_instance_type] if args.key?(:slm_instance_type)
|
24407
|
+
end
|
24408
|
+
end
|
24409
|
+
|
24410
|
+
# The identity to configure a GCS bucket.
|
24411
|
+
class CloudAiPlatformTenantresourceGcsBucketConfig
|
24412
|
+
include Google::Apis::Core::Hashable
|
24413
|
+
|
24414
|
+
#
|
24415
|
+
# Corresponds to the JSON property `admins`
|
24416
|
+
# @return [Array<String>]
|
24417
|
+
attr_accessor :admins
|
24418
|
+
|
24419
|
+
# Input/Output [Optional]. The name of a GCS bucket with max length of 63 chars.
|
24420
|
+
# If not set, a random UUID will be generated as bucket name.
|
24421
|
+
# Corresponds to the JSON property `bucketName`
|
24422
|
+
# @return [String]
|
24423
|
+
attr_accessor :bucket_name
|
24424
|
+
|
24425
|
+
# Input/Output [Optional]. Only needed for per-entity tenant GCP resources.
|
24426
|
+
# During Deprovision API, the on-demand deletion will only cover the tenant GCP
|
24427
|
+
# resources with the specified entity name.
|
24428
|
+
# Corresponds to the JSON property `entityName`
|
24429
|
+
# @return [String]
|
24430
|
+
attr_accessor :entity_name
|
24431
|
+
|
24432
|
+
# Input/Output [Optional]. The KMS key name or the KMS grant name used for CMEK
|
24433
|
+
# encryption. Only set this field when provisioning new GCS bucket. For existing
|
24434
|
+
# GCS bucket, this field will be ignored because CMEK re-encryption is not
|
24435
|
+
# supported.
|
24436
|
+
# Corresponds to the JSON property `kmsKeyReference`
|
24437
|
+
# @return [String]
|
24438
|
+
attr_accessor :kms_key_reference
|
24439
|
+
|
24440
|
+
# Input/Output [Optional]. Only needed when the content in bucket need to be
|
24441
|
+
# garbage collected within some amount of days.
|
24442
|
+
# Corresponds to the JSON property `ttlDays`
|
24443
|
+
# @return [Fixnum]
|
24444
|
+
attr_accessor :ttl_days
|
24445
|
+
|
24446
|
+
# Input/Output [Required]. IAM roles (viewer/admin) put on the bucket.
|
24447
|
+
# Corresponds to the JSON property `viewers`
|
24448
|
+
# @return [Array<String>]
|
24449
|
+
attr_accessor :viewers
|
24450
|
+
|
24451
|
+
def initialize(**args)
|
24452
|
+
update!(**args)
|
24453
|
+
end
|
24454
|
+
|
24455
|
+
# Update properties of this object
|
24456
|
+
def update!(**args)
|
24457
|
+
@admins = args[:admins] if args.key?(:admins)
|
24458
|
+
@bucket_name = args[:bucket_name] if args.key?(:bucket_name)
|
24459
|
+
@entity_name = args[:entity_name] if args.key?(:entity_name)
|
24460
|
+
@kms_key_reference = args[:kms_key_reference] if args.key?(:kms_key_reference)
|
24461
|
+
@ttl_days = args[:ttl_days] if args.key?(:ttl_days)
|
24462
|
+
@viewers = args[:viewers] if args.key?(:viewers)
|
24463
|
+
end
|
24464
|
+
end
|
24465
|
+
|
24466
|
+
# The dynamic IAM bindings to be granted after tenant projects are created.
|
24467
|
+
class CloudAiPlatformTenantresourceIamPolicyBinding
|
24468
|
+
include Google::Apis::Core::Hashable
|
24469
|
+
|
24470
|
+
# Input/Output [Required]. The member service accounts with the roles above.
|
24471
|
+
# Note: placeholders are same as the resource above.
|
24472
|
+
# Corresponds to the JSON property `members`
|
24473
|
+
# @return [Array<String>]
|
24474
|
+
attr_accessor :members
|
24475
|
+
|
24476
|
+
# Input/Output [Required]. The resource name that will be accessed by members,
|
24477
|
+
# which also depends on resource_type. Note: placeholders are supported in
|
24478
|
+
# resource names. For example, $`tpn` will be used when the tenant project
|
24479
|
+
# number is not ready.
|
24480
|
+
# Corresponds to the JSON property `resource`
|
24481
|
+
# @return [String]
|
24482
|
+
attr_accessor :resource
|
24483
|
+
|
24484
|
+
# Input/Output [Required]. Specifies the type of resource that will be accessed
|
24485
|
+
# by members.
|
24486
|
+
# Corresponds to the JSON property `resourceType`
|
24487
|
+
# @return [String]
|
24488
|
+
attr_accessor :resource_type
|
24489
|
+
|
24490
|
+
# Input/Output [Required]. The role for members below.
|
24491
|
+
# Corresponds to the JSON property `role`
|
24492
|
+
# @return [String]
|
24493
|
+
attr_accessor :role
|
24494
|
+
|
24495
|
+
def initialize(**args)
|
24496
|
+
update!(**args)
|
24497
|
+
end
|
24498
|
+
|
24499
|
+
# Update properties of this object
|
24500
|
+
def update!(**args)
|
24501
|
+
@members = args[:members] if args.key?(:members)
|
24502
|
+
@resource = args[:resource] if args.key?(:resource)
|
24503
|
+
@resource_type = args[:resource_type] if args.key?(:resource_type)
|
24504
|
+
@role = args[:role] if args.key?(:role)
|
24505
|
+
end
|
24506
|
+
end
|
24507
|
+
|
24508
|
+
# The configuration for a spanner database provisioning. Next ID: 8
|
24509
|
+
class CloudAiPlatformTenantresourceInfraSpannerConfig
|
24510
|
+
include Google::Apis::Core::Hashable
|
24511
|
+
|
24512
|
+
# The options to create a spanner database. KMS key access audit logging and AxT
|
24513
|
+
# logging will be associated with the given resource name, resource type and
|
24514
|
+
# service name. Please ensure to give right options to enable correct audit
|
24515
|
+
# logging and AxT logging.
|
24516
|
+
# Corresponds to the JSON property `createDatabaseOptions`
|
24517
|
+
# @return [Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceInfraSpannerConfigCreateDatabaseOptions]
|
24518
|
+
attr_accessor :create_database_options
|
24519
|
+
|
24520
|
+
# Input [Optional]. The KMS key name or the KMS grant name used for CMEK
|
24521
|
+
# encryption. Only set this field when provisioning new Infra Spanner databases.
|
24522
|
+
# For existing Infra Spanner databases, this field will be ignored because CMEK
|
24523
|
+
# re-encryption is not supported. For example, projects//locations//keyRings//
|
24524
|
+
# cryptoKeys/
|
24525
|
+
# Corresponds to the JSON property `kmsKeyReference`
|
24526
|
+
# @return [String]
|
24527
|
+
attr_accessor :kms_key_reference
|
24528
|
+
|
24529
|
+
# Input [Required]. The file path to the spanner SDL bundle.
|
24530
|
+
# Corresponds to the JSON property `sdlBundlePath`
|
24531
|
+
# @return [String]
|
24532
|
+
attr_accessor :sdl_bundle_path
|
24533
|
+
|
24534
|
+
# Input [Optional]. The spanner borg service account for delegating the kms key
|
24535
|
+
# to. For example, spanner-infra-cmek-nonprod@system.gserviceaccount.com, for
|
24536
|
+
# the nonprod universe.
|
24537
|
+
# Corresponds to the JSON property `spannerBorgServiceAccount`
|
24538
|
+
# @return [String]
|
24539
|
+
attr_accessor :spanner_borg_service_account
|
24540
|
+
|
24541
|
+
#
|
24542
|
+
# Corresponds to the JSON property `spannerLocalNamePrefix`
|
24543
|
+
# @return [String]
|
24544
|
+
attr_accessor :spanner_local_name_prefix
|
24545
|
+
|
24546
|
+
#
|
24547
|
+
# Corresponds to the JSON property `spannerNamespace`
|
24548
|
+
# @return [String]
|
24549
|
+
attr_accessor :spanner_namespace
|
24550
|
+
|
24551
|
+
# Input [Required]. Every database in Spanner can be identified by the following
|
24552
|
+
# path name: /span//:
|
24553
|
+
# Corresponds to the JSON property `spannerUniverse`
|
24554
|
+
# @return [String]
|
24555
|
+
attr_accessor :spanner_universe
|
24556
|
+
|
24557
|
+
def initialize(**args)
|
24558
|
+
update!(**args)
|
24559
|
+
end
|
24560
|
+
|
24561
|
+
# Update properties of this object
|
24562
|
+
def update!(**args)
|
24563
|
+
@create_database_options = args[:create_database_options] if args.key?(:create_database_options)
|
24564
|
+
@kms_key_reference = args[:kms_key_reference] if args.key?(:kms_key_reference)
|
24565
|
+
@sdl_bundle_path = args[:sdl_bundle_path] if args.key?(:sdl_bundle_path)
|
24566
|
+
@spanner_borg_service_account = args[:spanner_borg_service_account] if args.key?(:spanner_borg_service_account)
|
24567
|
+
@spanner_local_name_prefix = args[:spanner_local_name_prefix] if args.key?(:spanner_local_name_prefix)
|
24568
|
+
@spanner_namespace = args[:spanner_namespace] if args.key?(:spanner_namespace)
|
24569
|
+
@spanner_universe = args[:spanner_universe] if args.key?(:spanner_universe)
|
24570
|
+
end
|
24571
|
+
end
|
24572
|
+
|
24573
|
+
# The options to create a spanner database. KMS key access audit logging and AxT
|
24574
|
+
# logging will be associated with the given resource name, resource type and
|
24575
|
+
# service name. Please ensure to give right options to enable correct audit
|
24576
|
+
# logging and AxT logging.
|
24577
|
+
class CloudAiPlatformTenantresourceInfraSpannerConfigCreateDatabaseOptions
|
24578
|
+
include Google::Apis::Core::Hashable
|
24579
|
+
|
24580
|
+
# The cloud resource name for the CMEK encryption. For example, projects//
|
24581
|
+
# locations/
|
24582
|
+
# Corresponds to the JSON property `cmekCloudResourceName`
|
24583
|
+
# @return [String]
|
24584
|
+
attr_accessor :cmek_cloud_resource_name
|
24585
|
+
|
24586
|
+
# The cloud resource type for the CMEK encryption. For example, contentwarehouse.
|
24587
|
+
# googleapis.com/Location
|
24588
|
+
# Corresponds to the JSON property `cmekCloudResourceType`
|
24589
|
+
# @return [String]
|
24590
|
+
attr_accessor :cmek_cloud_resource_type
|
24591
|
+
|
24592
|
+
# The service name for the CMEK encryption. For example, contentwarehouse.
|
24593
|
+
# googleapis.com
|
24594
|
+
# Corresponds to the JSON property `cmekServiceName`
|
24595
|
+
# @return [String]
|
24596
|
+
attr_accessor :cmek_service_name
|
24597
|
+
|
24598
|
+
def initialize(**args)
|
24599
|
+
update!(**args)
|
24600
|
+
end
|
24601
|
+
|
24602
|
+
# Update properties of this object
|
24603
|
+
def update!(**args)
|
24604
|
+
@cmek_cloud_resource_name = args[:cmek_cloud_resource_name] if args.key?(:cmek_cloud_resource_name)
|
24605
|
+
@cmek_cloud_resource_type = args[:cmek_cloud_resource_type] if args.key?(:cmek_cloud_resource_type)
|
24606
|
+
@cmek_service_name = args[:cmek_service_name] if args.key?(:cmek_service_name)
|
24607
|
+
end
|
24608
|
+
end
|
24609
|
+
|
24610
|
+
# The identity to configure a service account.
|
24611
|
+
class CloudAiPlatformTenantresourceServiceAccountIdentity
|
24612
|
+
include Google::Apis::Core::Hashable
|
24613
|
+
|
24614
|
+
# Output only. The service account email that has been created.
|
24615
|
+
# Corresponds to the JSON property `serviceAccountEmail`
|
24616
|
+
# @return [String]
|
24617
|
+
attr_accessor :service_account_email
|
24618
|
+
|
24619
|
+
# Input/Output [Optional]. The tag that configures the service account, as
|
24620
|
+
# defined in google3/configs/production/cdpush/acl-zanzibar-cloud-prod/
|
24621
|
+
# activation_grants/activation_grants.gcl. Note: The default P4 service account
|
24622
|
+
# has the empty tag.
|
24623
|
+
# Corresponds to the JSON property `tag`
|
24624
|
+
# @return [String]
|
24625
|
+
attr_accessor :tag
|
24626
|
+
|
24627
|
+
def initialize(**args)
|
24628
|
+
update!(**args)
|
24629
|
+
end
|
24630
|
+
|
24631
|
+
# Update properties of this object
|
24632
|
+
def update!(**args)
|
24633
|
+
@service_account_email = args[:service_account_email] if args.key?(:service_account_email)
|
24634
|
+
@tag = args[:tag] if args.key?(:tag)
|
24635
|
+
end
|
24636
|
+
end
|
24637
|
+
|
24638
|
+
# The identity to configure a tenant project.
|
24639
|
+
class CloudAiPlatformTenantresourceTenantProjectConfig
|
24640
|
+
include Google::Apis::Core::Hashable
|
24641
|
+
|
24642
|
+
# Describes the billing configuration for a new tenant project.
|
24643
|
+
# Corresponds to the JSON property `billingConfig`
|
24644
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleApiServiceconsumermanagementV1BillingConfig]
|
24645
|
+
attr_accessor :billing_config
|
24646
|
+
|
24647
|
+
# Input/Output [Required]. The folder that holds tenant projects and folder-
|
24648
|
+
# level permissions will be automatically granted to all tenant projects under
|
24649
|
+
# the folder. Note: the valid folder format is `folders/`folder_number``.
|
24650
|
+
# Corresponds to the JSON property `folder`
|
24651
|
+
# @return [String]
|
24652
|
+
attr_accessor :folder
|
24653
|
+
|
24654
|
+
# Input/Output [Required]. The policy bindings that are applied to the tenant
|
24655
|
+
# project during creation. At least one binding must have the role `roles/owner`
|
24656
|
+
# with either `user` or `group` type.
|
24657
|
+
# Corresponds to the JSON property `policyBindings`
|
24658
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::GoogleApiServiceconsumermanagementV1PolicyBinding>]
|
24659
|
+
attr_accessor :policy_bindings
|
24660
|
+
|
24661
|
+
# Input/Output [Required]. The API services that are enabled on the tenant
|
24662
|
+
# project during creation.
|
24663
|
+
# Corresponds to the JSON property `services`
|
24664
|
+
# @return [Array<String>]
|
24665
|
+
attr_accessor :services
|
24666
|
+
|
24667
|
+
def initialize(**args)
|
24668
|
+
update!(**args)
|
24669
|
+
end
|
24670
|
+
|
24671
|
+
# Update properties of this object
|
24672
|
+
def update!(**args)
|
24673
|
+
@billing_config = args[:billing_config] if args.key?(:billing_config)
|
24674
|
+
@folder = args[:folder] if args.key?(:folder)
|
24675
|
+
@policy_bindings = args[:policy_bindings] if args.key?(:policy_bindings)
|
24676
|
+
@services = args[:services] if args.key?(:services)
|
24677
|
+
end
|
24678
|
+
end
|
24679
|
+
|
24680
|
+
# The tenant project and tenant resources. Next ID: 10
|
24681
|
+
class CloudAiPlatformTenantresourceTenantProjectResource
|
24682
|
+
include Google::Apis::Core::Hashable
|
24683
|
+
|
24684
|
+
# The CloudSQL instances that are provisioned under the tenant project.
|
24685
|
+
# Corresponds to the JSON property `cloudSqlInstances`
|
24686
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceCloudSqlInstanceConfig>]
|
24687
|
+
attr_accessor :cloud_sql_instances
|
24688
|
+
|
24689
|
+
# The GCS buckets that are provisioned under the tenant project.
|
24690
|
+
# Corresponds to the JSON property `gcsBuckets`
|
24691
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceGcsBucketConfig>]
|
24692
|
+
attr_accessor :gcs_buckets
|
24693
|
+
|
24694
|
+
# The dynamic IAM bindings that are granted under the tenant project. Note: this
|
24695
|
+
# should only add new bindings to the project if they don't exist and the
|
24696
|
+
# existing bindings won't be affected.
|
24697
|
+
# Corresponds to the JSON property `iamPolicyBindings`
|
24698
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceIamPolicyBinding>]
|
24699
|
+
attr_accessor :iam_policy_bindings
|
24700
|
+
|
24701
|
+
# The Infra Spanner databases that are provisioned under the tenant project.
|
24702
|
+
# Note: this is an experimental feature.
|
24703
|
+
# Corresponds to the JSON property `infraSpannerConfigs`
|
24704
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceInfraSpannerConfig>]
|
24705
|
+
attr_accessor :infra_spanner_configs
|
24706
|
+
|
24707
|
+
# Input/Output [Required]. The tag that uniquely identifies a tenant project
|
24708
|
+
# within a tenancy unit. Note: for the same tenant project tag, all tenant
|
24709
|
+
# manager operations should be idempotent.
|
24710
|
+
# Corresponds to the JSON property `tag`
|
24711
|
+
# @return [String]
|
24712
|
+
attr_accessor :tag
|
24713
|
+
|
24714
|
+
# The identity to configure a tenant project.
|
24715
|
+
# Corresponds to the JSON property `tenantProjectConfig`
|
24716
|
+
# @return [Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceTenantProjectConfig]
|
24717
|
+
attr_accessor :tenant_project_config
|
24718
|
+
|
24719
|
+
# Output only. The tenant project ID that has been created.
|
24720
|
+
# Corresponds to the JSON property `tenantProjectId`
|
24721
|
+
# @return [String]
|
24722
|
+
attr_accessor :tenant_project_id
|
24723
|
+
|
24724
|
+
# Output only. The tenant project number that has been created.
|
24725
|
+
# Corresponds to the JSON property `tenantProjectNumber`
|
24726
|
+
# @return [Fixnum]
|
24727
|
+
attr_accessor :tenant_project_number
|
24728
|
+
|
24729
|
+
# The service account identities (or enabled API service's P4SA) that are
|
24730
|
+
# expclicitly created under the tenant project (before JIT provisioning during
|
24731
|
+
# enabled API services).
|
24732
|
+
# Corresponds to the JSON property `tenantServiceAccounts`
|
24733
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceTenantServiceAccountIdentity>]
|
24734
|
+
attr_accessor :tenant_service_accounts
|
24735
|
+
|
24736
|
+
def initialize(**args)
|
24737
|
+
update!(**args)
|
24738
|
+
end
|
24739
|
+
|
24740
|
+
# Update properties of this object
|
24741
|
+
def update!(**args)
|
24742
|
+
@cloud_sql_instances = args[:cloud_sql_instances] if args.key?(:cloud_sql_instances)
|
24743
|
+
@gcs_buckets = args[:gcs_buckets] if args.key?(:gcs_buckets)
|
24744
|
+
@iam_policy_bindings = args[:iam_policy_bindings] if args.key?(:iam_policy_bindings)
|
24745
|
+
@infra_spanner_configs = args[:infra_spanner_configs] if args.key?(:infra_spanner_configs)
|
24746
|
+
@tag = args[:tag] if args.key?(:tag)
|
24747
|
+
@tenant_project_config = args[:tenant_project_config] if args.key?(:tenant_project_config)
|
24748
|
+
@tenant_project_id = args[:tenant_project_id] if args.key?(:tenant_project_id)
|
24749
|
+
@tenant_project_number = args[:tenant_project_number] if args.key?(:tenant_project_number)
|
24750
|
+
@tenant_service_accounts = args[:tenant_service_accounts] if args.key?(:tenant_service_accounts)
|
24751
|
+
end
|
24752
|
+
end
|
24753
|
+
|
24754
|
+
# A collection of tenant resources.
|
24755
|
+
class CloudAiPlatformTenantresourceTenantResource
|
24756
|
+
include Google::Apis::Core::Hashable
|
24757
|
+
|
24758
|
+
# A list of P4 service accounts (go/p4sa) to provision or deprovision.
|
24759
|
+
# Corresponds to the JSON property `p4ServiceAccounts`
|
24760
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceServiceAccountIdentity>]
|
24761
|
+
attr_accessor :p4_service_accounts
|
24762
|
+
|
24763
|
+
# A list of tenant projects and tenant resources to provision or deprovision.
|
24764
|
+
# Corresponds to the JSON property `tenantProjectResources`
|
24765
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceTenantProjectResource>]
|
24766
|
+
attr_accessor :tenant_project_resources
|
24767
|
+
|
24768
|
+
def initialize(**args)
|
24769
|
+
update!(**args)
|
24770
|
+
end
|
24771
|
+
|
24772
|
+
# Update properties of this object
|
24773
|
+
def update!(**args)
|
24774
|
+
@p4_service_accounts = args[:p4_service_accounts] if args.key?(:p4_service_accounts)
|
24775
|
+
@tenant_project_resources = args[:tenant_project_resources] if args.key?(:tenant_project_resources)
|
24776
|
+
end
|
24777
|
+
end
|
24778
|
+
|
24779
|
+
# The identity of service accounts that have been explicitly created under
|
24780
|
+
# tenant projects.
|
24781
|
+
class CloudAiPlatformTenantresourceTenantServiceAccountIdentity
|
24782
|
+
include Google::Apis::Core::Hashable
|
24783
|
+
|
24784
|
+
# Output only. The email address of the generated service account.
|
24785
|
+
# Corresponds to the JSON property `serviceAccountEmail`
|
24786
|
+
# @return [String]
|
24787
|
+
attr_accessor :service_account_email
|
24788
|
+
|
24789
|
+
# Input/Output [Required]. The service that the service account belongs to. (e.g.
|
24790
|
+
# cloudbuild.googleapis.com for GCB service accounts)
|
24791
|
+
# Corresponds to the JSON property `serviceName`
|
24792
|
+
# @return [String]
|
24793
|
+
attr_accessor :service_name
|
24794
|
+
|
24795
|
+
def initialize(**args)
|
24796
|
+
update!(**args)
|
24797
|
+
end
|
24798
|
+
|
24799
|
+
# Update properties of this object
|
24800
|
+
def update!(**args)
|
24801
|
+
@service_account_email = args[:service_account_email] if args.key?(:service_account_email)
|
24802
|
+
@service_name = args[:service_name] if args.key?(:service_name)
|
24803
|
+
end
|
24804
|
+
end
|
24805
|
+
|
24256
24806
|
# The basic message that contains a single decision output of go/deeptagger.
|
24257
24807
|
class CommerceDatastoreDeepTag
|
24258
24808
|
include Google::Apis::Core::Hashable
|
@@ -24585,7 +25135,7 @@ module Google
|
|
24585
25135
|
# MustangContentInfo` for protocols used during search and/or docinfo. Next
|
24586
25136
|
# available tag deprecated, use this (and look for commented out fields): blaze-
|
24587
25137
|
# bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
|
24588
|
-
# perdocdata.proto Next tag:
|
25138
|
+
# perdocdata.proto Next tag: 221
|
24589
25139
|
# Corresponds to the JSON property `perDocData`
|
24590
25140
|
# @return [Google::Apis::ContentwarehouseV1::PerDocData]
|
24591
25141
|
attr_accessor :per_doc_data
|
@@ -24949,7 +25499,7 @@ module Google
|
|
24949
25499
|
# MustangContentInfo` for protocols used during search and/or docinfo. Next
|
24950
25500
|
# available tag deprecated, use this (and look for commented out fields): blaze-
|
24951
25501
|
# bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
|
24952
|
-
# perdocdata.proto Next tag:
|
25502
|
+
# perdocdata.proto Next tag: 221
|
24953
25503
|
# Corresponds to the JSON property `perDocData`
|
24954
25504
|
# @return [Google::Apis::ContentwarehouseV1::PerDocData]
|
24955
25505
|
attr_accessor :per_doc_data
|
@@ -27419,6 +27969,43 @@ module Google
|
|
27419
27969
|
end
|
27420
27970
|
end
|
27421
27971
|
|
27972
|
+
# Protocol buffer for storing compressed feature.
|
27973
|
+
class DrishtiCompressedFeature
|
27974
|
+
include Google::Apis::Core::Hashable
|
27975
|
+
|
27976
|
+
#
|
27977
|
+
# Corresponds to the JSON property `featureName`
|
27978
|
+
# @return [String]
|
27979
|
+
attr_accessor :feature_name
|
27980
|
+
|
27981
|
+
# in_range_bitstream is the string produced by range coder, while
|
27982
|
+
# out_of_range_bitstream corresponds to the overflow stream, which is used
|
27983
|
+
# whenever a quantized value is out of range. See https://cs.corp.google.com/
|
27984
|
+
# piper///depot/google3/research/vision/piedpiper/brain/python/layers/
|
27985
|
+
# entropy_models.py?l=225&cl=234825412
|
27986
|
+
# Corresponds to the JSON property `inRangeBitstream`
|
27987
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
27988
|
+
# @return [String]
|
27989
|
+
attr_accessor :in_range_bitstream
|
27990
|
+
|
27991
|
+
#
|
27992
|
+
# Corresponds to the JSON property `outOfRangeBitstream`
|
27993
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
27994
|
+
# @return [String]
|
27995
|
+
attr_accessor :out_of_range_bitstream
|
27996
|
+
|
27997
|
+
def initialize(**args)
|
27998
|
+
update!(**args)
|
27999
|
+
end
|
28000
|
+
|
28001
|
+
# Update properties of this object
|
28002
|
+
def update!(**args)
|
28003
|
+
@feature_name = args[:feature_name] if args.key?(:feature_name)
|
28004
|
+
@in_range_bitstream = args[:in_range_bitstream] if args.key?(:in_range_bitstream)
|
28005
|
+
@out_of_range_bitstream = args[:out_of_range_bitstream] if args.key?(:out_of_range_bitstream)
|
28006
|
+
end
|
28007
|
+
end
|
28008
|
+
|
27422
28009
|
#
|
27423
28010
|
class DrishtiDenseFeatureData
|
27424
28011
|
include Google::Apis::Core::Hashable
|
@@ -27502,6 +28089,11 @@ module Google
|
|
27502
28089
|
class DrishtiFeatureSetDataFeatureSetElement
|
27503
28090
|
include Google::Apis::Core::Hashable
|
27504
28091
|
|
28092
|
+
# Protocol buffer for storing compressed feature.
|
28093
|
+
# Corresponds to the JSON property `compressed`
|
28094
|
+
# @return [Google::Apis::ContentwarehouseV1::DrishtiCompressedFeature]
|
28095
|
+
attr_accessor :compressed
|
28096
|
+
|
27505
28097
|
#
|
27506
28098
|
# Corresponds to the JSON property `dense`
|
27507
28099
|
# @return [Google::Apis::ContentwarehouseV1::DrishtiDenseFeatureData]
|
@@ -27543,6 +28135,7 @@ module Google
|
|
27543
28135
|
|
27544
28136
|
# Update properties of this object
|
27545
28137
|
def update!(**args)
|
28138
|
+
@compressed = args[:compressed] if args.key?(:compressed)
|
27546
28139
|
@dense = args[:dense] if args.key?(:dense)
|
27547
28140
|
@indexed = args[:indexed] if args.key?(:indexed)
|
27548
28141
|
@name = args[:name] if args.key?(:name)
|
@@ -42476,6 +43069,54 @@ module Google
|
|
42476
43069
|
end
|
42477
43070
|
end
|
42478
43071
|
|
43072
|
+
# Describes the billing configuration for a new tenant project.
|
43073
|
+
class GoogleApiServiceconsumermanagementV1BillingConfig
|
43074
|
+
include Google::Apis::Core::Hashable
|
43075
|
+
|
43076
|
+
# Name of the billing account. For example `billingAccounts/012345-567890-ABCDEF`
|
43077
|
+
# .
|
43078
|
+
# Corresponds to the JSON property `billingAccount`
|
43079
|
+
# @return [String]
|
43080
|
+
attr_accessor :billing_account
|
43081
|
+
|
43082
|
+
def initialize(**args)
|
43083
|
+
update!(**args)
|
43084
|
+
end
|
43085
|
+
|
43086
|
+
# Update properties of this object
|
43087
|
+
def update!(**args)
|
43088
|
+
@billing_account = args[:billing_account] if args.key?(:billing_account)
|
43089
|
+
end
|
43090
|
+
end
|
43091
|
+
|
43092
|
+
# Translates to IAM Policy bindings (without auditing at this level)
|
43093
|
+
class GoogleApiServiceconsumermanagementV1PolicyBinding
|
43094
|
+
include Google::Apis::Core::Hashable
|
43095
|
+
|
43096
|
+
# Uses the same format as in IAM policy. `member` must include both a prefix and
|
43097
|
+
# ID. For example, `user:`emailId``, `serviceAccount:`emailId``, `group:`emailId`
|
43098
|
+
# `.
|
43099
|
+
# Corresponds to the JSON property `members`
|
43100
|
+
# @return [Array<String>]
|
43101
|
+
attr_accessor :members
|
43102
|
+
|
43103
|
+
# Role. (https://cloud.google.com/iam/docs/understanding-roles) For example, `
|
43104
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
43105
|
+
# Corresponds to the JSON property `role`
|
43106
|
+
# @return [String]
|
43107
|
+
attr_accessor :role
|
43108
|
+
|
43109
|
+
def initialize(**args)
|
43110
|
+
update!(**args)
|
43111
|
+
end
|
43112
|
+
|
43113
|
+
# Update properties of this object
|
43114
|
+
def update!(**args)
|
43115
|
+
@members = args[:members] if args.key?(:members)
|
43116
|
+
@role = args[:role] if args.key?(:role)
|
43117
|
+
end
|
43118
|
+
end
|
43119
|
+
|
42479
43120
|
# Specifies the desired format for the server to use when it returns `audio_out`
|
42480
43121
|
# messages.
|
42481
43122
|
class GoogleAssistantAccessoryV1AudioOutConfig
|
@@ -44796,6 +45437,41 @@ module Google
|
|
44796
45437
|
end
|
44797
45438
|
end
|
44798
45439
|
|
45440
|
+
# The DocAI processor information.
|
45441
|
+
class GoogleCloudContentwarehouseV1ProcessorInfo
|
45442
|
+
include Google::Apis::Core::Hashable
|
45443
|
+
|
45444
|
+
# The processor will process the documents with this document type.
|
45445
|
+
# Corresponds to the JSON property `documentType`
|
45446
|
+
# @return [String]
|
45447
|
+
attr_accessor :document_type
|
45448
|
+
|
45449
|
+
# The processor resource name. Format is `projects/`project`/locations/`location`
|
45450
|
+
# /processors/`processor``, or `projects/`project`/locations/`location`/
|
45451
|
+
# processors/`processor`/processorVersions/`processorVersion``
|
45452
|
+
# Corresponds to the JSON property `processorName`
|
45453
|
+
# @return [String]
|
45454
|
+
attr_accessor :processor_name
|
45455
|
+
|
45456
|
+
# The Document schema resource name. All documents processed by this processor
|
45457
|
+
# will use this schema. Format: projects/`project_number`/locations/`location`/
|
45458
|
+
# documentSchemas/`document_schema_id`.
|
45459
|
+
# Corresponds to the JSON property `schemaName`
|
45460
|
+
# @return [String]
|
45461
|
+
attr_accessor :schema_name
|
45462
|
+
|
45463
|
+
def initialize(**args)
|
45464
|
+
update!(**args)
|
45465
|
+
end
|
45466
|
+
|
45467
|
+
# Update properties of this object
|
45468
|
+
def update!(**args)
|
45469
|
+
@document_type = args[:document_type] if args.key?(:document_type)
|
45470
|
+
@processor_name = args[:processor_name] if args.key?(:processor_name)
|
45471
|
+
@schema_name = args[:schema_name] if args.key?(:schema_name)
|
45472
|
+
end
|
45473
|
+
end
|
45474
|
+
|
44799
45475
|
# Property of a document.
|
44800
45476
|
class GoogleCloudContentwarehouseV1Property
|
44801
45477
|
include Google::Apis::Core::Hashable
|
@@ -45421,6 +46097,11 @@ module Google
|
|
45421
46097
|
class GoogleCloudContentwarehouseV1RunPipelineMetadata
|
45422
46098
|
include Google::Apis::Core::Hashable
|
45423
46099
|
|
46100
|
+
# The metadata message for Export-to-CDW pipeline.
|
46101
|
+
# Corresponds to the JSON property `exportToCdwPipelineMetadata`
|
46102
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata]
|
46103
|
+
attr_accessor :export_to_cdw_pipeline_metadata
|
46104
|
+
|
45424
46105
|
# Number of files that have failed at some point in the pipeline.
|
45425
46106
|
# Corresponds to the JSON property `failedFileCount`
|
45426
46107
|
# @return [Fixnum]
|
@@ -45431,6 +46112,16 @@ module Google
|
|
45431
46112
|
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata]
|
45432
46113
|
attr_accessor :gcs_ingest_pipeline_metadata
|
45433
46114
|
|
46115
|
+
# The list of response details of each document.
|
46116
|
+
# Corresponds to the JSON property `individualDocumentStatuses`
|
46117
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus>]
|
46118
|
+
attr_accessor :individual_document_statuses
|
46119
|
+
|
46120
|
+
# The metadata message for Process-with-DocAi pipeline.
|
46121
|
+
# Corresponds to the JSON property `processWithDocAiPipelineMetadata`
|
46122
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata]
|
46123
|
+
attr_accessor :process_with_doc_ai_pipeline_metadata
|
46124
|
+
|
45434
46125
|
# Number of files that were processed by the pipeline.
|
45435
46126
|
# Corresponds to the JSON property `totalFileCount`
|
45436
46127
|
# @return [Fixnum]
|
@@ -45447,13 +46138,41 @@ module Google
|
|
45447
46138
|
|
45448
46139
|
# Update properties of this object
|
45449
46140
|
def update!(**args)
|
46141
|
+
@export_to_cdw_pipeline_metadata = args[:export_to_cdw_pipeline_metadata] if args.key?(:export_to_cdw_pipeline_metadata)
|
45450
46142
|
@failed_file_count = args[:failed_file_count] if args.key?(:failed_file_count)
|
45451
46143
|
@gcs_ingest_pipeline_metadata = args[:gcs_ingest_pipeline_metadata] if args.key?(:gcs_ingest_pipeline_metadata)
|
46144
|
+
@individual_document_statuses = args[:individual_document_statuses] if args.key?(:individual_document_statuses)
|
46145
|
+
@process_with_doc_ai_pipeline_metadata = args[:process_with_doc_ai_pipeline_metadata] if args.key?(:process_with_doc_ai_pipeline_metadata)
|
45452
46146
|
@total_file_count = args[:total_file_count] if args.key?(:total_file_count)
|
45453
46147
|
@user_info = args[:user_info] if args.key?(:user_info)
|
45454
46148
|
end
|
45455
46149
|
end
|
45456
46150
|
|
46151
|
+
# The metadata message for Export-to-CDW pipeline.
|
46152
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata
|
46153
|
+
include Google::Apis::Core::Hashable
|
46154
|
+
|
46155
|
+
# The output CDW dataset resource name.
|
46156
|
+
# Corresponds to the JSON property `docAiDataset`
|
46157
|
+
# @return [String]
|
46158
|
+
attr_accessor :doc_ai_dataset
|
46159
|
+
|
46160
|
+
# The input list of all the resource names of the documents to be exported.
|
46161
|
+
# Corresponds to the JSON property `documents`
|
46162
|
+
# @return [Array<String>]
|
46163
|
+
attr_accessor :documents
|
46164
|
+
|
46165
|
+
def initialize(**args)
|
46166
|
+
update!(**args)
|
46167
|
+
end
|
46168
|
+
|
46169
|
+
# Update properties of this object
|
46170
|
+
def update!(**args)
|
46171
|
+
@doc_ai_dataset = args[:doc_ai_dataset] if args.key?(:doc_ai_dataset)
|
46172
|
+
@documents = args[:documents] if args.key?(:documents)
|
46173
|
+
end
|
46174
|
+
end
|
46175
|
+
|
45457
46176
|
# The metadata message for GcsIngest pipeline.
|
45458
46177
|
class GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata
|
45459
46178
|
include Google::Apis::Core::Hashable
|
@@ -45473,6 +46192,61 @@ module Google
|
|
45473
46192
|
end
|
45474
46193
|
end
|
45475
46194
|
|
46195
|
+
# The status of processing a document.
|
46196
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus
|
46197
|
+
include Google::Apis::Core::Hashable
|
46198
|
+
|
46199
|
+
# Document identifier of an existing document.
|
46200
|
+
# Corresponds to the JSON property `documentId`
|
46201
|
+
# @return [String]
|
46202
|
+
attr_accessor :document_id
|
46203
|
+
|
46204
|
+
# The `Status` type defines a logical error model that is suitable for different
|
46205
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
46206
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
46207
|
+
# data: error code, error message, and error details. You can find out more
|
46208
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
46209
|
+
# //cloud.google.com/apis/design/errors).
|
46210
|
+
# Corresponds to the JSON property `status`
|
46211
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleRpcStatus]
|
46212
|
+
attr_accessor :status
|
46213
|
+
|
46214
|
+
def initialize(**args)
|
46215
|
+
update!(**args)
|
46216
|
+
end
|
46217
|
+
|
46218
|
+
# Update properties of this object
|
46219
|
+
def update!(**args)
|
46220
|
+
@document_id = args[:document_id] if args.key?(:document_id)
|
46221
|
+
@status = args[:status] if args.key?(:status)
|
46222
|
+
end
|
46223
|
+
end
|
46224
|
+
|
46225
|
+
# The metadata message for Process-with-DocAi pipeline.
|
46226
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata
|
46227
|
+
include Google::Apis::Core::Hashable
|
46228
|
+
|
46229
|
+
# The input list of all the resource names of the documents to be processed.
|
46230
|
+
# Corresponds to the JSON property `documents`
|
46231
|
+
# @return [Array<String>]
|
46232
|
+
attr_accessor :documents
|
46233
|
+
|
46234
|
+
# The DocAI processor information.
|
46235
|
+
# Corresponds to the JSON property `processorInfo`
|
46236
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo]
|
46237
|
+
attr_accessor :processor_info
|
46238
|
+
|
46239
|
+
def initialize(**args)
|
46240
|
+
update!(**args)
|
46241
|
+
end
|
46242
|
+
|
46243
|
+
# Update properties of this object
|
46244
|
+
def update!(**args)
|
46245
|
+
@documents = args[:documents] if args.key?(:documents)
|
46246
|
+
@processor_info = args[:processor_info] if args.key?(:processor_info)
|
46247
|
+
end
|
46248
|
+
end
|
46249
|
+
|
45476
46250
|
# Request message for DocumentService.SearchDocuments.
|
45477
46251
|
class GoogleCloudContentwarehouseV1SearchDocumentsRequest
|
45478
46252
|
include Google::Apis::Core::Hashable
|
@@ -48253,7 +49027,7 @@ module Google
|
|
48253
49027
|
class GoogleInternalAppsWaldoV1alphaAvailabilityPeriod
|
48254
49028
|
include Google::Apis::Core::Hashable
|
48255
49029
|
|
48256
|
-
# Day of week,
|
49030
|
+
# Day of week, 1 for Monday, ..., 7 for Sunday.
|
48257
49031
|
# Corresponds to the JSON property `dayOfWeek`
|
48258
49032
|
# @return [Fixnum]
|
48259
49033
|
attr_accessor :day_of_week
|
@@ -63031,7 +63805,7 @@ module Google
|
|
63031
63805
|
|
63032
63806
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
63033
63807
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
63034
|
-
# Next ID:
|
63808
|
+
# Next ID: 48
|
63035
63809
|
# Corresponds to the JSON property `prefulfillmentSignals`
|
63036
63810
|
# @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
|
63037
63811
|
attr_accessor :prefulfillment_signals
|
@@ -83918,7 +84692,7 @@ module Google
|
|
83918
84692
|
# MustangContentInfo` for protocols used during search and/or docinfo. Next
|
83919
84693
|
# available tag deprecated, use this (and look for commented out fields): blaze-
|
83920
84694
|
# bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
|
83921
|
-
# perdocdata.proto Next tag:
|
84695
|
+
# perdocdata.proto Next tag: 221
|
83922
84696
|
class PerDocData
|
83923
84697
|
include Google::Apis::Core::Hashable
|
83924
84698
|
|
@@ -95164,7 +95938,7 @@ module Google
|
|
95164
95938
|
|
95165
95939
|
# The following message contains info of sub image docs, it is populated in
|
95166
95940
|
# query_state and consumed in web image boost twiddler: (go/
|
95167
|
-
# WebImageBoostTwiddler).
|
95941
|
+
# WebImageBoostTwiddler). NextID: 25
|
95168
95942
|
# Corresponds to the JSON property `salientImage`
|
95169
95943
|
# @return [Google::Apis::ContentwarehouseV1::WwwResultInfoSubImageDocInfo]
|
95170
95944
|
attr_accessor :salient_image
|
@@ -102998,17 +103772,6 @@ module Google
|
|
102998
103772
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto]
|
102999
103773
|
attr_accessor :oyster_id
|
103000
103774
|
|
103001
|
-
# This field is populated for at most one entity. If it is populated, it
|
103002
|
-
# indicates how confident we are to claim that the page is only about this
|
103003
|
-
# entity (either it's an official web presence of the entity, or something like
|
103004
|
-
# a wikipedia page about the entity). For space reasons this is represented as a
|
103005
|
-
# fixed-point integer with two decimal points precision. Convert it to the
|
103006
|
-
# interval [0,1] using the following formula: float single_topicness =
|
103007
|
-
# single_topicness_e2 / 100.f
|
103008
|
-
# Corresponds to the JSON property `singleTopicnessE2`
|
103009
|
-
# @return [Fixnum]
|
103010
|
-
attr_accessor :single_topicness_e2
|
103011
|
-
|
103012
103775
|
def initialize(**args)
|
103013
103776
|
update!(**args)
|
103014
103777
|
end
|
@@ -103020,7 +103783,6 @@ module Google
|
|
103020
103783
|
@lat_e7 = args[:lat_e7] if args.key?(:lat_e7)
|
103021
103784
|
@lng_e7 = args[:lng_e7] if args.key?(:lng_e7)
|
103022
103785
|
@oyster_id = args[:oyster_id] if args.key?(:oyster_id)
|
103023
|
-
@single_topicness_e2 = args[:single_topicness_e2] if args.key?(:single_topicness_e2)
|
103024
103786
|
end
|
103025
103787
|
end
|
103026
103788
|
|
@@ -103438,12 +104200,6 @@ module Google
|
|
103438
104200
|
# @return [Array<Fixnum>]
|
103439
104201
|
attr_accessor :unbound_intent_score_e2
|
103440
104202
|
|
103441
|
-
# [Experimental code. Do not use ] Entities that webref identified as being the
|
103442
|
-
# same concept (undermerged).
|
103443
|
-
# Corresponds to the JSON property `undermergedMembers`
|
103444
|
-
# @return [Array<Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefMustangAttachmentUndermergedMembers>]
|
103445
|
-
attr_accessor :undermerged_members
|
103446
|
-
|
103447
104203
|
def initialize(**args)
|
103448
104204
|
update!(**args)
|
103449
104205
|
end
|
@@ -103462,26 +104218,6 @@ module Google
|
|
103462
104218
|
@topicality_e2 = args[:topicality_e2] if args.key?(:topicality_e2)
|
103463
104219
|
@unbound_intent_mid = args[:unbound_intent_mid] if args.key?(:unbound_intent_mid)
|
103464
104220
|
@unbound_intent_score_e2 = args[:unbound_intent_score_e2] if args.key?(:unbound_intent_score_e2)
|
103465
|
-
@undermerged_members = args[:undermerged_members] if args.key?(:undermerged_members)
|
103466
|
-
end
|
103467
|
-
end
|
103468
|
-
|
103469
|
-
#
|
103470
|
-
class RepositoryWebrefWebrefMustangAttachmentUndermergedMembers
|
103471
|
-
include Google::Apis::Core::Hashable
|
103472
|
-
|
103473
|
-
# Experimental code, do not use.
|
103474
|
-
# Corresponds to the JSON property `encodedMid`
|
103475
|
-
# @return [Array<Fixnum>]
|
103476
|
-
attr_accessor :encoded_mid
|
103477
|
-
|
103478
|
-
def initialize(**args)
|
103479
|
-
update!(**args)
|
103480
|
-
end
|
103481
|
-
|
103482
|
-
# Update properties of this object
|
103483
|
-
def update!(**args)
|
103484
|
-
@encoded_mid = args[:encoded_mid] if args.key?(:encoded_mid)
|
103485
104221
|
end
|
103486
104222
|
end
|
103487
104223
|
|
@@ -109961,11 +110697,6 @@ module Google
|
|
109961
110697
|
# @return [Float]
|
109962
110698
|
attr_accessor :maximum_flash_ratio
|
109963
110699
|
|
109964
|
-
# Mobile friendliness score in the range of [0, 100]. See go/modena-ranking.
|
109965
|
-
# Corresponds to the JSON property `mobileFriendlyScore`
|
109966
|
-
# @return [Fixnum]
|
109967
|
-
attr_accessor :mobile_friendly_score
|
109968
|
-
|
109969
110700
|
# Indicates if the page is violating mobile interstitial policy and should be
|
109970
110701
|
# demoted. See go/interstitials-ranking-dd for details.
|
109971
110702
|
# Corresponds to the JSON property `violatesMobileInterstitialPolicy`
|
@@ -109987,7 +110718,6 @@ module Google
|
|
109987
110718
|
@is_smartphone_optimized = args[:is_smartphone_optimized] if args.key?(:is_smartphone_optimized)
|
109988
110719
|
@is_web_error_mobile_content = args[:is_web_error_mobile_content] if args.key?(:is_web_error_mobile_content)
|
109989
110720
|
@maximum_flash_ratio = args[:maximum_flash_ratio] if args.key?(:maximum_flash_ratio)
|
109990
|
-
@mobile_friendly_score = args[:mobile_friendly_score] if args.key?(:mobile_friendly_score)
|
109991
110721
|
@violates_mobile_interstitial_policy = args[:violates_mobile_interstitial_policy] if args.key?(:violates_mobile_interstitial_policy)
|
109992
110722
|
end
|
109993
110723
|
end
|
@@ -117716,7 +118446,8 @@ module Google
|
|
117716
118446
|
include Google::Apis::Core::Hashable
|
117717
118447
|
|
117718
118448
|
# The canonical error code (see codes.proto) that most closely corresponds to
|
117719
|
-
# this status.
|
118449
|
+
# this status. This may be missing, and in the common case of the generic space,
|
118450
|
+
# it definitely will be.
|
117720
118451
|
# Corresponds to the JSON property `canonicalCode`
|
117721
118452
|
# @return [Fixnum]
|
117722
118453
|
attr_accessor :canonical_code
|
@@ -127326,7 +128057,7 @@ module Google
|
|
127326
128057
|
|
127327
128058
|
# The following message contains info of sub image docs, it is populated in
|
127328
128059
|
# query_state and consumed in web image boost twiddler: (go/
|
127329
|
-
# WebImageBoostTwiddler).
|
128060
|
+
# WebImageBoostTwiddler). NextID: 25
|
127330
128061
|
class WwwResultInfoSubImageDocInfo
|
127331
128062
|
include Google::Apis::Core::Hashable
|
127332
128063
|
|
@@ -127351,6 +128082,11 @@ module Google
|
|
127351
128082
|
# @return [String]
|
127352
128083
|
attr_accessor :deep_crop_bytes
|
127353
128084
|
|
128085
|
+
# EQ* v3: Deep Image Engagingness(DImE) go/deep-image-engagingness-slides
|
128086
|
+
# Corresponds to the JSON property `dimeScore`
|
128087
|
+
# @return [Float]
|
128088
|
+
attr_accessor :dime_score
|
128089
|
+
|
127354
128090
|
#
|
127355
128091
|
# Corresponds to the JSON property `docid`
|
127356
128092
|
# @return [Fixnum]
|
@@ -127469,6 +128205,7 @@ module Google
|
|
127469
128205
|
@best_thumbnail_type = args[:best_thumbnail_type] if args.key?(:best_thumbnail_type)
|
127470
128206
|
@crops = args[:crops] if args.key?(:crops)
|
127471
128207
|
@deep_crop_bytes = args[:deep_crop_bytes] if args.key?(:deep_crop_bytes)
|
128208
|
+
@dime_score = args[:dime_score] if args.key?(:dime_score)
|
127472
128209
|
@docid = args[:docid] if args.key?(:docid)
|
127473
128210
|
@document_trust = args[:document_trust] if args.key?(:document_trust)
|
127474
128211
|
@eq_star = args[:eq_star] if args.key?(:eq_star)
|