diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/README.md b/clients/google-api-services-contentwarehouse/v1/2.0.0/README.md
index 2c937fa5f29..d343ec585e9 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/README.md
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation - * see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class AbuseiamClusterEvaluationContext extends com.google.api.client.json.GenericJson { - - /** - * The family of the cluster where the case received the evaluation. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String clusterFamily; - - /** - * The AbuseIAm rowkey of the cluster where the case received an evaluation. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String clusterRowkey; - - /** - * The gaia id of a mail box that ops can send inquiries to for appeals. Used only by user - * clusters to fill a required gatekeeper param. See gaia_disableserver.DisableSpec.escalate_to - * field. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key @com.google.api.client.json.JsonString - private java.lang.Long gaiaIdToEscalate; - - /** - * The family of the cluster where the case received the evaluation. - * @return value or {@code null} for none - */ - public java.lang.String getClusterFamily() { - return clusterFamily; - } - - /** - * The family of the cluster where the case received the evaluation. - * @param clusterFamily clusterFamily or {@code null} for none - */ - public AbuseiamClusterEvaluationContext setClusterFamily(java.lang.String clusterFamily) { - this.clusterFamily = clusterFamily; - return this; - } - - /** - * The AbuseIAm rowkey of the cluster where the case received an evaluation. - * @return value or {@code null} for none - */ - public java.lang.String getClusterRowkey() { - return clusterRowkey; - } - - /** - * The AbuseIAm rowkey of the cluster where the case received an evaluation. - * @param clusterRowkey clusterRowkey or {@code null} for none - */ - public AbuseiamClusterEvaluationContext setClusterRowkey(java.lang.String clusterRowkey) { - this.clusterRowkey = clusterRowkey; - return this; - } - - /** - * The gaia id of a mail box that ops can send inquiries to for appeals. Used only by user - * clusters to fill a required gatekeeper param. See gaia_disableserver.DisableSpec.escalate_to - * field. - * @return value or {@code null} for none - */ - public java.lang.Long getGaiaIdToEscalate() { - return gaiaIdToEscalate; - } - - /** - * The gaia id of a mail box that ops can send inquiries to for appeals. Used only by user - * clusters to fill a required gatekeeper param. See gaia_disableserver.DisableSpec.escalate_to - * field. - * @param gaiaIdToEscalate gaiaIdToEscalate or {@code null} for none - */ - public AbuseiamClusterEvaluationContext setGaiaIdToEscalate(java.lang.Long gaiaIdToEscalate) { - this.gaiaIdToEscalate = gaiaIdToEscalate; - return this; - } - - @Override - public AbuseiamClusterEvaluationContext set(String fieldName, Object value) { - return (AbuseiamClusterEvaluationContext) super.set(fieldName, value); - } - - @Override - public AbuseiamClusterEvaluationContext clone() { - return (AbuseiamClusterEvaluationContext) super.clone(); - } - -} diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AbuseiamEvaluation.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AbuseiamEvaluation.java index d0f06b65b5e..f99afe999fb 100644 --- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AbuseiamEvaluation.java +++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AbuseiamEvaluation.java @@ -44,13 +44,6 @@ public final class AbuseiamEvaluation extends com.google.api.client.json.Generic @com.google.api.client.util.Key private java.lang.String backend; - /** - * Extra information regarding the cluster review context where the case received the evaluation. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private AbuseiamClusterEvaluationContext clusterEvaluationContext; - /** * Backends can choose to put some debug info in addition to abuse_type, score, and status. * The value may be {@code null}. @@ -58,23 +51,6 @@ public final class AbuseiamEvaluation extends com.google.api.client.json.Generic @com.google.api.client.util.Key private java.lang.String comment; - /** - * A set of repeated features to allow adapters to return semi structured data. Please, prefer - * using feature instead of the old misc_data field since it supports richer and more structured - * data to be passed back. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.util.ListThis is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation - * see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class AbuseiamFeature extends com.google.api.client.json.GenericJson { - - /** - * Exactly one of the following should be filled in. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.Boolean booleanValue; - - /** - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.Double doubleValue; - - /** - * Useful for applications that need to know how many times a specific feature occurs - * The value may be {@code null}. - */ - @com.google.api.client.util.Key @com.google.api.client.json.JsonString - private java.lang.Long featureCount; - - /** - * Useful for timestamps, or for numerical features where it is helpful for decision scripts to - * have exact values. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key @com.google.api.client.json.JsonString - private java.lang.Long int64Value; - - /** - * integer value field is deprecated and shall only be used for passing the following features - * hardcoded in spamiam::SpamIAmMessage: spamiam::OrkutSenderId spamiam::OrkutPostnumReports - * spamiam::BloggerNumComments spamiam::BloggerNumCommentsByOthers Another hard-coded spamiam - * feature is spamiam::BlogName, which can be specified via string value. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.Integer integerValue; - - /** - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String name; - - /** - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AppsPeopleOzExternalMergedpeopleapiLocation.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AppsPeopleOzExternalMergedpeopleapiLocation.java
index 6e184946c67..cd4884ceac4 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AppsPeopleOzExternalMergedpeopleapiLocation.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AppsPeopleOzExternalMergedpeopleapiLocation.java
@@ -90,7 +90,7 @@ public final class AppsPeopleOzExternalMergedpeopleapiLocation extends com.googl
private java.lang.String source;
/**
- * Describes the type of location. For e.g. Grew_up, Desk. Corresponds to FBS backend.proto
+ * Describes the type of location. E.g. Grew_up, Desk. Corresponds to FBS backend.proto
* Location.StandardTag
* The value may be {@code null}.
*/
@@ -249,7 +249,7 @@ public AppsPeopleOzExternalMergedpeopleapiLocation setSource(java.lang.String so
}
/**
- * Describes the type of location. For e.g. Grew_up, Desk. Corresponds to FBS backend.proto
+ * Describes the type of location. E.g. Grew_up, Desk. Corresponds to FBS backend.proto
* Location.StandardTag
* @return value or {@code null} for none
*/
@@ -258,7 +258,7 @@ public java.lang.String getType() {
}
/**
- * Describes the type of location. For e.g. Grew_up, Desk. Corresponds to FBS backend.proto
+ * Describes the type of location. E.g. Grew_up, Desk. Corresponds to FBS backend.proto
* Location.StandardTag
* @param type type or {@code null} for none
*/
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AppsPeopleOzExternalMergedpeopleapiPerson.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AppsPeopleOzExternalMergedpeopleapiPerson.java
index 173febeb85d..0b1d66dad6f 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AppsPeopleOzExternalMergedpeopleapiPerson.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AppsPeopleOzExternalMergedpeopleapiPerson.java
@@ -129,7 +129,7 @@ public final class AppsPeopleOzExternalMergedpeopleapiPerson extends com.google.
}
/**
- * Circles that this person is a member of.
+ * DEPRECATED. No data is returned for this field anymore. See b/329513077.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -954,7 +954,7 @@ public AppsPeopleOzExternalMergedpeopleapiPerson setCertifiedBornBefore(java.uti
}
/**
- * Circles that this person is a member of.
+ * DEPRECATED. No data is returned for this field anymore. See b/329513077.
* @return value or {@code null} for none
*/
public java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesCloudProviderInfoAgentStyle.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesCloudProviderInfoAgentStyle.java
index eb3060fe2d2..931d7f6309b 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesCloudProviderInfoAgentStyle.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesCloudProviderInfoAgentStyle.java
@@ -36,7 +36,7 @@ public final class AssistantApiCoreTypesCloudProviderInfoAgentStyle extends com.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantApiCoreTypesGovernedColor backgroundColor;
+ private AssistantApiCoreTypesColor backgroundColor;
/**
* The value may be {@code null}.
@@ -67,7 +67,7 @@ public final class AssistantApiCoreTypesCloudProviderInfoAgentStyle extends com.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantApiCoreTypesGovernedColor maskColor;
+ private AssistantApiCoreTypesColor maskColor;
/**
* URL for the background image of the agent on portrait display.
@@ -81,14 +81,14 @@ public final class AssistantApiCoreTypesCloudProviderInfoAgentStyle extends com.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantApiCoreTypesGovernedColor primaryColor;
+ private AssistantApiCoreTypesColor primaryColor;
/**
* The background color of the agent. Used if no background image is specified for the given
* display orientation, or if the provided background image does not fit.
* @return value or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedColor getBackgroundColor() {
+ public AssistantApiCoreTypesColor getBackgroundColor() {
return backgroundColor;
}
@@ -97,7 +97,7 @@ public AssistantApiCoreTypesGovernedColor getBackgroundColor() {
* display orientation, or if the provided background image does not fit.
* @param backgroundColor backgroundColor or {@code null} for none
*/
- public AssistantApiCoreTypesCloudProviderInfoAgentStyle setBackgroundColor(AssistantApiCoreTypesGovernedColor backgroundColor) {
+ public AssistantApiCoreTypesCloudProviderInfoAgentStyle setBackgroundColor(AssistantApiCoreTypesColor backgroundColor) {
this.backgroundColor = backgroundColor;
return this;
}
@@ -162,7 +162,7 @@ public AssistantApiCoreTypesCloudProviderInfoAgentStyle setLogoUrl(java.lang.Str
* on applying this mask.
* @return value or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedColor getMaskColor() {
+ public AssistantApiCoreTypesColor getMaskColor() {
return maskColor;
}
@@ -171,7 +171,7 @@ public AssistantApiCoreTypesGovernedColor getMaskColor() {
* on applying this mask.
* @param maskColor maskColor or {@code null} for none
*/
- public AssistantApiCoreTypesCloudProviderInfoAgentStyle setMaskColor(AssistantApiCoreTypesGovernedColor maskColor) {
+ public AssistantApiCoreTypesCloudProviderInfoAgentStyle setMaskColor(AssistantApiCoreTypesColor maskColor) {
this.maskColor = maskColor;
return this;
}
@@ -197,7 +197,7 @@ public AssistantApiCoreTypesCloudProviderInfoAgentStyle setPortraitBackgroundIma
* The primary color of the agent. Used by the client to style the header and suggestion chips.
* @return value or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedColor getPrimaryColor() {
+ public AssistantApiCoreTypesColor getPrimaryColor() {
return primaryColor;
}
@@ -205,7 +205,7 @@ public AssistantApiCoreTypesGovernedColor getPrimaryColor() {
* The primary color of the agent. Used by the client to style the header and suggestion chips.
* @param primaryColor primaryColor or {@code null} for none
*/
- public AssistantApiCoreTypesCloudProviderInfoAgentStyle setPrimaryColor(AssistantApiCoreTypesGovernedColor primaryColor) {
+ public AssistantApiCoreTypesCloudProviderInfoAgentStyle setPrimaryColor(AssistantApiCoreTypesColor primaryColor) {
this.primaryColor = primaryColor;
return this;
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedColor.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesColor.java
similarity index 82%
rename from clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedColor.java
rename to clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesColor.java
index eac39b58ce1..617ddebe60f 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedColor.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesColor.java
@@ -17,10 +17,7 @@
package com.google.api.services.contentwarehouse.v1.model;
/**
- * LINT.IfChange Represents a color in the RGBA color space. This message mirrors google.type.Color.
- * IMPORTANT: The definition of Color proto is being moved to
- * //assistant/api/core_types/color_type.proto. All existing references will be updated to point to
- * the new location. If you are adding a reference, use the new one instead.
+ * Represents a color in the RGBA color space. This message mirrors google.type.Color.
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -31,7 +28,7 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantApiCoreTypesGovernedColor extends com.google.api.client.json.GenericJson {
+public final class AssistantApiCoreTypesColor extends com.google.api.client.json.GenericJson {
/**
* The fraction of this color that should be applied to the pixel. That is, the final pixel color
@@ -85,7 +82,7 @@ public java.lang.Float getAlpha() {
* as a solid color (as if the alpha value had been explicitly given with a value of 1.0).
* @param alpha alpha or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedColor setAlpha(java.lang.Float alpha) {
+ public AssistantApiCoreTypesColor setAlpha(java.lang.Float alpha) {
this.alpha = alpha;
return this;
}
@@ -102,7 +99,7 @@ public java.lang.Float getBlue() {
* The amount of blue in the color as a value in the interval [0, 1].
* @param blue blue or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedColor setBlue(java.lang.Float blue) {
+ public AssistantApiCoreTypesColor setBlue(java.lang.Float blue) {
this.blue = blue;
return this;
}
@@ -119,7 +116,7 @@ public java.lang.Float getGreen() {
* The amount of green in the color as a value in the interval [0, 1].
* @param green green or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedColor setGreen(java.lang.Float green) {
+ public AssistantApiCoreTypesColor setGreen(java.lang.Float green) {
this.green = green;
return this;
}
@@ -136,19 +133,19 @@ public java.lang.Float getRed() {
* The amount of red in the color as a value in the interval [0, 1].
* @param red red or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedColor setRed(java.lang.Float red) {
+ public AssistantApiCoreTypesColor setRed(java.lang.Float red) {
this.red = red;
return this;
}
@Override
- public AssistantApiCoreTypesGovernedColor set(String fieldName, Object value) {
- return (AssistantApiCoreTypesGovernedColor) super.set(fieldName, value);
+ public AssistantApiCoreTypesColor set(String fieldName, Object value) {
+ return (AssistantApiCoreTypesColor) super.set(fieldName, value);
}
@Override
- public AssistantApiCoreTypesGovernedColor clone() {
- return (AssistantApiCoreTypesGovernedColor) super.clone();
+ public AssistantApiCoreTypesColor clone() {
+ return (AssistantApiCoreTypesColor) super.clone();
}
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesDeviceId.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesDeviceId.java
index ed4c240da10..f3b8f26ea89 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesDeviceId.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesDeviceId.java
@@ -103,12 +103,12 @@ public final class AssistantApiCoreTypesDeviceId extends com.google.api.client.j
private AssistantApiCoreTypesDeviceConfig deviceConfig;
/**
- * DEPRECATED. assistant.api.core_types.governed.SurfaceIdentity.surface_type field should be used
- * instead. The device's surface type. This is the string version of surface_type. The server
- * should use the SurfaceType value derived from this string. If the device_type isn't supported
- * within the SurfaceType enum, it will be set as UNKNOWN. Developers should use the enum in
- * ServerParams instead of this string. WARNING: Clients are not actually setting this field. This
- * field will be removed once references to it within the code base have been removed.
+ * DEPRECATED. assistant.api.core_types.SurfaceIdentity.surface_type field should be used instead.
+ * The device's surface type. This is the string version of surface_type. The server should use
+ * the SurfaceType value derived from this string. If the device_type isn't supported within the
+ * SurfaceType enum, it will be set as UNKNOWN. Developers should use the enum in ServerParams
+ * instead of this string. WARNING: Clients are not actually setting this field. This field will
+ * be removed once references to it within the code base have been removed.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -302,12 +302,12 @@ public AssistantApiCoreTypesDeviceId setDeviceConfig(AssistantApiCoreTypesDevice
}
/**
- * DEPRECATED. assistant.api.core_types.governed.SurfaceIdentity.surface_type field should be used
- * instead. The device's surface type. This is the string version of surface_type. The server
- * should use the SurfaceType value derived from this string. If the device_type isn't supported
- * within the SurfaceType enum, it will be set as UNKNOWN. Developers should use the enum in
- * ServerParams instead of this string. WARNING: Clients are not actually setting this field. This
- * field will be removed once references to it within the code base have been removed.
+ * DEPRECATED. assistant.api.core_types.SurfaceIdentity.surface_type field should be used instead.
+ * The device's surface type. This is the string version of surface_type. The server should use
+ * the SurfaceType value derived from this string. If the device_type isn't supported within the
+ * SurfaceType enum, it will be set as UNKNOWN. Developers should use the enum in ServerParams
+ * instead of this string. WARNING: Clients are not actually setting this field. This field will
+ * be removed once references to it within the code base have been removed.
* @return value or {@code null} for none
*/
public java.lang.String getDeviceType() {
@@ -315,12 +315,12 @@ public java.lang.String getDeviceType() {
}
/**
- * DEPRECATED. assistant.api.core_types.governed.SurfaceIdentity.surface_type field should be used
- * instead. The device's surface type. This is the string version of surface_type. The server
- * should use the SurfaceType value derived from this string. If the device_type isn't supported
- * within the SurfaceType enum, it will be set as UNKNOWN. Developers should use the enum in
- * ServerParams instead of this string. WARNING: Clients are not actually setting this field. This
- * field will be removed once references to it within the code base have been removed.
+ * DEPRECATED. assistant.api.core_types.SurfaceIdentity.surface_type field should be used instead.
+ * The device's surface type. This is the string version of surface_type. The server should use
+ * the SurfaceType value derived from this string. If the device_type isn't supported within the
+ * SurfaceType enum, it will be set as UNKNOWN. Developers should use the enum in ServerParams
+ * instead of this string. WARNING: Clients are not actually setting this field. This field will
+ * be removed once references to it within the code base have been removed.
* @param deviceType deviceType or {@code null} for none
*/
public AssistantApiCoreTypesDeviceId setDeviceType(java.lang.String deviceType) {
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesDeviceUserIdentity.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesDeviceUserIdentity.java
index 4dc0b859df1..f35a9de2165 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesDeviceUserIdentity.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesDeviceUserIdentity.java
@@ -17,7 +17,9 @@
package com.google.api.services.contentwarehouse.v1.model;
/**
- * LINT.IfChange
+ * The set of information that helps Assistant identify a device-user pair. An example use of this
+ * proto is in broadcast reply, when after receiving a broadcast, we store a device-user pair in an
+ * attentional entity in order to later infer who initated the broadcast on which device.
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedDeviceConfig.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedDeviceConfig.java
deleted file mode 100644
index fa80a7faeb0..00000000000
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedDeviceConfig.java
+++ /dev/null
@@ -1,95 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
- * in compliance with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software distributed under the License
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
- * or implied. See the License for the specific language governing permissions and limitations under
- * the License.
- */
-/*
- * This code was generated by https://github.com/googleapis/google-api-java-client-services/
- * Modify at your own risk.
- */
-
-package com.google.api.services.contentwarehouse.v1.model;
-
-/**
- * The identification information for third party devices that integrates with the assistant. All of
- * these fields will be populated by the third party when the query is sent from the third party
- * device. IMPORTANT: The definition of DeviceConfig proto is being moved to
- * //assistant/api/core_types/device_type.proto. All existing references will be updated to point to
- * the new location. If you are adding a reference, use the new one instead. Next Id: 5
- *
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesMessageNotification.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesMessageNotification.java
index 65057681f19..ef3d39e98de 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesMessageNotification.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesMessageNotification.java
@@ -17,8 +17,8 @@
package com.google.api.services.contentwarehouse.v1.model;
/**
- * LINT.IfChange(ungoverned_message_notification) This proto captures the contents of a messaging
- * app notification that is typically part of a conversation thread. Next Id: 21
+ * This proto captures the contents of a messaging app notification that is typically part of a
+ * conversation thread. Next Id: 21
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesMessageNotificationNotificationEntry.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesMessageNotificationNotificationEntry.java
index 1d6d79a5e98..ef68dc0c4d1 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesMessageNotificationNotificationEntry.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesMessageNotificationNotificationEntry.java
@@ -18,7 +18,7 @@
/**
* Structure of each notification in the MessageNotification Bundle. Attribute sender_name could be
- * different in case of group messages. Next Id: 8
+ * different in case of group messages. Next Id: 9
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -31,6 +31,13 @@
@SuppressWarnings("javadoc")
public final class AssistantApiCoreTypesMessageNotificationNotificationEntry extends com.google.api.client.json.GenericJson {
+ /**
+ * Duration of audio message.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private String audioDuration;
+
/**
* Count of characters in the message body in the notification.
* The value may be {@code null}.
@@ -81,6 +88,23 @@ public final class AssistantApiCoreTypesMessageNotificationNotificationEntry ext
@com.google.api.client.util.Key
private java.lang.Integer wordCount;
+ /**
+ * Duration of audio message.
+ * @return value or {@code null} for none
+ */
+ public String getAudioDuration() {
+ return audioDuration;
+ }
+
+ /**
+ * Duration of audio message.
+ * @param audioDuration audioDuration or {@code null} for none
+ */
+ public AssistantApiCoreTypesMessageNotificationNotificationEntry setAudioDuration(String audioDuration) {
+ this.audioDuration = audioDuration;
+ return this;
+ }
+
/**
* Count of characters in the message body in the notification.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedRingtoneTaskMetadata.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesRingtoneTaskMetadata.java
similarity index 66%
rename from clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedRingtoneTaskMetadata.java
rename to clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesRingtoneTaskMetadata.java
index 6287ccafa7a..3f25ec7ea74 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedRingtoneTaskMetadata.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesRingtoneTaskMetadata.java
@@ -17,10 +17,7 @@
package com.google.api.services.contentwarehouse.v1.model;
/**
- * LINT.IfChange Task metadata information describing the ringtone. IMPORTANT: The definition of
- * RingtoneTaskMetadata proto is being moved to
- * //assistant/api/core_types/ringtone_task_metadata.proto. All existing references will be updated
- * to point to the new location. If you are adding a reference, use the new one instead. Next id: 11
+ * Task metadata information describing the ringtone. Next id: 11
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -31,7 +28,7 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantApiCoreTypesGovernedRingtoneTaskMetadata extends com.google.api.client.json.GenericJson {
+public final class AssistantApiCoreTypesRingtoneTaskMetadata extends com.google.api.client.json.GenericJson {
/**
* The category related with the ringtone. It's used to generate ringtone related with the
@@ -46,7 +43,7 @@ public final class AssistantApiCoreTypesGovernedRingtoneTaskMetadata extends com
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata characterAlarmMetadata;
+ private AssistantApiCoreTypesRingtoneTaskMetadataCharacterAlarmMetadata characterAlarmMetadata;
/**
* The value may be {@code null}.
@@ -68,26 +65,26 @@ public final class AssistantApiCoreTypesGovernedRingtoneTaskMetadata extends com
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata funtimeMetadata;
+ private AssistantApiCoreTypesRingtoneTaskMetadataFuntimeMetadata funtimeMetadata;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantApiCoreTypesGovernedRingtoneTaskMetadataGenMlAlarmMetadata genMlAlarmMetadata;
+ private AssistantApiCoreTypesRingtoneTaskMetadataGenMlAlarmMetadata genMlAlarmMetadata;
/**
* Gentle wake information for this alarm.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo gentleWakeInfo;
+ private AssistantApiCoreTypesRingtoneTaskMetadataGentleWakeInfo gentleWakeInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata onDeviceAlarmMetadata;
+ private AssistantApiCoreTypesRingtoneTaskMetadataOnDeviceAlarmMetadata onDeviceAlarmMetadata;
/**
* Will be deprecated. Use OnDeviceAlarmMetadata.
@@ -100,7 +97,7 @@ public final class AssistantApiCoreTypesGovernedRingtoneTaskMetadata extends com
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata routineAlarmMetadata;
+ private AssistantApiCoreTypesRingtoneTaskMetadataRoutineAlarmMetadata routineAlarmMetadata;
/**
* The category related with the ringtone. It's used to generate ringtone related with the
@@ -118,7 +115,7 @@ public java.lang.String getCategory() {
* sound.
* @param category category or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setCategory(java.lang.String category) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setCategory(java.lang.String category) {
this.category = category;
return this;
}
@@ -126,14 +123,14 @@ public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setCategory(java.lang.S
/**
* @return value or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata getCharacterAlarmMetadata() {
+ public AssistantApiCoreTypesRingtoneTaskMetadataCharacterAlarmMetadata getCharacterAlarmMetadata() {
return characterAlarmMetadata;
}
/**
* @param characterAlarmMetadata characterAlarmMetadata or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setCharacterAlarmMetadata(AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata characterAlarmMetadata) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setCharacterAlarmMetadata(AssistantApiCoreTypesRingtoneTaskMetadataCharacterAlarmMetadata characterAlarmMetadata) {
this.characterAlarmMetadata = characterAlarmMetadata;
return this;
}
@@ -148,7 +145,7 @@ public java.lang.String getCharacterTag() {
/**
* @param characterTag characterTag or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setCharacterTag(java.lang.String characterTag) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setCharacterTag(java.lang.String characterTag) {
this.characterTag = characterTag;
return this;
}
@@ -171,7 +168,7 @@ public java.lang.String getEntityMid() {
* will be, e.g., a playlist of Beyonce's best hits.
* @param entityMid entityMid or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setEntityMid(java.lang.String entityMid) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setEntityMid(java.lang.String entityMid) {
this.entityMid = entityMid;
return this;
}
@@ -179,14 +176,14 @@ public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setEntityMid(java.lang.
/**
* @return value or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata getFuntimeMetadata() {
+ public AssistantApiCoreTypesRingtoneTaskMetadataFuntimeMetadata getFuntimeMetadata() {
return funtimeMetadata;
}
/**
* @param funtimeMetadata funtimeMetadata or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setFuntimeMetadata(AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata funtimeMetadata) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setFuntimeMetadata(AssistantApiCoreTypesRingtoneTaskMetadataFuntimeMetadata funtimeMetadata) {
this.funtimeMetadata = funtimeMetadata;
return this;
}
@@ -194,14 +191,14 @@ public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setFuntimeMetadata(Assi
/**
* @return value or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadataGenMlAlarmMetadata getGenMlAlarmMetadata() {
+ public AssistantApiCoreTypesRingtoneTaskMetadataGenMlAlarmMetadata getGenMlAlarmMetadata() {
return genMlAlarmMetadata;
}
/**
* @param genMlAlarmMetadata genMlAlarmMetadata or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setGenMlAlarmMetadata(AssistantApiCoreTypesGovernedRingtoneTaskMetadataGenMlAlarmMetadata genMlAlarmMetadata) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setGenMlAlarmMetadata(AssistantApiCoreTypesRingtoneTaskMetadataGenMlAlarmMetadata genMlAlarmMetadata) {
this.genMlAlarmMetadata = genMlAlarmMetadata;
return this;
}
@@ -210,7 +207,7 @@ public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setGenMlAlarmMetadata(A
* Gentle wake information for this alarm.
* @return value or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo getGentleWakeInfo() {
+ public AssistantApiCoreTypesRingtoneTaskMetadataGentleWakeInfo getGentleWakeInfo() {
return gentleWakeInfo;
}
@@ -218,7 +215,7 @@ public AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo getGentle
* Gentle wake information for this alarm.
* @param gentleWakeInfo gentleWakeInfo or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setGentleWakeInfo(AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo gentleWakeInfo) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setGentleWakeInfo(AssistantApiCoreTypesRingtoneTaskMetadataGentleWakeInfo gentleWakeInfo) {
this.gentleWakeInfo = gentleWakeInfo;
return this;
}
@@ -226,14 +223,14 @@ public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setGentleWakeInfo(Assis
/**
* @return value or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata getOnDeviceAlarmMetadata() {
+ public AssistantApiCoreTypesRingtoneTaskMetadataOnDeviceAlarmMetadata getOnDeviceAlarmMetadata() {
return onDeviceAlarmMetadata;
}
/**
* @param onDeviceAlarmMetadata onDeviceAlarmMetadata or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setOnDeviceAlarmMetadata(AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata onDeviceAlarmMetadata) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setOnDeviceAlarmMetadata(AssistantApiCoreTypesRingtoneTaskMetadataOnDeviceAlarmMetadata onDeviceAlarmMetadata) {
this.onDeviceAlarmMetadata = onDeviceAlarmMetadata;
return this;
}
@@ -250,7 +247,7 @@ public java.lang.String getOnDeviceAlarmSound() {
* Will be deprecated. Use OnDeviceAlarmMetadata.
* @param onDeviceAlarmSound onDeviceAlarmSound or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setOnDeviceAlarmSound(java.lang.String onDeviceAlarmSound) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setOnDeviceAlarmSound(java.lang.String onDeviceAlarmSound) {
this.onDeviceAlarmSound = onDeviceAlarmSound;
return this;
}
@@ -258,26 +255,26 @@ public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setOnDeviceAlarmSound(j
/**
* @return value or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata getRoutineAlarmMetadata() {
+ public AssistantApiCoreTypesRingtoneTaskMetadataRoutineAlarmMetadata getRoutineAlarmMetadata() {
return routineAlarmMetadata;
}
/**
* @param routineAlarmMetadata routineAlarmMetadata or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata setRoutineAlarmMetadata(AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata routineAlarmMetadata) {
+ public AssistantApiCoreTypesRingtoneTaskMetadata setRoutineAlarmMetadata(AssistantApiCoreTypesRingtoneTaskMetadataRoutineAlarmMetadata routineAlarmMetadata) {
this.routineAlarmMetadata = routineAlarmMetadata;
return this;
}
@Override
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata set(String fieldName, Object value) {
- return (AssistantApiCoreTypesGovernedRingtoneTaskMetadata) super.set(fieldName, value);
+ public AssistantApiCoreTypesRingtoneTaskMetadata set(String fieldName, Object value) {
+ return (AssistantApiCoreTypesRingtoneTaskMetadata) super.set(fieldName, value);
}
@Override
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadata clone() {
- return (AssistantApiCoreTypesGovernedRingtoneTaskMetadata) super.clone();
+ public AssistantApiCoreTypesRingtoneTaskMetadata clone() {
+ return (AssistantApiCoreTypesRingtoneTaskMetadata) super.clone();
}
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesRingtoneTaskMetadataCharacterAlarmMetadata.java
similarity index 83%
rename from clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.java
rename to clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesRingtoneTaskMetadataCharacterAlarmMetadata.java
index fe804b9a99b..fd618fbf766 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesRingtoneTaskMetadataCharacterAlarmMetadata.java
@@ -17,7 +17,7 @@
package com.google.api.services.contentwarehouse.v1.model;
/**
- * Model definition for AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.
+ * Model definition for AssistantApiCoreTypesRingtoneTaskMetadataCharacterAlarmMetadata.
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,7 +28,7 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata extends com.google.api.client.json.GenericJson {
+public final class AssistantApiCoreTypesRingtoneTaskMetadataCharacterAlarmMetadata extends com.google.api.client.json.GenericJson {
/**
* For character alarm, the media resources are provided through AOG apps. During alarm trigger
@@ -82,7 +82,7 @@ public java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,7 +28,7 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata extends com.google.api.client.json.GenericJson {
+public final class AssistantApiCoreTypesRingtoneTaskMetadataRoutineAlarmMetadata extends com.google.api.client.json.GenericJson {
/**
* The unique id for each routine. When the alrm is dismissed, it will trigger the routine of the
@@ -52,19 +52,19 @@ public java.lang.String getRoutineId() {
* routine alarm's creator if feasible.
* @param routineId routineId or {@code null} for none
*/
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata setRoutineId(java.lang.String routineId) {
+ public AssistantApiCoreTypesRingtoneTaskMetadataRoutineAlarmMetadata setRoutineId(java.lang.String routineId) {
this.routineId = routineId;
return this;
}
@Override
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata set(String fieldName, Object value) {
- return (AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata) super.set(fieldName, value);
+ public AssistantApiCoreTypesRingtoneTaskMetadataRoutineAlarmMetadata set(String fieldName, Object value) {
+ return (AssistantApiCoreTypesRingtoneTaskMetadataRoutineAlarmMetadata) super.set(fieldName, value);
}
@Override
- public AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata clone() {
- return (AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata) super.clone();
+ public AssistantApiCoreTypesRingtoneTaskMetadataRoutineAlarmMetadata clone() {
+ return (AssistantApiCoreTypesRingtoneTaskMetadataRoutineAlarmMetadata) super.clone();
}
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesSurfaceIdentity.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesSurfaceIdentity.java
index b890b3ab215..3a2aebe5126 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesSurfaceIdentity.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiCoreTypesSurfaceIdentity.java
@@ -20,7 +20,7 @@
* The set of information that helps the server identify the surface. This replaces the User-Agent
* string within the Assistant Server. Note: The SurfaceIdentity proto should only be used to derive
* the capabilities of a surface. It should not be accessed outside of the CapabilityBuilder or
- * CapabilityChecker. NEXT ID: 6 LINT.IfChange
+ * CapabilityChecker. NEXT ID: 6
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiMessageSummarySupport.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiMessageSummarySupport.java
new file mode 100644
index 00000000000..3e54d336357
--- /dev/null
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiMessageSummarySupport.java
@@ -0,0 +1,139 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.contentwarehouse.v1.model;
+
+/**
+ * LINT.IfChange(messageSummarySupport)
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,37 +28,37 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantGroundingRankerLaaFeaturesProvider extends com.google.api.client.json.GenericJson {
+public final class AssistantApiRobinCapabilitiesRobinStatusRobinStatusNotAvailable extends com.google.api.client.json.GenericJson {
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantGroundingRankerAssistantInteractionFeatures assistantInteractionFeatures;
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -169,6 +169,13 @@ public final class AssistantApiSoftwareCapabilities extends com.google.api.clien
com.google.api.client.util.Data.nullOf(AssistantApiLiveTvProvider.class);
}
+ /**
+ * Capabilities of Robin client.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private AssistantApiRobinCapabilities robinCapabilities;
+
/**
* The Soli capabilities on Elaine. go/dingo-dc-software
* The value may be {@code null}.
@@ -488,6 +495,23 @@ public AssistantApiSoftwareCapabilities setOrderedLiveTvProviders(java.util.List
return this;
}
+ /**
+ * Capabilities of Robin client.
+ * @return value or {@code null} for none
+ */
+ public AssistantApiRobinCapabilities getRobinCapabilities() {
+ return robinCapabilities;
+ }
+
+ /**
+ * Capabilities of Robin client.
+ * @param robinCapabilities robinCapabilities or {@code null} for none
+ */
+ public AssistantApiSoftwareCapabilities setRobinCapabilities(AssistantApiRobinCapabilities robinCapabilities) {
+ this.robinCapabilities = robinCapabilities;
+ return this;
+ }
+
/**
* The Soli capabilities on Elaine. go/dingo-dc-software
* @return value or {@code null} for none
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiSupportedFeatures.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiSupportedFeatures.java
index aaf9815205f..74d423dddc4 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiSupportedFeatures.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiSupportedFeatures.java
@@ -18,7 +18,7 @@
/**
* These are the set of features that are supported by the device. It's a part of the
- * SoftwareCapabilities of the device. Next ID: 68
+ * SoftwareCapabilities of the device. Next ID: 69
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -323,6 +323,13 @@ public final class AssistantApiSupportedFeatures extends com.google.api.client.j
@com.google.api.client.util.Key
private java.lang.Boolean meetSupported;
+ /**
+ * The client information for message summary. More details in: go/roadwayrecap-prd
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private AssistantApiMessageSummarySupport messageSummarySupport;
+
/**
* Whether the client can render no input response or just ignore it. No input response is
* returned when client has a no speech input interaction, eg. user tapped mic but didn't say
@@ -379,7 +386,8 @@ public final class AssistantApiSupportedFeatures extends com.google.api.client.j
private java.lang.Boolean readMessagesTtsTaperingSupported;
/**
- * Whether the client supports message summarization.
+ * Whether the client supports message summarization. Deprecated, use message_summary_support
+ * instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -521,13 +529,6 @@ public final class AssistantApiSupportedFeatures extends com.google.api.client.j
@com.google.api.client.util.Key
private java.lang.Boolean webBrowserSupported;
- /**
- * Whether or not the client supports WhatsNext in the protocol.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Boolean whatsNextSupported;
-
/**
* Whether the client supports joining a Zoom meeting.
* The value may be {@code null}.
@@ -1266,6 +1267,23 @@ public AssistantApiSupportedFeatures setMeetSupported(java.lang.Boolean meetSupp
return this;
}
+ /**
+ * The client information for message summary. More details in: go/roadwayrecap-prd
+ * @return value or {@code null} for none
+ */
+ public AssistantApiMessageSummarySupport getMessageSummarySupport() {
+ return messageSummarySupport;
+ }
+
+ /**
+ * The client information for message summary. More details in: go/roadwayrecap-prd
+ * @param messageSummarySupport messageSummarySupport or {@code null} for none
+ */
+ public AssistantApiSupportedFeatures setMessageSummarySupport(AssistantApiMessageSummarySupport messageSummarySupport) {
+ this.messageSummarySupport = messageSummarySupport;
+ return this;
+ }
+
/**
* Whether the client can render no input response or just ignore it. No input response is
* returned when client has a no speech input interaction, eg. user tapped mic but didn't say
@@ -1395,7 +1413,8 @@ public AssistantApiSupportedFeatures setReadMessagesTtsTaperingSupported(java.la
}
/**
- * Whether the client supports message summarization.
+ * Whether the client supports message summarization. Deprecated, use message_summary_support
+ * instead.
* @return value or {@code null} for none
*/
public java.lang.Boolean getReadNotificationSummarizationSupported() {
@@ -1403,7 +1422,8 @@ public java.lang.Boolean getReadNotificationSummarizationSupported() {
}
/**
- * Whether the client supports message summarization.
+ * Whether the client supports message summarization. Deprecated, use message_summary_support
+ * instead.
* @param readNotificationSummarizationSupported readNotificationSummarizationSupported or {@code null} for none
*/
public AssistantApiSupportedFeatures setReadNotificationSummarizationSupported(java.lang.Boolean readNotificationSummarizationSupported) {
@@ -1734,23 +1754,6 @@ public AssistantApiSupportedFeatures setWebBrowserSupported(java.lang.Boolean we
return this;
}
- /**
- * Whether or not the client supports WhatsNext in the protocol.
- * @return value or {@code null} for none
- */
- public java.lang.Boolean getWhatsNextSupported() {
- return whatsNextSupported;
- }
-
- /**
- * Whether or not the client supports WhatsNext in the protocol.
- * @param whatsNextSupported whatsNextSupported or {@code null} for none
- */
- public AssistantApiSupportedFeatures setWhatsNextSupported(java.lang.Boolean whatsNextSupported) {
- this.whatsNextSupported = whatsNextSupported;
- return this;
- }
-
/**
* Whether the client supports joining a Zoom meeting.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiSurfaceProperties.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiSurfaceProperties.java
index 66156ec9df5..fd48816d053 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiSurfaceProperties.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantApiSurfaceProperties.java
@@ -37,8 +37,9 @@ public final class AssistantApiSurfaceProperties extends com.google.api.client.j
private AssistantApiSurfacePropertiesExecutionCapabilities executionCapabilities;
/**
- * Indicates if the surface prefers glanceable UI when rendering Assistant response. (see go
- * /mobile-dr-hbird-glanceable-comms-cuj for more context).
+ * DEPRECATED: This field is used only by the Hummingbird effort, which has culminated and is
+ * being cleaned up (b/325065733). Indicates if the surface prefers glanceable UI when rendering
+ * Assistant response. (see go/mobile-dr-hbird-glanceable-comms-cuj for more context).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -75,8 +76,9 @@ public AssistantApiSurfaceProperties setExecutionCapabilities(AssistantApiSurfac
}
/**
- * Indicates if the surface prefers glanceable UI when rendering Assistant response. (see go
- * /mobile-dr-hbird-glanceable-comms-cuj for more context).
+ * DEPRECATED: This field is used only by the Hummingbird effort, which has culminated and is
+ * being cleaned up (b/325065733). Indicates if the surface prefers glanceable UI when rendering
+ * Assistant response. (see go/mobile-dr-hbird-glanceable-comms-cuj for more context).
* @return value or {@code null} for none
*/
public java.lang.Boolean getPrefersGlanceableUi() {
@@ -84,8 +86,9 @@ public java.lang.Boolean getPrefersGlanceableUi() {
}
/**
- * Indicates if the surface prefers glanceable UI when rendering Assistant response. (see go
- * /mobile-dr-hbird-glanceable-comms-cuj for more context).
+ * DEPRECATED: This field is used only by the Hummingbird effort, which has culminated and is
+ * being cleaned up (b/325065733). Indicates if the surface prefers glanceable UI when rendering
+ * Assistant response. (see go/mobile-dr-hbird-glanceable-comms-cuj for more context).
* @param prefersGlanceableUi prefersGlanceableUi or {@code null} for none
*/
public AssistantApiSurfaceProperties setPrefersGlanceableUi(java.lang.Boolean prefersGlanceableUi) {
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantContextAppProviderId.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantContextAppProviderId.java
deleted file mode 100644
index c7a078e0c4b..00000000000
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantContextAppProviderId.java
+++ /dev/null
@@ -1,144 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
- * in compliance with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software distributed under the License
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
- * or implied. See the License for the specific language governing permissions and limitations under
- * the License.
- */
-/*
- * This code was generated by https://github.com/googleapis/google-api-java-client-services/
- * Modify at your own risk.
- */
-
-package com.google.api.services.contentwarehouse.v1.model;
-
-/**
- * LINT.IfChange Identifier for an application provider. NOTE: AppProviderId contains surface-
- * specific info, such as the Android package name of the application. This was necessary for
- * supporting current use cases that rely on surface-specific info in feature code. Eventually we
- * want to deprecate AppProviderId and fetch surface-specific info in some other way (e.g. in a
- * surface-translation layer). But until then, we may continue extending AppProviderId with other
- * surface-specific info.
- *
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -81,6 +81,14 @@ public final class AssistantDevicesPlatformProtoSupportedDeviceOps extends com.g
@com.google.api.client.util.Key
private AssistantDevicesPlatformProtoExecutionWaitCapability executionWait;
+ /**
+ * |get_health_observation| specifies the support for get_health_observation client_op, and the
+ * corresponding get_health_observation field in assistant.embedded.v1.DeviceOp.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private AssistantDevicesPlatformProtoGetHealthObservationCapability getHealthObservation;
+
/**
* The value may be {@code null}.
*/
@@ -147,6 +155,14 @@ public final class AssistantDevicesPlatformProtoSupportedDeviceOps extends com.g
@com.google.api.client.util.Key
private AssistantDevicesPlatformProtoSendChatMessageCapability sendChatMessage;
+ /**
+ * |ui_show_interpreter| specifies the support for ui.SHOW_INTERPRETER client_op, and the
+ * corresponding ui_show_interpreter field in assistant.embedded.v1.DeviceOp.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private AssistantDevicesPlatformProtoUiShowInterpreterCapability uiShowInterpreter;
+
/**
* |call_call| specifies the support for the call.CALL clientop, and the corresponding call_call
* field in assistant.embedded.v1.DeviceOp.
@@ -265,6 +281,25 @@ public AssistantDevicesPlatformProtoSupportedDeviceOps setExecutionWait(Assistan
return this;
}
+ /**
+ * |get_health_observation| specifies the support for get_health_observation client_op, and the
+ * corresponding get_health_observation field in assistant.embedded.v1.DeviceOp.
+ * @return value or {@code null} for none
+ */
+ public AssistantDevicesPlatformProtoGetHealthObservationCapability getGetHealthObservation() {
+ return getHealthObservation;
+ }
+
+ /**
+ * |get_health_observation| specifies the support for get_health_observation client_op, and the
+ * corresponding get_health_observation field in assistant.embedded.v1.DeviceOp.
+ * @param getHealthObservation getHealthObservation or {@code null} for none
+ */
+ public AssistantDevicesPlatformProtoSupportedDeviceOps setGetHealthObservation(AssistantDevicesPlatformProtoGetHealthObservationCapability getHealthObservation) {
+ this.getHealthObservation = getHealthObservation;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -427,6 +462,25 @@ public AssistantDevicesPlatformProtoSupportedDeviceOps setSendChatMessage(Assist
return this;
}
+ /**
+ * |ui_show_interpreter| specifies the support for ui.SHOW_INTERPRETER client_op, and the
+ * corresponding ui_show_interpreter field in assistant.embedded.v1.DeviceOp.
+ * @return value or {@code null} for none
+ */
+ public AssistantDevicesPlatformProtoUiShowInterpreterCapability getUiShowInterpreter() {
+ return uiShowInterpreter;
+ }
+
+ /**
+ * |ui_show_interpreter| specifies the support for ui.SHOW_INTERPRETER client_op, and the
+ * corresponding ui_show_interpreter field in assistant.embedded.v1.DeviceOp.
+ * @param uiShowInterpreter uiShowInterpreter or {@code null} for none
+ */
+ public AssistantDevicesPlatformProtoSupportedDeviceOps setUiShowInterpreter(AssistantDevicesPlatformProtoUiShowInterpreterCapability uiShowInterpreter) {
+ this.uiShowInterpreter = uiShowInterpreter;
+ return this;
+ }
+
@Override
public AssistantDevicesPlatformProtoSupportedDeviceOps set(String fieldName, Object value) {
return (AssistantDevicesPlatformProtoSupportedDeviceOps) super.set(fieldName, value);
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantDevicesPlatformProtoUiShowInterpreterCapability.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantDevicesPlatformProtoUiShowInterpreterCapability.java
new file mode 100644
index 00000000000..2e828fa64c4
--- /dev/null
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantDevicesPlatformProtoUiShowInterpreterCapability.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.contentwarehouse.v1.model;
+
+/**
+ * Model definition for AssistantDevicesPlatformProtoUiShowInterpreterCapability.
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -98,6 +98,13 @@ public final class AssistantLogsCommunicationPersonalContactDataLog extends com.
@com.google.api.client.util.Key
private java.lang.Boolean isContactFromSecondaryAccount;
+ /**
+ * If the contact is matched exactly from the query name.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isExactMatch;
+
/**
* If this is a shared contact. This is true in 2 cases: - User is calling their own contacts that
* have been marked as shared. - User is calling shared contacts from some other user's contact
@@ -409,6 +416,23 @@ public AssistantLogsCommunicationPersonalContactDataLog setIsContactFromSecondar
return this;
}
+ /**
+ * If the contact is matched exactly from the query name.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsExactMatch() {
+ return isExactMatch;
+ }
+
+ /**
+ * If the contact is matched exactly from the query name.
+ * @param isExactMatch isExactMatch or {@code null} for none
+ */
+ public AssistantLogsCommunicationPersonalContactDataLog setIsExactMatch(java.lang.Boolean isExactMatch) {
+ this.isExactMatch = isExactMatch;
+ return this;
+ }
+
/**
* If this is a shared contact. This is true in 2 cases: - User is calling their own contacts that
* have been marked as shared. - User is calling shared contacts from some other user's contact
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsDeviceAnnotationLog.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsDeviceAnnotationLog.java
index 2aa0b62d74a..6bb545f1f0a 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsDeviceAnnotationLog.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsDeviceAnnotationLog.java
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class AssistantLogsDeviceAnnotationLog extends com.google.api.client.json.GenericJson {
+ /**
+ * The identification of the device. The logging version of the full DeviceId.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -37,6 +37,13 @@ public final class AssistantLogsDeviceInfoLog extends com.google.api.client.json
@com.google.api.client.util.Key
private java.lang.String arbitrationDeviceId;
+ /**
+ * A list of diffs for the device's context between AvailableDevice and CTF.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private AssistantLogsAvailableDeviceAndCtfContextDiffLog availableDeviceAndCtfContextDiff;
+
/**
* The value may be {@code null}.
*/
@@ -162,6 +169,23 @@ public AssistantLogsDeviceInfoLog setArbitrationDeviceId(java.lang.String arbitr
return this;
}
+ /**
+ * A list of diffs for the device's context between AvailableDevice and CTF.
+ * @return value or {@code null} for none
+ */
+ public AssistantLogsAvailableDeviceAndCtfContextDiffLog getAvailableDeviceAndCtfContextDiff() {
+ return availableDeviceAndCtfContextDiff;
+ }
+
+ /**
+ * A list of diffs for the device's context between AvailableDevice and CTF.
+ * @param availableDeviceAndCtfContextDiff availableDeviceAndCtfContextDiff or {@code null} for none
+ */
+ public AssistantLogsDeviceInfoLog setAvailableDeviceAndCtfContextDiff(AssistantLogsAvailableDeviceAndCtfContextDiffLog availableDeviceAndCtfContextDiff) {
+ this.availableDeviceAndCtfContextDiff = availableDeviceAndCtfContextDiff;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsDeviceSelectionLog.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsDeviceSelectionLog.java
index 2780687a8d3..950a94aae7c 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsDeviceSelectionLog.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsDeviceSelectionLog.java
@@ -18,7 +18,7 @@
/**
* Contains information logged in target device selection. See go/improve-device-targeting-logging
- * for details. Next Id: 22
+ * for details. Next Id: 23
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -51,6 +51,15 @@ public final class AssistantLogsDeviceSelectionLog extends com.google.api.client
@com.google.api.client.util.Key
private AssistantLogsAllMediaStreamLog allMediaStreamLog;
+ /**
+ * The list of `available_devices` as they appear in DeviceTargetingContext. This is very useful
+ * for debugging diffs between GB and CMP since they have different methods of populating the
+ * `available_devices` field.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private AssistantLogsAvailableDevicesLog availableDevicesLog;
+
/**
* DeviceSelectionLog for counterfactual logging.
* The value may be {@code null}.
@@ -177,6 +186,27 @@ public AssistantLogsDeviceSelectionLog setAllMediaStreamLog(AssistantLogsAllMedi
return this;
}
+ /**
+ * The list of `available_devices` as they appear in DeviceTargetingContext. This is very useful
+ * for debugging diffs between GB and CMP since they have different methods of populating the
+ * `available_devices` field.
+ * @return value or {@code null} for none
+ */
+ public AssistantLogsAvailableDevicesLog getAvailableDevicesLog() {
+ return availableDevicesLog;
+ }
+
+ /**
+ * The list of `available_devices` as they appear in DeviceTargetingContext. This is very useful
+ * for debugging diffs between GB and CMP since they have different methods of populating the
+ * `available_devices` field.
+ * @param availableDevicesLog availableDevicesLog or {@code null} for none
+ */
+ public AssistantLogsDeviceSelectionLog setAvailableDevicesLog(AssistantLogsAvailableDevicesLog availableDevicesLog) {
+ this.availableDevicesLog = availableDevicesLog;
+ return this;
+ }
+
/**
* DeviceSelectionLog for counterfactual logging.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsRoomAnnotationLog.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsRoomAnnotationLog.java
index 16f4b2173bd..c4937561cf8 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsRoomAnnotationLog.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsRoomAnnotationLog.java
@@ -45,6 +45,13 @@ public final class AssistantLogsRoomAnnotationLog extends com.google.api.client.
@com.google.api.client.util.Key
private java.lang.Integer roomCount;
+ /**
+ * The identification of the room.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -38,6 +38,14 @@ public final class AssistantLogsSettingsDeviceIdLog extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.String agsaClientInstanceId;
+ /**
+ * Allo Id. Corresponds to the GBotRequest.Sender.sender. This ID type should be deprecated by
+ * now, yet we've observed it serving prod traffic in GB.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String alloDeviceId;
+
/**
* A unique device ID for Assistant devices as proposed by go/ocelot-team.
* The value may be {@code null}.
@@ -64,6 +72,14 @@ public final class AssistantLogsSettingsDeviceIdLog extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.String clientInstanceId;
+ /**
+ * The unique DeviceConfig to the specific third party device. It is also used by Android Auto
+ * Embedded first party device. See go/opa-ids.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String deviceConfigId;
+
/**
* The unique device ID for HomeGraph devices. This is the HomeGraph ID, created when the device
* is registered into HomeGraph. It is immutable for the same device unless it is completely
@@ -80,6 +96,13 @@ public final class AssistantLogsSettingsDeviceIdLog extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.String libassistantDeviceId;
+ /**
+ * The unique device ID for the Assistant App on iOS. See go/opa-ios-design for details.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String opaIosDeviceId;
+
/**
* The client_instance_id on devices with GSA. See 'client_instance_field' in go/androidids.
* @return value or {@code null} for none
@@ -97,6 +120,25 @@ public AssistantLogsSettingsDeviceIdLog setAgsaClientInstanceId(java.lang.String
return this;
}
+ /**
+ * Allo Id. Corresponds to the GBotRequest.Sender.sender. This ID type should be deprecated by
+ * now, yet we've observed it serving prod traffic in GB.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getAlloDeviceId() {
+ return alloDeviceId;
+ }
+
+ /**
+ * Allo Id. Corresponds to the GBotRequest.Sender.sender. This ID type should be deprecated by
+ * now, yet we've observed it serving prod traffic in GB.
+ * @param alloDeviceId alloDeviceId or {@code null} for none
+ */
+ public AssistantLogsSettingsDeviceIdLog setAlloDeviceId(java.lang.String alloDeviceId) {
+ this.alloDeviceId = alloDeviceId;
+ return this;
+ }
+
/**
* A unique device ID for Assistant devices as proposed by go/ocelot-team.
* @return value or {@code null} for none
@@ -158,6 +200,25 @@ public AssistantLogsSettingsDeviceIdLog setClientInstanceId(java.lang.String cli
return this;
}
+ /**
+ * The unique DeviceConfig to the specific third party device. It is also used by Android Auto
+ * Embedded first party device. See go/opa-ids.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getDeviceConfigId() {
+ return deviceConfigId;
+ }
+
+ /**
+ * The unique DeviceConfig to the specific third party device. It is also used by Android Auto
+ * Embedded first party device. See go/opa-ids.
+ * @param deviceConfigId deviceConfigId or {@code null} for none
+ */
+ public AssistantLogsSettingsDeviceIdLog setDeviceConfigId(java.lang.String deviceConfigId) {
+ this.deviceConfigId = deviceConfigId;
+ return this;
+ }
+
/**
* The unique device ID for HomeGraph devices. This is the HomeGraph ID, created when the device
* is registered into HomeGraph. It is immutable for the same device unless it is completely
@@ -196,6 +257,23 @@ public AssistantLogsSettingsDeviceIdLog setLibassistantDeviceId(java.lang.String
return this;
}
+ /**
+ * The unique device ID for the Assistant App on iOS. See go/opa-ios-design for details.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getOpaIosDeviceId() {
+ return opaIosDeviceId;
+ }
+
+ /**
+ * The unique device ID for the Assistant App on iOS. See go/opa-ios-design for details.
+ * @param opaIosDeviceId opaIosDeviceId or {@code null} for none
+ */
+ public AssistantLogsSettingsDeviceIdLog setOpaIosDeviceId(java.lang.String opaIosDeviceId) {
+ this.opaIosDeviceId = opaIosDeviceId;
+ return this;
+ }
+
@Override
public AssistantLogsSettingsDeviceIdLog set(String fieldName, Object value) {
return (AssistantLogsSettingsDeviceIdLog) super.set(fieldName, value);
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsStructureAnnotationLog.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsStructureAnnotationLog.java
index b633db4458f..d511c89a301 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsStructureAnnotationLog.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantLogsStructureAnnotationLog.java
@@ -37,6 +37,13 @@ public final class AssistantLogsStructureAnnotationLog extends com.google.api.cl
@com.google.api.client.util.Key
private java.lang.String rawTextFromQuery;
+ /**
+ * The identification of the structure.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -31,36 +31,6 @@
@SuppressWarnings("javadoc")
public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends com.google.api.client.json.GenericJson {
- /**
- * Assistant User Interaction Score for binding set.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Float bindingSetAuis;
-
- /**
- * BindingSet level invalid reason. This is only useful when the bindingset is invalid after
- * running the horizontal check in HGR. More details: go/gb-infeasible.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.String bindingSetInvalidReason;
-
- /**
- * Pauis score for the binding set
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Float bindingSetPauis;
-
- /**
- * BindingSet level validity. When one of the GPs returns invalid resolution, or the combined
- * bindingset is invalid, this enum will indidate the validity. More details: go/gb-infeasible.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.String bindingSetValidity;
-
/**
* A parsing score that is independently calibrated by each parser/IG.
* The value may be {@code null}.
@@ -108,28 +78,18 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
private java.lang.Boolean generatedByLegacyAquaDomain;
/**
- * Grounding Signals. Score indicating how grounded the intent is, populated by the Grounding Box.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Double groundabilityScore;
-
- /**
- * Grounding Provider related ranking features, including general Grounding Provider ranking
- * features(shared among multiple GPs) and specific Grounding Provider ranking features(provided
- * by a specific GP).
+ * Whether the interpretation has a Search answer group object, signifying it came from Search
+ * resolution.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantGroundingRankerGroundingProviderFeatures groundingProviderFeatures;
+ private java.lang.Boolean hasAnswerGroup;
/**
- * Whether the interpretation has a Search answer group object, signifying it came from Search
- * resolution.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Boolean hasAnswerGroup;
+ private java.lang.Boolean hasIntentUpdate;
/**
* This is a cross-intent feature which is calculated by iterating all intent candidates. This
@@ -162,34 +122,33 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
private java.lang.Double intentNameAuisScoreExp;
/**
- * Intent level Pauis User Interaction Score.
+ * intent_type differentiates between intents that share the top level intent name. For eg: for
+ * TV_FALLBACK_SEARCH_INTENT, the top level intent name must be "Find_media" and the media_object
+ * argument within it must be of type "Media_unspecified".
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Float intentNamePauis;
+ private java.lang.String intentType;
/**
- * intent_type differentiates between intents that share the top level intent name. For eg: for
- * TV_FALLBACK_SEARCH_INTENT, the top level intent name must be "Find_media" and the media_object
- * argument within it must be of type "Media_unspecified".
+ * Whether the intent aqua intent from media domain enabled in QBT
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.String intentType;
+ private java.lang.Boolean isAquaMediaIntent;
/**
+ * NSP-specific signals, used to determine if NSP intents should be selected or not.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Boolean isDummyIntent;
+ private java.lang.Boolean isCommunicationOpaRawTargetIntent;
/**
- * Feasibility of fulfilling the binding set. Eg: For PlayMedia, this is equivalent to
- * playability. More details: go/hgr-feasibility-feature.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Boolean isFeasible;
+ private java.lang.Boolean isDummyIntent;
/**
* Whether the intent is fully grounded.
@@ -206,6 +165,13 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
@com.google.api.client.util.Key
private java.lang.Boolean isHighConfidencePodcastIntent;
+ /**
+ * Whether the intent is from ORBIT.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isIntentFromOrbit;
+
/**
* Whether the intent is a media control intent.
* The value may be {@code null}.
@@ -213,6 +179,25 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
@com.google.api.client.util.Key
private java.lang.Boolean isMediaControlIntent;
+ /**
+ * Whether the intent is a media intent.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isMediaIntent;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isNspDescopedIntent;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isNspEnabledIntent;
+
/**
* Whether this interpretation was genearted by NSP.
* The value may be {@code null}.
@@ -220,6 +205,12 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
@com.google.api.client.util.Key
private java.lang.Boolean isNspIntent;
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isNspTargetIntent;
+
/**
* Whether the intent is a PlayGenericMusic-type intent.
* The value may be {@code null}.
@@ -242,6 +233,13 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
@com.google.api.client.util.Key
private java.lang.Boolean isPodcastIntent;
+ /**
+ * Whether the intent is a PlayMedia radio intent.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isRadioIntent;
+
/**
* Whether the intent is an intent marked disabled by the Sage IG.
* The value may be {@code null}.
@@ -294,30 +292,21 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
private java.lang.Boolean isVideoIntent;
/**
- * The rank order of the interpretation as determined by kscorer. The kscorer-determined dominant
- * interpretation, if any, gets a rank of 0. The remaining N interpretations get a rank of 1
- * through N.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Integer kscorerRank;
-
- /**
- * Learn and adapt(go/laa) related features. Design doc: go/laa-profile-signal-for-grounding.
+ * Used for PFR manaul rule to prefer high kscore radio intent. The k-score comes from
+ * twiddled_ranking_scores in query interpretations.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantGroundingRankerLaaFeatures laaFeatures;
+ private java.lang.Float kScore;
/**
- * This feature is always false / no-op in serving time. In training time, this feature may be set
- * true on specific examples for weighted training where when this signal is true, only cross-
- * intent level features are used for training and other candidate level features are masked (set
- * as missing).
+ * The rank order of the interpretation as determined by kscorer. The kscorer-determined dominant
+ * interpretation, if any, gets a rank of 0. The remaining N interpretations get a rank of 1
+ * through N.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Boolean maskCandidateLevelFeatures;
+ private java.lang.Integer kscorerRank;
/**
* The maximum score assigned by the Horizontal Grounding Ranker (HGR) across all of the intent's
@@ -328,21 +317,23 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
private java.lang.Double maxHgrScoreAcrossBindingSets;
/**
- * Rank of the intent as reported by NSP.
+ * Parse score generated by NSP. If NSP intent has been pruned due to dededuplication, It will
+ * have highest parse score for deduplicated intent.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Integer nspRank;
+ private java.lang.Double nspIntentParseScore;
/**
- * Number of alternative hypotheses from speech recognition(S3).
+ * Rank of the intent as reported by NSP.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Float numAlternativeHypothesis;
+ private java.lang.Integer nspRank;
/**
- * Sum of the number of constraints used by the Grounding Box to ground each variable.
+ * Signals as proposed in go/improved-grounding-signals. Sum of the number of constraints used by
+ * the Grounding Box to ground each variable.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -358,7 +349,8 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
private java.lang.Double numConstraintsSatisfied;
/**
- * Number of groundable arguments the intent has, populated by the Grounding Box.
+ * Grounding Signals. Number of groundable arguments the intent has, populated by the Grounding
+ * Box.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -371,22 +363,6 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
@com.google.api.client.util.Key
private java.lang.Double numGroundedArgs;
- /**
- * Signals as proposed in go/improved-grounding-signals. Number of arguments, possibly nested,
- * that the Grounding Box tried to ground.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Double numVariables;
-
- /**
- * Number of arguments, possibly nested, that the Grounding Box was able to ground. This includes
- * ambiguously grounded arguments.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Double numVariablesGrounded;
-
/**
* A ID corresponding to which bucket a given parsing score belongs in.
* The value may be {@code null}.
@@ -433,13 +409,6 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
@com.google.api.client.util.Key
private java.lang.Float predictedIntentConfidence;
- /**
- * Used in HGR to modify the ranker based on input experimental flag and intent name.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.String rankerName;
-
/**
* The determination made by the SearchDispatchingConfig as to whether and how this interpretation
* should be dispatched to Search.
@@ -467,15 +436,6 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
@com.google.api.client.util.Key
private AssistantPfrTiebreakingMetadata tiebreakingMetadata;
- /**
- * Average of per-word confidence for top speech recognition hypothesis. The value is from
- * RecognizerHypothesisLog:
- * http://google3/logs/proto/speech/service/recognizer_log.proto?l=848=281400256
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Float topHypothesisConfidence;
-
/**
* Whether the interpretation should run through grounding box or not.
* The value may be {@code null}.
@@ -483,86 +443,6 @@ public final class AssistantPrefulfillmentRankerPrefulfillmentSignals extends co
@com.google.api.client.util.Key
private java.lang.Boolean usesGroundingBox;
- /**
- * Horizontal feature that stores information about confidence scores for each resolution within
- * the binding set.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Float verticalConfidenceScore;
-
- /**
- * Assistant User Interaction Score for binding set.
- * @return value or {@code null} for none
- */
- public java.lang.Float getBindingSetAuis() {
- return bindingSetAuis;
- }
-
- /**
- * Assistant User Interaction Score for binding set.
- * @param bindingSetAuis bindingSetAuis or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setBindingSetAuis(java.lang.Float bindingSetAuis) {
- this.bindingSetAuis = bindingSetAuis;
- return this;
- }
-
- /**
- * BindingSet level invalid reason. This is only useful when the bindingset is invalid after
- * running the horizontal check in HGR. More details: go/gb-infeasible.
- * @return value or {@code null} for none
- */
- public java.lang.String getBindingSetInvalidReason() {
- return bindingSetInvalidReason;
- }
-
- /**
- * BindingSet level invalid reason. This is only useful when the bindingset is invalid after
- * running the horizontal check in HGR. More details: go/gb-infeasible.
- * @param bindingSetInvalidReason bindingSetInvalidReason or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setBindingSetInvalidReason(java.lang.String bindingSetInvalidReason) {
- this.bindingSetInvalidReason = bindingSetInvalidReason;
- return this;
- }
-
- /**
- * Pauis score for the binding set
- * @return value or {@code null} for none
- */
- public java.lang.Float getBindingSetPauis() {
- return bindingSetPauis;
- }
-
- /**
- * Pauis score for the binding set
- * @param bindingSetPauis bindingSetPauis or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setBindingSetPauis(java.lang.Float bindingSetPauis) {
- this.bindingSetPauis = bindingSetPauis;
- return this;
- }
-
- /**
- * BindingSet level validity. When one of the GPs returns invalid resolution, or the combined
- * bindingset is invalid, this enum will indidate the validity. More details: go/gb-infeasible.
- * @return value or {@code null} for none
- */
- public java.lang.String getBindingSetValidity() {
- return bindingSetValidity;
- }
-
- /**
- * BindingSet level validity. When one of the GPs returns invalid resolution, or the combined
- * bindingset is invalid, this enum will indidate the validity. More details: go/gb-infeasible.
- * @param bindingSetValidity bindingSetValidity or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setBindingSetValidity(java.lang.String bindingSetValidity) {
- this.bindingSetValidity = bindingSetValidity;
- return this;
- }
-
/**
* A parsing score that is independently calibrated by each parser/IG.
* @return value or {@code null} for none
@@ -674,59 +554,36 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setGeneratedByLegacyAq
}
/**
- * Grounding Signals. Score indicating how grounded the intent is, populated by the Grounding Box.
- * @return value or {@code null} for none
- */
- public java.lang.Double getGroundabilityScore() {
- return groundabilityScore;
- }
-
- /**
- * Grounding Signals. Score indicating how grounded the intent is, populated by the Grounding Box.
- * @param groundabilityScore groundabilityScore or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setGroundabilityScore(java.lang.Double groundabilityScore) {
- this.groundabilityScore = groundabilityScore;
- return this;
- }
-
- /**
- * Grounding Provider related ranking features, including general Grounding Provider ranking
- * features(shared among multiple GPs) and specific Grounding Provider ranking features(provided
- * by a specific GP).
+ * Whether the interpretation has a Search answer group object, signifying it came from Search
+ * resolution.
* @return value or {@code null} for none
*/
- public AssistantGroundingRankerGroundingProviderFeatures getGroundingProviderFeatures() {
- return groundingProviderFeatures;
+ public java.lang.Boolean getHasAnswerGroup() {
+ return hasAnswerGroup;
}
/**
- * Grounding Provider related ranking features, including general Grounding Provider ranking
- * features(shared among multiple GPs) and specific Grounding Provider ranking features(provided
- * by a specific GP).
- * @param groundingProviderFeatures groundingProviderFeatures or {@code null} for none
+ * Whether the interpretation has a Search answer group object, signifying it came from Search
+ * resolution.
+ * @param hasAnswerGroup hasAnswerGroup or {@code null} for none
*/
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setGroundingProviderFeatures(AssistantGroundingRankerGroundingProviderFeatures groundingProviderFeatures) {
- this.groundingProviderFeatures = groundingProviderFeatures;
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setHasAnswerGroup(java.lang.Boolean hasAnswerGroup) {
+ this.hasAnswerGroup = hasAnswerGroup;
return this;
}
/**
- * Whether the interpretation has a Search answer group object, signifying it came from Search
- * resolution.
* @return value or {@code null} for none
*/
- public java.lang.Boolean getHasAnswerGroup() {
- return hasAnswerGroup;
+ public java.lang.Boolean getHasIntentUpdate() {
+ return hasIntentUpdate;
}
/**
- * Whether the interpretation has a Search answer group object, signifying it came from Search
- * resolution.
- * @param hasAnswerGroup hasAnswerGroup or {@code null} for none
+ * @param hasIntentUpdate hasIntentUpdate or {@code null} for none
*/
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setHasAnswerGroup(java.lang.Boolean hasAnswerGroup) {
- this.hasAnswerGroup = hasAnswerGroup;
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setHasIntentUpdate(java.lang.Boolean hasIntentUpdate) {
+ this.hasIntentUpdate = hasIntentUpdate;
return this;
}
@@ -802,23 +659,6 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIntentNameAuisScore
return this;
}
- /**
- * Intent level Pauis User Interaction Score.
- * @return value or {@code null} for none
- */
- public java.lang.Float getIntentNamePauis() {
- return intentNamePauis;
- }
-
- /**
- * Intent level Pauis User Interaction Score.
- * @param intentNamePauis intentNamePauis or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setIntentNamePauis(java.lang.Float intentNamePauis) {
- this.intentNamePauis = intentNamePauis;
- return this;
- }
-
/**
* intent_type differentiates between intents that share the top level intent name. For eg: for
* TV_FALLBACK_SEARCH_INTENT, the top level intent name must be "Find_media" and the media_object
@@ -841,36 +681,51 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIntentType(java.lan
}
/**
+ * Whether the intent aqua intent from media domain enabled in QBT
* @return value or {@code null} for none
*/
- public java.lang.Boolean getIsDummyIntent() {
- return isDummyIntent;
+ public java.lang.Boolean getIsAquaMediaIntent() {
+ return isAquaMediaIntent;
}
/**
- * @param isDummyIntent isDummyIntent or {@code null} for none
+ * Whether the intent aqua intent from media domain enabled in QBT
+ * @param isAquaMediaIntent isAquaMediaIntent or {@code null} for none
*/
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsDummyIntent(java.lang.Boolean isDummyIntent) {
- this.isDummyIntent = isDummyIntent;
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsAquaMediaIntent(java.lang.Boolean isAquaMediaIntent) {
+ this.isAquaMediaIntent = isAquaMediaIntent;
+ return this;
+ }
+
+ /**
+ * NSP-specific signals, used to determine if NSP intents should be selected or not.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsCommunicationOpaRawTargetIntent() {
+ return isCommunicationOpaRawTargetIntent;
+ }
+
+ /**
+ * NSP-specific signals, used to determine if NSP intents should be selected or not.
+ * @param isCommunicationOpaRawTargetIntent isCommunicationOpaRawTargetIntent or {@code null} for none
+ */
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsCommunicationOpaRawTargetIntent(java.lang.Boolean isCommunicationOpaRawTargetIntent) {
+ this.isCommunicationOpaRawTargetIntent = isCommunicationOpaRawTargetIntent;
return this;
}
/**
- * Feasibility of fulfilling the binding set. Eg: For PlayMedia, this is equivalent to
- * playability. More details: go/hgr-feasibility-feature.
* @return value or {@code null} for none
*/
- public java.lang.Boolean getIsFeasible() {
- return isFeasible;
+ public java.lang.Boolean getIsDummyIntent() {
+ return isDummyIntent;
}
/**
- * Feasibility of fulfilling the binding set. Eg: For PlayMedia, this is equivalent to
- * playability. More details: go/hgr-feasibility-feature.
- * @param isFeasible isFeasible or {@code null} for none
+ * @param isDummyIntent isDummyIntent or {@code null} for none
*/
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsFeasible(java.lang.Boolean isFeasible) {
- this.isFeasible = isFeasible;
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsDummyIntent(java.lang.Boolean isDummyIntent) {
+ this.isDummyIntent = isDummyIntent;
return this;
}
@@ -910,6 +765,23 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsHighConfidencePod
return this;
}
+ /**
+ * Whether the intent is from ORBIT.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsIntentFromOrbit() {
+ return isIntentFromOrbit;
+ }
+
+ /**
+ * Whether the intent is from ORBIT.
+ * @param isIntentFromOrbit isIntentFromOrbit or {@code null} for none
+ */
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsIntentFromOrbit(java.lang.Boolean isIntentFromOrbit) {
+ this.isIntentFromOrbit = isIntentFromOrbit;
+ return this;
+ }
+
/**
* Whether the intent is a media control intent.
* @return value or {@code null} for none
@@ -927,6 +799,53 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsMediaControlInten
return this;
}
+ /**
+ * Whether the intent is a media intent.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsMediaIntent() {
+ return isMediaIntent;
+ }
+
+ /**
+ * Whether the intent is a media intent.
+ * @param isMediaIntent isMediaIntent or {@code null} for none
+ */
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsMediaIntent(java.lang.Boolean isMediaIntent) {
+ this.isMediaIntent = isMediaIntent;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsNspDescopedIntent() {
+ return isNspDescopedIntent;
+ }
+
+ /**
+ * @param isNspDescopedIntent isNspDescopedIntent or {@code null} for none
+ */
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsNspDescopedIntent(java.lang.Boolean isNspDescopedIntent) {
+ this.isNspDescopedIntent = isNspDescopedIntent;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsNspEnabledIntent() {
+ return isNspEnabledIntent;
+ }
+
+ /**
+ * @param isNspEnabledIntent isNspEnabledIntent or {@code null} for none
+ */
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsNspEnabledIntent(java.lang.Boolean isNspEnabledIntent) {
+ this.isNspEnabledIntent = isNspEnabledIntent;
+ return this;
+ }
+
/**
* Whether this interpretation was genearted by NSP.
* @return value or {@code null} for none
@@ -944,6 +863,21 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsNspIntent(java.la
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsNspTargetIntent() {
+ return isNspTargetIntent;
+ }
+
+ /**
+ * @param isNspTargetIntent isNspTargetIntent or {@code null} for none
+ */
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsNspTargetIntent(java.lang.Boolean isNspTargetIntent) {
+ this.isNspTargetIntent = isNspTargetIntent;
+ return this;
+ }
+
/**
* Whether the intent is a PlayGenericMusic-type intent.
* @return value or {@code null} for none
@@ -997,6 +931,23 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsPodcastIntent(jav
return this;
}
+ /**
+ * Whether the intent is a PlayMedia radio intent.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsRadioIntent() {
+ return isRadioIntent;
+ }
+
+ /**
+ * Whether the intent is a PlayMedia radio intent.
+ * @param isRadioIntent isRadioIntent or {@code null} for none
+ */
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsRadioIntent(java.lang.Boolean isRadioIntent) {
+ this.isRadioIntent = isRadioIntent;
+ return this;
+ }
+
/**
* Whether the intent is an intent marked disabled by the Sage IG.
* @return value or {@code null} for none
@@ -1120,6 +1071,25 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setIsVideoIntent(java.
return this;
}
+ /**
+ * Used for PFR manaul rule to prefer high kscore radio intent. The k-score comes from
+ * twiddled_ranking_scores in query interpretations.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Float getKScore() {
+ return kScore;
+ }
+
+ /**
+ * Used for PFR manaul rule to prefer high kscore radio intent. The k-score comes from
+ * twiddled_ranking_scores in query interpretations.
+ * @param kScore kScore or {@code null} for none
+ */
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setKScore(java.lang.Float kScore) {
+ this.kScore = kScore;
+ return this;
+ }
+
/**
* The rank order of the interpretation as determined by kscorer. The kscorer-determined dominant
* interpretation, if any, gets a rank of 0. The remaining N interpretations get a rank of 1
@@ -1141,46 +1111,6 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setKscorerRank(java.la
return this;
}
- /**
- * Learn and adapt(go/laa) related features. Design doc: go/laa-profile-signal-for-grounding.
- * @return value or {@code null} for none
- */
- public AssistantGroundingRankerLaaFeatures getLaaFeatures() {
- return laaFeatures;
- }
-
- /**
- * Learn and adapt(go/laa) related features. Design doc: go/laa-profile-signal-for-grounding.
- * @param laaFeatures laaFeatures or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setLaaFeatures(AssistantGroundingRankerLaaFeatures laaFeatures) {
- this.laaFeatures = laaFeatures;
- return this;
- }
-
- /**
- * This feature is always false / no-op in serving time. In training time, this feature may be set
- * true on specific examples for weighted training where when this signal is true, only cross-
- * intent level features are used for training and other candidate level features are masked (set
- * as missing).
- * @return value or {@code null} for none
- */
- public java.lang.Boolean getMaskCandidateLevelFeatures() {
- return maskCandidateLevelFeatures;
- }
-
- /**
- * This feature is always false / no-op in serving time. In training time, this feature may be set
- * true on specific examples for weighted training where when this signal is true, only cross-
- * intent level features are used for training and other candidate level features are masked (set
- * as missing).
- * @param maskCandidateLevelFeatures maskCandidateLevelFeatures or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setMaskCandidateLevelFeatures(java.lang.Boolean maskCandidateLevelFeatures) {
- this.maskCandidateLevelFeatures = maskCandidateLevelFeatures;
- return this;
- }
-
/**
* The maximum score assigned by the Horizontal Grounding Ranker (HGR) across all of the intent's
* binding sets.
@@ -1201,41 +1131,44 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setMaxHgrScoreAcrossBi
}
/**
- * Rank of the intent as reported by NSP.
+ * Parse score generated by NSP. If NSP intent has been pruned due to dededuplication, It will
+ * have highest parse score for deduplicated intent.
* @return value or {@code null} for none
*/
- public java.lang.Integer getNspRank() {
- return nspRank;
+ public java.lang.Double getNspIntentParseScore() {
+ return nspIntentParseScore;
}
/**
- * Rank of the intent as reported by NSP.
- * @param nspRank nspRank or {@code null} for none
+ * Parse score generated by NSP. If NSP intent has been pruned due to dededuplication, It will
+ * have highest parse score for deduplicated intent.
+ * @param nspIntentParseScore nspIntentParseScore or {@code null} for none
*/
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setNspRank(java.lang.Integer nspRank) {
- this.nspRank = nspRank;
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setNspIntentParseScore(java.lang.Double nspIntentParseScore) {
+ this.nspIntentParseScore = nspIntentParseScore;
return this;
}
/**
- * Number of alternative hypotheses from speech recognition(S3).
+ * Rank of the intent as reported by NSP.
* @return value or {@code null} for none
*/
- public java.lang.Float getNumAlternativeHypothesis() {
- return numAlternativeHypothesis;
+ public java.lang.Integer getNspRank() {
+ return nspRank;
}
/**
- * Number of alternative hypotheses from speech recognition(S3).
- * @param numAlternativeHypothesis numAlternativeHypothesis or {@code null} for none
+ * Rank of the intent as reported by NSP.
+ * @param nspRank nspRank or {@code null} for none
*/
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setNumAlternativeHypothesis(java.lang.Float numAlternativeHypothesis) {
- this.numAlternativeHypothesis = numAlternativeHypothesis;
+ public AssistantPrefulfillmentRankerPrefulfillmentSignals setNspRank(java.lang.Integer nspRank) {
+ this.nspRank = nspRank;
return this;
}
/**
- * Sum of the number of constraints used by the Grounding Box to ground each variable.
+ * Signals as proposed in go/improved-grounding-signals. Sum of the number of constraints used by
+ * the Grounding Box to ground each variable.
* @return value or {@code null} for none
*/
public java.lang.Double getNumConstraints() {
@@ -1243,7 +1176,8 @@ public java.lang.Double getNumConstraints() {
}
/**
- * Sum of the number of constraints used by the Grounding Box to ground each variable.
+ * Signals as proposed in go/improved-grounding-signals. Sum of the number of constraints used by
+ * the Grounding Box to ground each variable.
* @param numConstraints numConstraints or {@code null} for none
*/
public AssistantPrefulfillmentRankerPrefulfillmentSignals setNumConstraints(java.lang.Double numConstraints) {
@@ -1273,7 +1207,8 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setNumConstraintsSatis
}
/**
- * Number of groundable arguments the intent has, populated by the Grounding Box.
+ * Grounding Signals. Number of groundable arguments the intent has, populated by the Grounding
+ * Box.
* @return value or {@code null} for none
*/
public java.lang.Double getNumGroundableArgs() {
@@ -1281,7 +1216,8 @@ public java.lang.Double getNumGroundableArgs() {
}
/**
- * Number of groundable arguments the intent has, populated by the Grounding Box.
+ * Grounding Signals. Number of groundable arguments the intent has, populated by the Grounding
+ * Box.
* @param numGroundableArgs numGroundableArgs or {@code null} for none
*/
public AssistantPrefulfillmentRankerPrefulfillmentSignals setNumGroundableArgs(java.lang.Double numGroundableArgs) {
@@ -1306,44 +1242,6 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setNumGroundedArgs(jav
return this;
}
- /**
- * Signals as proposed in go/improved-grounding-signals. Number of arguments, possibly nested,
- * that the Grounding Box tried to ground.
- * @return value or {@code null} for none
- */
- public java.lang.Double getNumVariables() {
- return numVariables;
- }
-
- /**
- * Signals as proposed in go/improved-grounding-signals. Number of arguments, possibly nested,
- * that the Grounding Box tried to ground.
- * @param numVariables numVariables or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setNumVariables(java.lang.Double numVariables) {
- this.numVariables = numVariables;
- return this;
- }
-
- /**
- * Number of arguments, possibly nested, that the Grounding Box was able to ground. This includes
- * ambiguously grounded arguments.
- * @return value or {@code null} for none
- */
- public java.lang.Double getNumVariablesGrounded() {
- return numVariablesGrounded;
- }
-
- /**
- * Number of arguments, possibly nested, that the Grounding Box was able to ground. This includes
- * ambiguously grounded arguments.
- * @param numVariablesGrounded numVariablesGrounded or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setNumVariablesGrounded(java.lang.Double numVariablesGrounded) {
- this.numVariablesGrounded = numVariablesGrounded;
- return this;
- }
-
/**
* A ID corresponding to which bucket a given parsing score belongs in.
* @return value or {@code null} for none
@@ -1454,23 +1352,6 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setPredictedIntentConf
return this;
}
- /**
- * Used in HGR to modify the ranker based on input experimental flag and intent name.
- * @return value or {@code null} for none
- */
- public java.lang.String getRankerName() {
- return rankerName;
- }
-
- /**
- * Used in HGR to modify the ranker based on input experimental flag and intent name.
- * @param rankerName rankerName or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setRankerName(java.lang.String rankerName) {
- this.rankerName = rankerName;
- return this;
- }
-
/**
* The determination made by the SearchDispatchingConfig as to whether and how this interpretation
* should be dispatched to Search.
@@ -1537,27 +1418,6 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setTiebreakingMetadata
return this;
}
- /**
- * Average of per-word confidence for top speech recognition hypothesis. The value is from
- * RecognizerHypothesisLog:
- * http://google3/logs/proto/speech/service/recognizer_log.proto?l=848=281400256
- * @return value or {@code null} for none
- */
- public java.lang.Float getTopHypothesisConfidence() {
- return topHypothesisConfidence;
- }
-
- /**
- * Average of per-word confidence for top speech recognition hypothesis. The value is from
- * RecognizerHypothesisLog:
- * http://google3/logs/proto/speech/service/recognizer_log.proto?l=848=281400256
- * @param topHypothesisConfidence topHypothesisConfidence or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setTopHypothesisConfidence(java.lang.Float topHypothesisConfidence) {
- this.topHypothesisConfidence = topHypothesisConfidence;
- return this;
- }
-
/**
* Whether the interpretation should run through grounding box or not.
* @return value or {@code null} for none
@@ -1575,25 +1435,6 @@ public AssistantPrefulfillmentRankerPrefulfillmentSignals setUsesGroundingBox(ja
return this;
}
- /**
- * Horizontal feature that stores information about confidence scores for each resolution within
- * the binding set.
- * @return value or {@code null} for none
- */
- public java.lang.Float getVerticalConfidenceScore() {
- return verticalConfidenceScore;
- }
-
- /**
- * Horizontal feature that stores information about confidence scores for each resolution within
- * the binding set.
- * @param verticalConfidenceScore verticalConfidenceScore or {@code null} for none
- */
- public AssistantPrefulfillmentRankerPrefulfillmentSignals setVerticalConfidenceScore(java.lang.Float verticalConfidenceScore) {
- this.verticalConfidenceScore = verticalConfidenceScore;
- return this;
- }
-
@Override
public AssistantPrefulfillmentRankerPrefulfillmentSignals set(String fieldName, Object value) {
return (AssistantPrefulfillmentRankerPrefulfillmentSignals) super.set(fieldName, value);
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantRemindersAttachmentLink.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantRemindersAttachmentLink.java
index 1532357513a..9e3e8fe3bf9 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantRemindersAttachmentLink.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantRemindersAttachmentLink.java
@@ -41,7 +41,8 @@ public final class AssistantRemindersAttachmentLink extends com.google.api.clien
/**
* REQUIRED. The text for the notification link button. Note: We cannot take
* nlp_generation.TemplateData yet due to cyclic dependency. The plan is to cut dependency from
- * TemplateData to quality.actions.Reminder.
+ * TemplateData to quality.actions.Reminder. DEPRECATED. No longer used as part of the
+ * notification flow.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -69,7 +70,8 @@ public AssistantRemindersAttachmentLink setLinkUrl(java.lang.String linkUrl) {
/**
* REQUIRED. The text for the notification link button. Note: We cannot take
* nlp_generation.TemplateData yet due to cyclic dependency. The plan is to cut dependency from
- * TemplateData to quality.actions.Reminder.
+ * TemplateData to quality.actions.Reminder. DEPRECATED. No longer used as part of the
+ * notification flow.
* @return value or {@code null} for none
*/
public AssistantRemindersNlgTemplateKey getNotificationText() {
@@ -79,7 +81,8 @@ public AssistantRemindersNlgTemplateKey getNotificationText() {
/**
* REQUIRED. The text for the notification link button. Note: We cannot take
* nlp_generation.TemplateData yet due to cyclic dependency. The plan is to cut dependency from
- * TemplateData to quality.actions.Reminder.
+ * TemplateData to quality.actions.Reminder. DEPRECATED. No longer used as part of the
+ * notification flow.
* @param notificationText notificationText or {@code null} for none
*/
public AssistantRemindersAttachmentLink setNotificationText(AssistantRemindersNlgTemplateKey notificationText) {
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ClassifierPornSiteData.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ClassifierPornSiteData.java
index 69eecfd36dd..bc2bb6c4c18 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ClassifierPornSiteData.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ClassifierPornSiteData.java
@@ -91,12 +91,6 @@ public final class ClassifierPornSiteData extends com.google.api.client.json.Gen
@com.google.api.client.util.Key
private java.lang.Float violenceScore;
- /**
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private ClassifierPornSiteViolenceStats violenceStats;
-
/**
* The average pedo page score for the site.
* @return value or {@code null} for none
@@ -246,21 +240,6 @@ public ClassifierPornSiteData setViolenceScore(java.lang.Float violenceScore) {
return this;
}
- /**
- * @return value or {@code null} for none
- */
- public ClassifierPornSiteViolenceStats getViolenceStats() {
- return violenceStats;
- }
-
- /**
- * @param violenceStats violenceStats or {@code null} for none
- */
- public ClassifierPornSiteData setViolenceStats(ClassifierPornSiteViolenceStats violenceStats) {
- this.violenceStats = violenceStats;
- return this;
- }
-
@Override
public ClassifierPornSiteData set(String fieldName, Object value) {
return (ClassifierPornSiteData) super.set(fieldName, value);
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ClassifierPornSiteViolenceStats.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ClassifierPornSiteViolenceStats.java
deleted file mode 100644
index 5563b088215..00000000000
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ClassifierPornSiteViolenceStats.java
+++ /dev/null
@@ -1,127 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
- * in compliance with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software distributed under the License
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
- * or implied. See the License for the specific language governing permissions and limitations under
- * the License.
- */
-/*
- * This code was generated by https://github.com/googleapis/google-api-java-client-services/
- * Modify at your own risk.
- */
-
-package com.google.api.services.contentwarehouse.v1.model;
-
-/**
- * Next ID: 6
- *
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -154,6 +154,13 @@ public final class CompositeDoc extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private Proto2BridgeMessageSet docinfoPassthroughAttachments;
+ /**
+ * The commit timestamp of a CDoc update to Docjoins on Spanner.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key @com.google.api.client.json.JsonString
+ private java.lang.Long docjoinsOnSpannerCommitTimestampMicros;
+
/**
* Data produced by the embedded-content system. This is a thin message, containing only
* embedded_links_info data for the embedder and JavaScript/CSS embedded links (the embedded-
@@ -669,6 +676,23 @@ public CompositeDoc setDocinfoPassthroughAttachments(Proto2BridgeMessageSet doci
return this;
}
+ /**
+ * The commit timestamp of a CDoc update to Docjoins on Spanner.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Long getDocjoinsOnSpannerCommitTimestampMicros() {
+ return docjoinsOnSpannerCommitTimestampMicros;
+ }
+
+ /**
+ * The commit timestamp of a CDoc update to Docjoins on Spanner.
+ * @param docjoinsOnSpannerCommitTimestampMicros docjoinsOnSpannerCommitTimestampMicros or {@code null} for none
+ */
+ public CompositeDoc setDocjoinsOnSpannerCommitTimestampMicros(java.lang.Long docjoinsOnSpannerCommitTimestampMicros) {
+ this.docjoinsOnSpannerCommitTimestampMicros = docjoinsOnSpannerCommitTimestampMicros;
+ return this;
+ }
+
/**
* Data produced by the embedded-content system. This is a thin message, containing only
* embedded_links_info data for the embedder and JavaScript/CSS embedded links (the embedded-
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/CompositeDocPartialUpdateInfo.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/CompositeDocPartialUpdateInfo.java
index 26c8c6baf99..a001255f0c1 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/CompositeDocPartialUpdateInfo.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/CompositeDocPartialUpdateInfo.java
@@ -60,6 +60,15 @@ public final class CompositeDocPartialUpdateInfo extends com.google.api.client.j
@com.google.api.client.util.Key
private java.lang.Integer shouldLookupDocjoinsTier;
+ /**
+ * Which vertical docjoin corpus we should do cdoc lookup to merge partial cdocs. This uses the
+ * string value of table name in google3/indexing/docjoins/spanner/schema/global_tables_data.sdl.
+ * For example, Voce and ShortVideo. NOT intended for other usage.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String shouldLookupDocjoinsVerticalCorpus;
+
/**
* List of signal updates present in the enclosing partial cdoc. Signal name for a signal is
* unique name for the signal according to SignalSpec.
@@ -140,6 +149,27 @@ public CompositeDocPartialUpdateInfo setShouldLookupDocjoinsTier(java.lang.Integ
return this;
}
+ /**
+ * Which vertical docjoin corpus we should do cdoc lookup to merge partial cdocs. This uses the
+ * string value of table name in google3/indexing/docjoins/spanner/schema/global_tables_data.sdl.
+ * For example, Voce and ShortVideo. NOT intended for other usage.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getShouldLookupDocjoinsVerticalCorpus() {
+ return shouldLookupDocjoinsVerticalCorpus;
+ }
+
+ /**
+ * Which vertical docjoin corpus we should do cdoc lookup to merge partial cdocs. This uses the
+ * string value of table name in google3/indexing/docjoins/spanner/schema/global_tables_data.sdl.
+ * For example, Voce and ShortVideo. NOT intended for other usage.
+ * @param shouldLookupDocjoinsVerticalCorpus shouldLookupDocjoinsVerticalCorpus or {@code null} for none
+ */
+ public CompositeDocPartialUpdateInfo setShouldLookupDocjoinsVerticalCorpus(java.lang.String shouldLookupDocjoinsVerticalCorpus) {
+ this.shouldLookupDocjoinsVerticalCorpus = shouldLookupDocjoinsVerticalCorpus;
+ return this;
+ }
+
/**
* List of signal updates present in the enclosing partial cdoc. Signal name for a signal is
* unique name for the signal according to SignalSpec.
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/CompressedQualitySignals.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/CompressedQualitySignals.java
index 601c74ad65a..b6ede514e16 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/CompressedQualitySignals.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/CompressedQualitySignals.java
@@ -20,7 +20,7 @@
* A message containing per doc signals that are compressed and included in Mustang and TeraGoogle.
* For TeraGoogle, this message is included in perdocdata which means it can be used in preliminary
* scoring. CAREFUL: For TeraGoogle, this data resides in very limited serving memory (Flash
- * storage) for a huge number of documents. Next id: 42
+ * storage) for a huge number of documents. Next id: 44
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -85,7 +85,7 @@ public final class CompressedQualitySignals extends com.google.api.client.json.G
/**
* For craps_[url|pattern]_signals, please avoid accessing these fields directly, even in minor
* ways like checking has_craps_*. Instead, please use methods from quality/navboost/craps/craps-
- * lossy-compression.h or talk to dice-team.
+ * lossy-compression.h or talk to craps-team@.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -160,6 +160,18 @@ public final class CompressedQualitySignals extends com.google.api.client.json.G
@com.google.api.client.util.Key
private java.lang.Float experimentalQstarSiteSignal;
+ /**
+ * This field is *not* propagated to shards. It is meant to be populated at serving time using one
+ * of the versions present in the `experimental_nsr_team_wsj_data` field above (using the
+ * `ExperimentalNsrTeamDataOverridesParams` opti to populate it; see
+ * http://source/search?q=ExperimentalNsrTeamDataOverridesParams%20file:ascorer.proto). The
+ * purpose of this field is to be read by an experimental W* component, in order to quickly run
+ * LEs with new signals. See go/0DayLEs for details.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Float experimentalWebHealthSignal;
+
/**
* S2V low quality score: converted from quality_nsr.NsrData, applied in Qstar. See
* quality_nsr::util::ConvertNsrDataToLowQuality.
@@ -176,14 +188,16 @@ public final class CompressedQualitySignals extends com.google.api.client.json.G
private java.lang.Long navDemotion;
/**
- * NSR confidence score: converted from quality_nsr.NsrData.
+ * NSR confidence score: converted from quality_nsr.NsrData. This field is deprecated - use
+ * nsr_variance inside nsr_data_proto instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Long nsrConfidence;
/**
- * NSR override bid, used in Q* for emergency overrides.
+ * NSR override bid, used in Q* for emergency overrides. This field is deprecated - used the
+ * equivalent field inside nsr_data_proto instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -191,15 +205,15 @@ public final class CompressedQualitySignals extends com.google.api.client.json.G
/**
* Versioned NSR score to be used in continuous evaluation of the upcoming NSR version and assess
- * quality impact on various slices.
+ * quality impact on various slices. This field is deprecated - used the equivalent field inside
+ * nsr_data_proto instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,85 +28,82 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class YoutubeDistillerModelScore extends com.google.api.client.json.GenericJson {
+public final class DrishtiDenseTokenData extends com.google.api.client.json.GenericJson {
/**
- * The classifier trained with tensor flow.
+ * If extra is present it must be of the same length as value.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.String classifier;
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,58 +29,40 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantGroundingRankerLaaFeature extends com.google.api.client.json.GenericJson {
+public final class GeostoreCityJsonProtoAppearance extends com.google.api.client.json.GenericJson {
/**
+ * Predefined materials that may be referenced from geometric primitives.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.String name;
-
- /**
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.Float value;
-
- /**
- * @return value or {@code null} for none
- */
- public java.lang.String getName() {
- return name;
- }
-
- /**
- * @param name name or {@code null} for none
- */
- public AssistantGroundingRankerLaaFeature setName(java.lang.String name) {
- this.name = name;
- return this;
- }
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,79 +30,79 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantGroundingRankerDeviceContactAffinityFeatures extends com.google.api.client.json.GenericJson {
+public final class GeostoreCityJsonProtoAppearanceMaterialRgbColor extends com.google.api.client.json.GenericJson {
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Float aggregateAffinity;
+ private java.lang.Float blue;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Float callAffinity;
+ private java.lang.Float green;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Float messageAffinity;
+ private java.lang.Float red;
/**
* @return value or {@code null} for none
*/
- public java.lang.Float getAggregateAffinity() {
- return aggregateAffinity;
+ public java.lang.Float getBlue() {
+ return blue;
}
/**
- * @param aggregateAffinity aggregateAffinity or {@code null} for none
+ * @param blue blue or {@code null} for none
*/
- public AssistantGroundingRankerDeviceContactAffinityFeatures setAggregateAffinity(java.lang.Float aggregateAffinity) {
- this.aggregateAffinity = aggregateAffinity;
+ public GeostoreCityJsonProtoAppearanceMaterialRgbColor setBlue(java.lang.Float blue) {
+ this.blue = blue;
return this;
}
/**
* @return value or {@code null} for none
*/
- public java.lang.Float getCallAffinity() {
- return callAffinity;
+ public java.lang.Float getGreen() {
+ return green;
}
/**
- * @param callAffinity callAffinity or {@code null} for none
+ * @param green green or {@code null} for none
*/
- public AssistantGroundingRankerDeviceContactAffinityFeatures setCallAffinity(java.lang.Float callAffinity) {
- this.callAffinity = callAffinity;
+ public GeostoreCityJsonProtoAppearanceMaterialRgbColor setGreen(java.lang.Float green) {
+ this.green = green;
return this;
}
/**
* @return value or {@code null} for none
*/
- public java.lang.Float getMessageAffinity() {
- return messageAffinity;
+ public java.lang.Float getRed() {
+ return red;
}
/**
- * @param messageAffinity messageAffinity or {@code null} for none
+ * @param red red or {@code null} for none
*/
- public AssistantGroundingRankerDeviceContactAffinityFeatures setMessageAffinity(java.lang.Float messageAffinity) {
- this.messageAffinity = messageAffinity;
+ public GeostoreCityJsonProtoAppearanceMaterialRgbColor setRed(java.lang.Float red) {
+ this.red = red;
return this;
}
@Override
- public AssistantGroundingRankerDeviceContactAffinityFeatures set(String fieldName, Object value) {
- return (AssistantGroundingRankerDeviceContactAffinityFeatures) super.set(fieldName, value);
+ public GeostoreCityJsonProtoAppearanceMaterialRgbColor set(String fieldName, Object value) {
+ return (GeostoreCityJsonProtoAppearanceMaterialRgbColor) super.set(fieldName, value);
}
@Override
- public AssistantGroundingRankerDeviceContactAffinityFeatures clone() {
- return (AssistantGroundingRankerDeviceContactAffinityFeatures) super.clone();
+ public GeostoreCityJsonProtoAppearanceMaterialRgbColor clone() {
+ return (GeostoreCityJsonProtoAppearanceMaterialRgbColor) super.clone();
}
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreCityJsonProtoCityObjectGeometry.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreCityJsonProtoCityObjectGeometry.java
index 8deef6ec473..8bf5e497138 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreCityJsonProtoCityObjectGeometry.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreCityJsonProtoCityObjectGeometry.java
@@ -57,6 +57,13 @@ public final class GeostoreCityJsonProtoCityObjectGeometry extends com.google.ap
@com.google.api.client.util.Key
private GeostoreCityJsonProtoCityObjectGeometryMultiSurface multisurface;
+ /**
+ * Predefined semantics that may be referenced from geometric primitives.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,22 +28,17 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AbuseiamVideoReviewer extends com.google.api.client.json.GenericJson {
+public final class GeostoreCityJsonProtoCityObjectGeometrySemantic extends com.google.api.client.json.GenericJson {
/**
+ * The type of semantic entity this geometric primitive is.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String type;
/**
- * The username of the person doing the video review.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.String username;
-
- /**
+ * The type of semantic entity this geometric primitive is.
* @return value or {@code null} for none
*/
public java.lang.String getType() {
@@ -51,38 +46,22 @@ public java.lang.String getType() {
}
/**
+ * The type of semantic entity this geometric primitive is.
* @param type type or {@code null} for none
*/
- public AbuseiamVideoReviewer setType(java.lang.String type) {
+ public GeostoreCityJsonProtoCityObjectGeometrySemantic setType(java.lang.String type) {
this.type = type;
return this;
}
- /**
- * The username of the person doing the video review.
- * @return value or {@code null} for none
- */
- public java.lang.String getUsername() {
- return username;
- }
-
- /**
- * The username of the person doing the video review.
- * @param username username or {@code null} for none
- */
- public AbuseiamVideoReviewer setUsername(java.lang.String username) {
- this.username = username;
- return this;
- }
-
@Override
- public AbuseiamVideoReviewer set(String fieldName, Object value) {
- return (AbuseiamVideoReviewer) super.set(fieldName, value);
+ public GeostoreCityJsonProtoCityObjectGeometrySemantic set(String fieldName, Object value) {
+ return (GeostoreCityJsonProtoCityObjectGeometrySemantic) super.set(fieldName, value);
}
@Override
- public AbuseiamVideoReviewer clone() {
- return (AbuseiamVideoReviewer) super.clone();
+ public GeostoreCityJsonProtoCityObjectGeometrySemantic clone() {
+ return (GeostoreCityJsonProtoCityObjectGeometrySemantic) super.clone();
}
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreCityJsonProtoCityObjectGeometrySurface.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreCityJsonProtoCityObjectGeometrySurface.java
index 90cab6806b2..9958b563fde 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreCityJsonProtoCityObjectGeometrySurface.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreCityJsonProtoCityObjectGeometrySurface.java
@@ -43,6 +43,31 @@ public final class GeostoreCityJsonProtoCityObjectGeometrySurface extends com.go
com.google.api.client.util.Data.nullOf(GeostoreCityJsonProtoCityObjectGeometryMultiPoint.class);
}
+ /**
+ * The materials this surface is made of. May be left blank if materials are unspecified for this
+ * surface. IMPORTANT: This field must not contain more than one MaterialSpec unless CityJSON's
+ * material "theme" is incorporated into CityJsonProto (see discussion in go/cityjson-for-hand-
+ * modeled-landmarks).
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreIntersectionProto.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreIntersectionProto.java
index b6c6b60065d..e2ece85c7a8 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreIntersectionProto.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreIntersectionProto.java
@@ -82,11 +82,12 @@ public final class GeostoreIntersectionProto extends com.google.api.client.json.
/**
* The toll cluster to which this intersection belongs. If present, the toll cluster must also
- * refer back to the intersection.
+ * refer back to the intersection. To set this field, the intersection must be a
+ * gcid:toll_intersection feature.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private GeostoreFeatureIdProto tollClusterId;
+ private GeostoreFeatureIdProto tollCluster;
/**
* The artifact or logical intersection group to which this intersection belongs. If present, the
@@ -151,20 +152,22 @@ public GeostoreIntersectionProto setSegment(java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRegionSpecificNameProto.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRegionSpecificNameProto.java
index 191620a6196..d2e26ea0a7b 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRegionSpecificNameProto.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRegionSpecificNameProto.java
@@ -19,7 +19,8 @@
/**
* This protocol buffer supports a name per region per language, allowing it to represent the name
* of a given feature in different regions and languages. For example, the Persian Gulf has
- * different English names in UAE versus Lebanon.
+ * different English names in UAE versus Lebanon; each would need to be represented as distinct
+ * RegionSpecificNameProtos.
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRestrictionProto.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRestrictionProto.java
index b5bc1f198f7..4b54dd7e094 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRestrictionProto.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRestrictionProto.java
@@ -25,7 +25,7 @@
* action. Clients handle this by always declaring RestrictionProto as a "repeated" element. The
* semantics of having multiple restrictions are that if any restriction applies, then the action
* cannot be taken. In other words, restrictions are OR-ed together. Putting all of this together, a
- * set of RestrictionProtos can be interpreted as an bool expression in disjunctive normal form: (A
+ * set of RestrictionProtos can be interpreted as a bool expression in disjunctive normal form: (A
* and B) or (D and E and F) or (G and H) The action is prohibited if this expression is true. Note
* that a restriction with no conditions is always true, i.e. its action is always prohibited. NOTE:
* RestrictionProtos are often compared against one another (e.g. to check for duplicate/redundant
@@ -105,7 +105,8 @@ public final class GeostoreRestrictionProto extends com.google.api.client.json.G
* PEDESTRIAN_FACILITY_UNKNOWN. Such restrictions must have no subpath. - All other restrictions
* must have this field set to SCOPE_DIRECTION (whether explicitly or implicitly). This
* distinction is necessary for cases such as pedestrian facility on one-way segment/sibling
- * roads.
+ * roads. NOTE: This field only makes sense in the context of segment restrictions, not lane
+ * restrictions.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -327,7 +328,8 @@ public GeostoreRestrictionProto setSchedule(GeostoreTimeScheduleProto schedule)
* PEDESTRIAN_FACILITY_UNKNOWN. Such restrictions must have no subpath. - All other restrictions
* must have this field set to SCOPE_DIRECTION (whether explicitly or implicitly). This
* distinction is necessary for cases such as pedestrian facility on one-way segment/sibling
- * roads.
+ * roads. NOTE: This field only makes sense in the context of segment restrictions, not lane
+ * restrictions.
* @return value or {@code null} for none
*/
public java.lang.String getScope() {
@@ -347,7 +349,8 @@ public java.lang.String getScope() {
* PEDESTRIAN_FACILITY_UNKNOWN. Such restrictions must have no subpath. - All other restrictions
* must have this field set to SCOPE_DIRECTION (whether explicitly or implicitly). This
* distinction is necessary for cases such as pedestrian facility on one-way segment/sibling
- * roads.
+ * roads. NOTE: This field only makes sense in the context of segment restrictions, not lane
+ * restrictions.
* @param scope scope or {@code null} for none
*/
public GeostoreRestrictionProto setScope(java.lang.String scope) {
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRoadSignComponentProto.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRoadSignComponentProto.java
index 9c807d8e430..541855d60e6 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRoadSignComponentProto.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreRoadSignComponentProto.java
@@ -101,13 +101,6 @@ public final class GeostoreRoadSignComponentProto extends com.google.api.client.
@com.google.api.client.util.Key
private GeostoreNameProto text;
- /**
- * This type of content represented by this sign component.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.String type;
-
/**
* The id of the feature referred to by this component, typically the route or locality feature
* this sign points towards. In the ASCII art example above, this field would contain the id for
@@ -257,23 +250,6 @@ public GeostoreRoadSignComponentProto setText(GeostoreNameProto text) {
return this;
}
- /**
- * This type of content represented by this sign component.
- * @return value or {@code null} for none
- */
- public java.lang.String getType() {
- return type;
- }
-
- /**
- * This type of content represented by this sign component.
- * @param type type or {@code null} for none
- */
- public GeostoreRoadSignComponentProto setType(java.lang.String type) {
- this.type = type;
- return this;
- }
-
@Override
public GeostoreRoadSignComponentProto set(String fieldName, Object value) {
return (GeostoreRoadSignComponentProto) super.set(fieldName, value);
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreSegmentProto.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreSegmentProto.java
index 19274e0d9e6..b5d3d6a2739 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreSegmentProto.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreSegmentProto.java
@@ -294,6 +294,7 @@ public final class GeostoreSegmentProto extends com.google.api.client.json.Gener
}
/**
+ * LINT.ThenChange(//depot/google3/geostore/base/internal/segment.cc:has_speed_limit)
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -306,10 +307,11 @@ public final class GeostoreSegmentProto extends com.google.api.client.json.Gener
}
/**
- * The maximum speed that is permitted on this segment, in kilometers per hour. This should be the
- * segment's legal speed limit; however, note that it may contain estimated values based on
- * country-wide defaults and other heuristics (see 'is_max_permitted_speed_derived' below). Before
- * exposing this field to users as the legal speed limit please consult with Google lawyers.
+ * LINT.IfChange(speed_limits) The maximum speed that is permitted on this segment, in kilometers
+ * per hour. This should be the segment's legal speed limit; however, note that it may contain
+ * estimated values based on country-wide defaults and other heuristics (see
+ * 'is_max_permitted_speed_derived' below). Before exposing this field to users as the legal speed
+ * limit please consult with Google lawyers.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -367,7 +369,7 @@ public final class GeostoreSegmentProto extends com.google.api.client.json.Gener
private GeostoreFieldMetadataProto priorityMetadata;
/**
- * RESERVED
+ * May only be set when the segment's usage is `USAGE_RAMP`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -1094,6 +1096,7 @@ public GeostoreSegmentProto setLegalMaximumSpeed(java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -29,40 +31,40 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantGroundingRankerDeviceTargetingLabels extends com.google.api.client.json.GenericJson {
+public final class GeostoreTollPathProto extends com.google.api.client.json.GenericJson {
/**
- * Indicate whether the device is selected by Lumos as the target device.
+ * Details the /geo/type/toll_cluster features which constitute this toll path.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Boolean isSelectedByLumos;
+ private GeostoreTollPathProtoTollClusterSequence tollClusterSequence;
/**
- * Indicate whether the device is selected by Lumos as the target device.
+ * Details the /geo/type/toll_cluster features which constitute this toll path.
* @return value or {@code null} for none
*/
- public java.lang.Boolean getIsSelectedByLumos() {
- return isSelectedByLumos;
+ public GeostoreTollPathProtoTollClusterSequence getTollClusterSequence() {
+ return tollClusterSequence;
}
/**
- * Indicate whether the device is selected by Lumos as the target device.
- * @param isSelectedByLumos isSelectedByLumos or {@code null} for none
+ * Details the /geo/type/toll_cluster features which constitute this toll path.
+ * @param tollClusterSequence tollClusterSequence or {@code null} for none
*/
- public AssistantGroundingRankerDeviceTargetingLabels setIsSelectedByLumos(java.lang.Boolean isSelectedByLumos) {
- this.isSelectedByLumos = isSelectedByLumos;
+ public GeostoreTollPathProto setTollClusterSequence(GeostoreTollPathProtoTollClusterSequence tollClusterSequence) {
+ this.tollClusterSequence = tollClusterSequence;
return this;
}
@Override
- public AssistantGroundingRankerDeviceTargetingLabels set(String fieldName, Object value) {
- return (AssistantGroundingRankerDeviceTargetingLabels) super.set(fieldName, value);
+ public GeostoreTollPathProto set(String fieldName, Object value) {
+ return (GeostoreTollPathProto) super.set(fieldName, value);
}
@Override
- public AssistantGroundingRankerDeviceTargetingLabels clone() {
- return (AssistantGroundingRankerDeviceTargetingLabels) super.clone();
+ public GeostoreTollPathProto clone() {
+ return (GeostoreTollPathProto) super.clone();
}
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantContextProviderSelectionPolicy.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreTollPathProtoIndexedTollCluster.java
similarity index 57%
rename from clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantContextProviderSelectionPolicy.java
rename to clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreTollPathProtoIndexedTollCluster.java
index e6d9c1ece1d..0f25b72c512 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/AssistantContextProviderSelectionPolicy.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreTollPathProtoIndexedTollCluster.java
@@ -17,8 +17,7 @@
package com.google.api.services.contentwarehouse.v1.model;
/**
- * Identifies a business policy used for selecting a given content provider in the form of a name
- * and a resulting scoring action.
+ * A /geo/type/toll_cluster and its position along a toll path.
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -29,64 +28,64 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantContextProviderSelectionPolicy extends com.google.api.client.json.GenericJson {
+public final class GeostoreTollPathProtoIndexedTollCluster extends com.google.api.client.json.GenericJson {
/**
- * Result of applying the policy.
+ * The /geo/type/toll_cluster feature at this position.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.String policyAction;
+ private GeostoreFeatureIdProto cluster;
/**
- * Name of the policy.
+ * The position along the path where this cluster appears.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.String policyName;
+ private java.lang.Integer index;
/**
- * Result of applying the policy.
+ * The /geo/type/toll_cluster feature at this position.
* @return value or {@code null} for none
*/
- public java.lang.String getPolicyAction() {
- return policyAction;
+ public GeostoreFeatureIdProto getCluster() {
+ return cluster;
}
/**
- * Result of applying the policy.
- * @param policyAction policyAction or {@code null} for none
+ * The /geo/type/toll_cluster feature at this position.
+ * @param cluster cluster or {@code null} for none
*/
- public AssistantContextProviderSelectionPolicy setPolicyAction(java.lang.String policyAction) {
- this.policyAction = policyAction;
+ public GeostoreTollPathProtoIndexedTollCluster setCluster(GeostoreFeatureIdProto cluster) {
+ this.cluster = cluster;
return this;
}
/**
- * Name of the policy.
+ * The position along the path where this cluster appears.
* @return value or {@code null} for none
*/
- public java.lang.String getPolicyName() {
- return policyName;
+ public java.lang.Integer getIndex() {
+ return index;
}
/**
- * Name of the policy.
- * @param policyName policyName or {@code null} for none
+ * The position along the path where this cluster appears.
+ * @param index index or {@code null} for none
*/
- public AssistantContextProviderSelectionPolicy setPolicyName(java.lang.String policyName) {
- this.policyName = policyName;
+ public GeostoreTollPathProtoIndexedTollCluster setIndex(java.lang.Integer index) {
+ this.index = index;
return this;
}
@Override
- public AssistantContextProviderSelectionPolicy set(String fieldName, Object value) {
- return (AssistantContextProviderSelectionPolicy) super.set(fieldName, value);
+ public GeostoreTollPathProtoIndexedTollCluster set(String fieldName, Object value) {
+ return (GeostoreTollPathProtoIndexedTollCluster) super.set(fieldName, value);
}
@Override
- public AssistantContextProviderSelectionPolicy clone() {
- return (AssistantContextProviderSelectionPolicy) super.clone();
+ public GeostoreTollPathProtoIndexedTollCluster clone() {
+ return (GeostoreTollPathProtoIndexedTollCluster) super.clone();
}
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreTollPathProtoTollClusterSequence.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreTollPathProtoTollClusterSequence.java
new file mode 100644
index 00000000000..e9d74da12b0
--- /dev/null
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/GeostoreTollPathProtoTollClusterSequence.java
@@ -0,0 +1,85 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.contentwarehouse.v1.model;
+
+/**
+ * The set of toll clusters in a toll path, along with their position in the path.
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *
+ * The value is encoded Base64 or {@code null} for none.
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -80,6 +80,14 @@ public final class HtmlrenderWebkitHeadlessProtoRenderStats extends com.google.a
@com.google.api.client.util.Key
private java.lang.Integer droppedLogEntryCount;
+ /**
+ * Time allowed to use for fetching in milliseconds: fetch_deadline - render_start_time. go
+ * /render-timeline#render-timeline
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer fetchDeadlineMsec;
+
/**
* Image encoding (e.g. raw -> PNG) time.
* The value may be {@code null}.
@@ -94,6 +102,14 @@ public final class HtmlrenderWebkitHeadlessProtoRenderStats extends com.google.a
@com.google.api.client.util.Key
private java.lang.Integer imageScalingTimeMsec;
+ /**
+ * Time allowed to use for javascript in milliseconds: javascript_deadline - render_start_time. go
+ * /render-timeline#render-timeline
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer javascriptDeadlineMsec;
+
/**
* Time from starting render to document finished loading. This includes all fetches, parsing,
* decoding, running JavaScript, etc.
@@ -116,6 +132,14 @@ public final class HtmlrenderWebkitHeadlessProtoRenderStats extends com.google.a
@com.google.api.client.util.Key
private java.lang.Integer renderCostMgcu;
+ /**
+ * Time allowed to use for rendering in milliseconds: render_deadline - render_start_time. go
+ * /render-timeline#render-timeline
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer renderDeadlineMsec;
+
/**
* Render engine used to render this document.
* The value may be {@code null}.
@@ -243,6 +267,25 @@ public HtmlrenderWebkitHeadlessProtoRenderStats setDroppedLogEntryCount(java.lan
return this;
}
+ /**
+ * Time allowed to use for fetching in milliseconds: fetch_deadline - render_start_time. go
+ * /render-timeline#render-timeline
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getFetchDeadlineMsec() {
+ return fetchDeadlineMsec;
+ }
+
+ /**
+ * Time allowed to use for fetching in milliseconds: fetch_deadline - render_start_time. go
+ * /render-timeline#render-timeline
+ * @param fetchDeadlineMsec fetchDeadlineMsec or {@code null} for none
+ */
+ public HtmlrenderWebkitHeadlessProtoRenderStats setFetchDeadlineMsec(java.lang.Integer fetchDeadlineMsec) {
+ this.fetchDeadlineMsec = fetchDeadlineMsec;
+ return this;
+ }
+
/**
* Image encoding (e.g. raw -> PNG) time.
* @return value or {@code null} for none
@@ -277,6 +320,25 @@ public HtmlrenderWebkitHeadlessProtoRenderStats setImageScalingTimeMsec(java.lan
return this;
}
+ /**
+ * Time allowed to use for javascript in milliseconds: javascript_deadline - render_start_time. go
+ * /render-timeline#render-timeline
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getJavascriptDeadlineMsec() {
+ return javascriptDeadlineMsec;
+ }
+
+ /**
+ * Time allowed to use for javascript in milliseconds: javascript_deadline - render_start_time. go
+ * /render-timeline#render-timeline
+ * @param javascriptDeadlineMsec javascriptDeadlineMsec or {@code null} for none
+ */
+ public HtmlrenderWebkitHeadlessProtoRenderStats setJavascriptDeadlineMsec(java.lang.Integer javascriptDeadlineMsec) {
+ this.javascriptDeadlineMsec = javascriptDeadlineMsec;
+ return this;
+ }
+
/**
* Time from starting render to document finished loading. This includes all fetches, parsing,
* decoding, running JavaScript, etc.
@@ -330,6 +392,25 @@ public HtmlrenderWebkitHeadlessProtoRenderStats setRenderCostMgcu(java.lang.Inte
return this;
}
+ /**
+ * Time allowed to use for rendering in milliseconds: render_deadline - render_start_time. go
+ * /render-timeline#render-timeline
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getRenderDeadlineMsec() {
+ return renderDeadlineMsec;
+ }
+
+ /**
+ * Time allowed to use for rendering in milliseconds: render_deadline - render_start_time. go
+ * /render-timeline#render-timeline
+ * @param renderDeadlineMsec renderDeadlineMsec or {@code null} for none
+ */
+ public HtmlrenderWebkitHeadlessProtoRenderStats setRenderDeadlineMsec(java.lang.Integer renderDeadlineMsec) {
+ this.renderDeadlineMsec = renderDeadlineMsec;
+ return this;
+ }
+
/**
* Render engine used to render this document.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageBaseThumbnailMetadata.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageBaseThumbnailMetadata.java
index 63de969a3d7..a85793fb8d2 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageBaseThumbnailMetadata.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageBaseThumbnailMetadata.java
@@ -17,7 +17,7 @@
package com.google.api.services.contentwarehouse.v1.model;
/**
- * Next ID: 15
+ * Next ID: 16
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -74,6 +74,13 @@ public final class ImageBaseThumbnailMetadata extends com.google.api.client.json
@com.google.api.client.util.Key
private java.lang.String encryptedDocid;
+ /**
+ * expiration timestamp of thumbnail
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key @com.google.api.client.json.JsonString
+ private java.lang.Long expirationTimestampMicros;
+
/**
* the fprint of the thumbnail
* The value may be {@code null}.
@@ -228,6 +235,23 @@ public ImageBaseThumbnailMetadata setEncryptedDocid(java.lang.String encryptedDo
return this;
}
+ /**
+ * expiration timestamp of thumbnail
+ * @return value or {@code null} for none
+ */
+ public java.lang.Long getExpirationTimestampMicros() {
+ return expirationTimestampMicros;
+ }
+
+ /**
+ * expiration timestamp of thumbnail
+ * @param expirationTimestampMicros expirationTimestampMicros or {@code null} for none
+ */
+ public ImageBaseThumbnailMetadata setExpirationTimestampMicros(java.lang.Long expirationTimestampMicros) {
+ this.expirationTimestampMicros = expirationTimestampMicros;
+ return this;
+ }
+
/**
* the fprint of the thumbnail
* @return value or {@code null} for none
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageContentStarburstVersionGroup.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageContentStarburstVersionGroup.java
index 5600ff0e965..385a68eb3f3 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageContentStarburstVersionGroup.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageContentStarburstVersionGroup.java
@@ -37,6 +37,13 @@ public final class ImageContentStarburstVersionGroup extends com.google.api.clie
@com.google.api.client.util.Key
private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -104,7 +104,8 @@ public final class ImageData extends com.google.api.client.json.GenericJson {
private java.lang.Integer clipartDetectorVersion;
/**
- * Superlabels generated cluster id.
+ * Superlabels generated cluster id. This field is going to be deprecated, please use
+ * `superlabels_v2_cluster_id` instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -293,6 +294,13 @@ public final class ImageData extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private ImageContentFlowProtoProd flowOutput;
+ /**
+ * The signal about the likelihood of whether the image is generated by Google.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ImageRepositoryGeneratedImageLikelihoodSignal generatedImageLikelihoodSignal;
+
/**
* The value may be {@code null}.
*/
@@ -346,6 +354,14 @@ public final class ImageData extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private ImageSearchImageLicenseInfo imageLicenseInfo;
+ /**
+ * Click signals for measuring image quality (e.g., usefulness, presentation, appealingness, and
+ * engagingness). Click signals are considered Search CPS Personal Data.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ImageQualityNavboostImageQualityClickSignals imageQualityClickSignals;
+
/**
* Regions detected within the image (go/images-region-search-edd). Regions contain bounding boxes
* circumscribing objects of interest in the image, along with object labels. Regions may overlap.
@@ -676,6 +692,13 @@ public final class ImageData extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private LensDiscoveryStyleStyleImageTypeSignals styleImageType;
+ /**
+ * Superlabels V2 generated cluster id.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String superlabelsV2ClusterId;
+
/**
* This field is for testing purposes, more information in go/media-dirt-2022.
* The value may be {@code null}.
@@ -916,7 +939,8 @@ public ImageData setClipartDetectorVersion(java.lang.Integer clipartDetectorVers
}
/**
- * Superlabels generated cluster id.
+ * Superlabels generated cluster id. This field is going to be deprecated, please use
+ * `superlabels_v2_cluster_id` instead.
* @see #decodeClusterId()
* @return value or {@code null} for none
*/
@@ -925,7 +949,8 @@ public java.lang.String getClusterId() {
}
/**
- * Superlabels generated cluster id.
+ * Superlabels generated cluster id. This field is going to be deprecated, please use
+ * `superlabels_v2_cluster_id` instead.
* @see #getClusterId()
* @return Base64 decoded value or {@code null} for none
*
@@ -936,7 +961,8 @@ public byte[] decodeClusterId() {
}
/**
- * Superlabels generated cluster id.
+ * Superlabels generated cluster id. This field is going to be deprecated, please use
+ * `superlabels_v2_cluster_id` instead.
* @see #encodeClusterId()
* @param clusterId clusterId or {@code null} for none
*/
@@ -946,7 +972,8 @@ public ImageData setClusterId(java.lang.String clusterId) {
}
/**
- * Superlabels generated cluster id.
+ * Superlabels generated cluster id. This field is going to be deprecated, please use
+ * `superlabels_v2_cluster_id` instead.
* @see #setClusterId()
*
*
@@ -1380,6 +1407,23 @@ public ImageData setFlowOutput(ImageContentFlowProtoProd flowOutput) {
return this;
}
+ /**
+ * The signal about the likelihood of whether the image is generated by Google.
+ * @return value or {@code null} for none
+ */
+ public ImageRepositoryGeneratedImageLikelihoodSignal getGeneratedImageLikelihoodSignal() {
+ return generatedImageLikelihoodSignal;
+ }
+
+ /**
+ * The signal about the likelihood of whether the image is generated by Google.
+ * @param generatedImageLikelihoodSignal generatedImageLikelihoodSignal or {@code null} for none
+ */
+ public ImageData setGeneratedImageLikelihoodSignal(ImageRepositoryGeneratedImageLikelihoodSignal generatedImageLikelihoodSignal) {
+ this.generatedImageLikelihoodSignal = generatedImageLikelihoodSignal;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -1507,6 +1551,25 @@ public ImageData setImageLicenseInfo(ImageSearchImageLicenseInfo imageLicenseInf
return this;
}
+ /**
+ * Click signals for measuring image quality (e.g., usefulness, presentation, appealingness, and
+ * engagingness). Click signals are considered Search CPS Personal Data.
+ * @return value or {@code null} for none
+ */
+ public ImageQualityNavboostImageQualityClickSignals getImageQualityClickSignals() {
+ return imageQualityClickSignals;
+ }
+
+ /**
+ * Click signals for measuring image quality (e.g., usefulness, presentation, appealingness, and
+ * engagingness). Click signals are considered Search CPS Personal Data.
+ * @param imageQualityClickSignals imageQualityClickSignals or {@code null} for none
+ */
+ public ImageData setImageQualityClickSignals(ImageQualityNavboostImageQualityClickSignals imageQualityClickSignals) {
+ this.imageQualityClickSignals = imageQualityClickSignals;
+ return this;
+ }
+
/**
* Regions detected within the image (go/images-region-search-edd). Regions contain bounding boxes
* circumscribing objects of interest in the image, along with object labels. Regions may overlap.
@@ -2330,6 +2393,51 @@ public ImageData setStyleImageType(LensDiscoveryStyleStyleImageTypeSignals style
return this;
}
+ /**
+ * Superlabels V2 generated cluster id.
+ * @see #decodeSuperlabelsV2ClusterId()
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getSuperlabelsV2ClusterId() {
+ return superlabelsV2ClusterId;
+ }
+
+ /**
+ * Superlabels V2 generated cluster id.
+ * @see #getSuperlabelsV2ClusterId()
+ * @return Base64 decoded value or {@code null} for none
+ *
+ * @since 1.14
+ */
+ public byte[] decodeSuperlabelsV2ClusterId() {
+ return com.google.api.client.util.Base64.decodeBase64(superlabelsV2ClusterId);
+ }
+
+ /**
+ * Superlabels V2 generated cluster id.
+ * @see #encodeSuperlabelsV2ClusterId()
+ * @param superlabelsV2ClusterId superlabelsV2ClusterId or {@code null} for none
+ */
+ public ImageData setSuperlabelsV2ClusterId(java.lang.String superlabelsV2ClusterId) {
+ this.superlabelsV2ClusterId = superlabelsV2ClusterId;
+ return this;
+ }
+
+ /**
+ * Superlabels V2 generated cluster id.
+ * @see #setSuperlabelsV2ClusterId()
+ *
+ *
+ * The value is encoded Base64 or {@code null} for none.
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -71,6 +71,14 @@ public final class ImageRepositoryContentBasedVideoMetadata extends com.google.a
@com.google.api.client.util.Key
private DrishtiFeatureSetData featureSetData;
+ /**
+ * Frame-level Starburst embeddings. They are IE only signals for short videos initially and will
+ * be supported for all videos later. (go/frame-level-sbv5-on-ie)
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ImageRepositoryFrameLevelStarburstEmbeddings frameLevelStarburstEmbeddings;
+
/**
* Golden7 video-level people features. (go/ypf-video-features)
* The value may be {@code null}.
@@ -224,7 +232,10 @@ public final class ImageRepositoryContentBasedVideoMetadata extends com.google.a
/**
* Speech related metadata The transcript_asr field is generated from the YT caption's
- * SPEECH_RECOGNIZER asset.
+ * SPEECH_RECOGNIZER asset. We strongly recommend to use s3_asr instead of transcript_asr as of
+ * 2024. Media Solutions team owns s3_asr and provides more flexibility with ASR features for our
+ * client needs, whereas the underlying engine of the transcript_asr field is owned by Youtube,
+ * and we do not have control over.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -431,6 +442,25 @@ public ImageRepositoryContentBasedVideoMetadata setFeatureSetData(DrishtiFeature
return this;
}
+ /**
+ * Frame-level Starburst embeddings. They are IE only signals for short videos initially and will
+ * be supported for all videos later. (go/frame-level-sbv5-on-ie)
+ * @return value or {@code null} for none
+ */
+ public ImageRepositoryFrameLevelStarburstEmbeddings getFrameLevelStarburstEmbeddings() {
+ return frameLevelStarburstEmbeddings;
+ }
+
+ /**
+ * Frame-level Starburst embeddings. They are IE only signals for short videos initially and will
+ * be supported for all videos later. (go/frame-level-sbv5-on-ie)
+ * @param frameLevelStarburstEmbeddings frameLevelStarburstEmbeddings or {@code null} for none
+ */
+ public ImageRepositoryContentBasedVideoMetadata setFrameLevelStarburstEmbeddings(ImageRepositoryFrameLevelStarburstEmbeddings frameLevelStarburstEmbeddings) {
+ this.frameLevelStarburstEmbeddings = frameLevelStarburstEmbeddings;
+ return this;
+ }
+
/**
* Golden7 video-level people features. (go/ypf-video-features)
* @return value or {@code null} for none
@@ -783,7 +813,10 @@ public ImageRepositoryContentBasedVideoMetadata setTranscodeMetadata(java.util.L
/**
* Speech related metadata The transcript_asr field is generated from the YT caption's
- * SPEECH_RECOGNIZER asset.
+ * SPEECH_RECOGNIZER asset. We strongly recommend to use s3_asr instead of transcript_asr as of
+ * 2024. Media Solutions team owns s3_asr and provides more flexibility with ASR features for our
+ * client needs, whereas the underlying engine of the transcript_asr field is owned by Youtube,
+ * and we do not have control over.
* @return value or {@code null} for none
*/
public PseudoVideoData getTranscriptAsr() {
@@ -792,7 +825,10 @@ public PseudoVideoData getTranscriptAsr() {
/**
* Speech related metadata The transcript_asr field is generated from the YT caption's
- * SPEECH_RECOGNIZER asset.
+ * SPEECH_RECOGNIZER asset. We strongly recommend to use s3_asr instead of transcript_asr as of
+ * 2024. Media Solutions team owns s3_asr and provides more flexibility with ASR features for our
+ * client needs, whereas the underlying engine of the transcript_asr field is owned by Youtube,
+ * and we do not have control over.
* @param transcriptAsr transcriptAsr or {@code null} for none
*/
public ImageRepositoryContentBasedVideoMetadata setTranscriptAsr(PseudoVideoData transcriptAsr) {
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageRepositoryFrameLevelStarburstEmbeddings.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageRepositoryFrameLevelStarburstEmbeddings.java
new file mode 100644
index 00000000000..c0360f43dcd
--- /dev/null
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/ImageRepositoryFrameLevelStarburstEmbeddings.java
@@ -0,0 +1,101 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.contentwarehouse.v1.model;
+
+/**
+ * Each supported Starburst embedding version will have a pair of AmarnaSignalsBlobInfo and
+ * SUPFrameLevelEmbeddings. Blob info has the blob id of the corresponding embeddings and a blob
+ * write timestamp. SUPFrameLevelEmbeddings are the actual frame-level embeddings at 1 FPS. MMS
+ * callers have 3 options to fetch frame-level Starburst embeddings: 1. OPTION_NONE (default): Don't
+ * fetch frame-level Starburst embeddings. 2. OPTION_BLOB_DATA: Fetch the actual Starburst
+ * embeddings in SUPFrameLevelEmbeddings. 3. OPTION_CLONED_BLOB_ID: Clone the starburst embeddings
+ * into the target Blobstore directory. Then, fetch the cloned blob id of Starburst embeddings in
+ * AmarnaSignalsBlobInfo.
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -192,6 +192,12 @@ public final class IndexingDocjoinerDataVersion extends com.google.api.client.js
@com.google.api.client.util.Key
private IndexingDocjoinerDataVersionVersionInfo creator;
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo creatorjoinsEmbeddedUgcAnnotation;
+
/**
* The value may be {@code null}.
*/
@@ -264,6 +270,12 @@ public final class IndexingDocjoinerDataVersion extends com.google.api.client.js
@com.google.api.client.util.Key
private IndexingDocjoinerDataVersionVersionInfo extractedBookInfo;
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo fastDataPropagationTestSignalContent;
+
/**
* The value may be {@code null}.
*/
@@ -306,6 +318,12 @@ public final class IndexingDocjoinerDataVersion extends com.google.api.client.js
@com.google.api.client.util.Key
private IndexingDocjoinerDataVersionVersionInfo freshboxFreshboxArticleAnnotation;
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo geoCarsVehicleDetailsPageAnnotation;
+
/**
* The value may be {@code null}.
*/
@@ -457,7 +475,6 @@ public final class IndexingDocjoinerDataVersion extends com.google.api.client.js
private IndexingDocjoinerDataVersionVersionInfo imageembed;
/**
- * END DATA FIELDS
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -685,6 +702,12 @@ public final class IndexingDocjoinerDataVersion extends com.google.api.client.js
@com.google.api.client.util.Key
private IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceCenterpieceChecksums;
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceCenterpieceUnifiedAnnotations;
+
/**
* The value may be {@code null}.
*/
@@ -775,6 +798,12 @@ public final class IndexingDocjoinerDataVersion extends com.google.api.client.js
@com.google.api.client.util.Key
private IndexingDocjoinerDataVersionVersionInfo indexingDupsLocalizedLocalizedCluster;
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo indexingDupsNearDupsResult;
+
/**
* The value may be {@code null}.
*/
@@ -997,6 +1026,12 @@ public final class IndexingDocjoinerDataVersion extends com.google.api.client.js
@com.google.api.client.util.Key
private IndexingDocjoinerDataVersionVersionInfo indexingSelectionImageImageSelectionAttachment;
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo indexingSelectionIndexCompositionExperimentExtension;
+
/**
* The value may be {@code null}.
*/
@@ -1027,6 +1062,12 @@ public final class IndexingDocjoinerDataVersion extends com.google.api.client.js
@com.google.api.client.util.Key
private IndexingDocjoinerDataVersionVersionInfo indexingSelectionTensorFlowExtension;
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo indexingServiceFirsttimesCrawlFirsttimesSignals;
+
/**
* The value may be {@code null}.
*/
@@ -1247,5000 +1288,8251 @@ public final class IndexingDocjoinerDataVersion extends com.google.api.client.js
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo knowledgeMumStoryTeaserAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumConsumerNewsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo knowledgeMumStorytimeStampEngagementAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuAccusatoryTitleAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo knowledgeMumStorytimeStampQualityAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuAmusingAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo knowledgeTablesTableInternalData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBaseCuriosityAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo knowledgeTablesUniversalTableAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBaseCuriosityV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo knowledgeTasksUniversalTaskAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBaseCuriosityV3Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo knowledgeTpfHowtodoHowtoVideoAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBeginnerAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo langIdLangReasonerDocumentLanguages;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBeginnerTitleAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo lensVsaiDatasets;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBoringAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo localsearchAuthoritySiteAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBoringVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo localyp;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBoringVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo mapsSyntheticsGeoDocFetchKey;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBroadTitleAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo measurementAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBroadlyConsumableAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo metawebExtractionDocumentEvidence;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuClickbaitPlusAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo modernFormatContent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuClickbaitPlusCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo navBoostDocument;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialNewsAnnotation;
/**
- * BEGIN DATA FIELDS
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo navboost;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsAnnotationsContentAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsCorpusHubPageAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialVideoV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsCorpusLeafPageAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialVideoV2CandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsAggregateSignal;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuComplexAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsCorpusAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCoolProjectVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsCorpusRootAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCoolProjectVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsCorpusStatusAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCoolProjectVideoV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsinessAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCoolProjectVideoV2CandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsCorpusPositionRankAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCreativeVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsCrawlFilterNewsLinkCrawlSignal;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCreativeVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsExtractionNewsPbeAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCuteShortVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsNarIndexingMetadata;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCuteShortVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsNarRow;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDepressingTitleAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsNarRowContainer;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDietaryAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsNearDupsInfo;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDisasterAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsNewromanIndexingNewRomanSignal;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDisasterV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsNewsArticleChecksum;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDiscriminatoryAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsNewsClassifications;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDisgustingAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsNewsContentSignals;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDisgustingV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsNewsForEducationReadingStatistics;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDismissRatioUserBehaviorAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsVideosNewsAnchorSourceInfo;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDistanceSensitiveAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo newsVideosNewsVideoAnnotationSignals;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDiyProjectVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo nlpAtcClaraAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDiyProjectVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo nlpSaftDocument;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDqsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo nlpSaftNlxDocAnnotatorMigration;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDramaticTitleAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo nlpSaftRodinClassification;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDryFactsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo nlpSentimentSentimentAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEasyReadAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo nlxDocAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEducationalVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo noindexedImageDataList;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEducationalVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo numberAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanLibrarianBookMetadata;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanLibrarianPopulatorData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanLibrarianPopulatorPageData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoV2CandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataAllItemSpecificBibdatas;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoV3Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataAvailabilityInfoComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoV3CandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataAvailabilitySnapshot;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingnessAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataAvailabilitySnapshotHolder;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingnessLeAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataBibkeyComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingnessMmAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusterHorizontalReference;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEnjoyableMutedVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusterRecord;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusterVolumes;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEntertainingVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusteringSeriesSeriesInfo;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEntertainingVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusteringTomeHorizontalLinkDescriptor;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFactualAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataContributorLinks;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFlavorAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataItemSpecificBibdataComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFlavorMmAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataKgTopicLinks;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFlavorMmCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataLanguageInfoComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFlavorMmV2CandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataMaterialInfoComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunFactsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataParsedAccessTerms;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataParsedSuDoc;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataPatentPublicationDetails;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunnyShortVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataPhysicalMeasurementsComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunnyShortVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataPublicDomainInfo;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuGameplayVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataPublicationDetailsComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuGameplayVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataRightsComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuGoodCommercialAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataSeriesInfoComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuGossipNewsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataTomeDetailsComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuHeartRatioUserBehaviorAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataTomeMembersComponent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuHowToVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanMetadataTomePriceInfo;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuHowToVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanReviewsForWork;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiredQueryRateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo oceanRightsOptOutRequest;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiringAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo officialPagesQuerySet;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiringTitleAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo perDocLangidData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiringUserBehaviorAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo personalizationGameWebeventsConsolidatedEvents;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiringV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo personalizationGameWebeventsEvent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuIntelligentAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo personalizationGameWebeventsEvents;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInterviewVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo photosGeoAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInterviewVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo predictedAuthenticity;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLectureVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo priceAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLectureVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityAnchorsOutdegreeOutdegreeInfo;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLifehackVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityAnimaLivewebLivewebAttachment;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLifehackVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityAnimaRoutinesRoutinesPropertiesProto;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLifestyleAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityAuthorityTopicEmbeddings;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuListicleTitleAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityAuthorshipAuthorAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuMayhemNewsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityBreadcrumbsBreadcrumbAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuMediaVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityCalypsoAppsLink;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuMediaVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityChardDocument;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuNegativeToneAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityChardPredictedQueryFringeScore;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuNewsVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityChardPredictedXlq;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuNewsVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityContraSelectedAttributions;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuNewsyTitleAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityCopiaFireflySiteInfo;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuOpinionPiecesAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityDiscoverUgcScatScatEmbeddingAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPersonalNarrativeAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityDniNewsstandPcu;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPracticalAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityDniPcuAuxiliaryData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPracticalVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityDniPcuMetaAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPracticalVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityDniPcuParsedData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPredictedTrafficRatioAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityDniPcuRawData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuProductReviewVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityExploreQueryableFeedEcsAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuProductReviewVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityExploreQueryableFeedHashtagAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuProfanityAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityExploreQueryableFeedHashtagListAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuProfanityV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityExploreQueryableFeedTopicFeedScoringSignals;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuRacyAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityFreshnessAbacusInstantNegativeClicksInfo;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuRacyV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityFringeFringeQueryPrior;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuRealLifeTipsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityGeoBrainlocGoldmineBrainlocAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuRemoteRelevanceAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityGeoLoglocGoldmineDocumentLocationAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuReviewsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityHistoricalContentAge;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuSensationalClickbaitAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityHorizonProtoHorizonEmbeddings;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuSensationalClickbaitV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityHorizonRecordInfoAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuSensationalClickbaitV3Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityImprovDocToQueries;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuSexualUserBehaviorAnnotation;
/**
+ * END DATA FIELDS
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityImprovImprovAnchors;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuShareRatioUserBehaviorAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityLisztomaniaDocument;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuStalenessAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNavboostCrapsCrapsData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuStoryAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNavboostCrapsCrapsPatternSignal;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuStorytellingVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNegativeClicksNegativeClicksInfo;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuStorytellingVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNlqStructuredSearchAnnotationAnalysisAutomaticExtractionAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuThoughtProvokingAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNlqStructuredSearchListingPagesListingPageAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuThoughtProvokingV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNsrDokiAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTimeSensitiveAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNsrNsrData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTimelessAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNsrNsrSitechunksAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTimelessVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNsrPairwiseqPairwiseQData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTimelessVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNsrPqData;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTrailerVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNsrSiteAuthority;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTrailerVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityNsrUvSitechunksAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuUsefulUserBehaviorAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityOrbitAsteroidBeltIntermediateDocumentIntentScores;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuUsefulVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPagemasterPagemasterAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuUsefulVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPanopticIndexingDiscoverCorpusAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVideoFlavorAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPanopticIndexingDiscoverDocumentSignal;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuViolenceAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPanopticIndexingPanopticAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuViolenceV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPanopticStorytimeAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPanopticStorytimeScoringSignals;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVisuallyEngagingAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPanopticVoiceUgcAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVisuallyEngagingV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPeoplesearchNamedetectorNameOccurrenceAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVlogVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsChromeBackgroundAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVlogVideoCandidateAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsHubDataAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuWellWrittenAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsUrlPredictionAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuWithholdingInfoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsUrlSourceAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuWithholdingInfoV2Annotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPricedetectorKefirPriceAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuWorthyHeadlineNewsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityPricedetectorProductBlockAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumStoryTeaserAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityProseJsonLdAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumStorytimeStampEngagementAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityProseThumbnailSelection;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeMumStorytimeStampQualityAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityQ2QualityBoost;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeTablesTableInternalData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityQ2SiteQualityFeatures;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeTablesUniversalTableAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeBoostRealtimeBoostEvent;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeTasksUniversalTaskAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeBoostRealtimeBoostResponse;
+ private IndexingDocjoinerDataVersionVersionInfo knowledgeTpfHowtodoHowtoVideoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeBoostSeismographEventAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo langIdLangReasonerDocumentLanguages;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeRealtimeResultInfo;
+ private IndexingDocjoinerDataVersionVersionInfo lensVsaiDatasets;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeRtFactAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo localsearchAuthoritySiteAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityResultFilteringIndexingClusterAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo localyp;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityRichsnippetsAppsProtosApplicationInformationAttachment;
+ private IndexingDocjoinerDataVersionVersionInfo mapsSyntheticsGeoDocFetchKey;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityRodinRodinSiteSignal;
+ private IndexingDocjoinerDataVersionVersionInfo measurementAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySalientCountriesSalientCountrySet;
+ private IndexingDocjoinerDataVersionVersionInfo metawebExtractionDocumentEvidence;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySalientStructuresSalientStructureSet;
+ private IndexingDocjoinerDataVersionVersionInfo modernFormatContent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySalientStuffSalientStuffSet;
+ private IndexingDocjoinerDataVersionVersionInfo multiverseHubSpokesSignal;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySalientTermsQuerySmearingModel;
+ private IndexingDocjoinerDataVersionVersionInfo navBoostDocument;
/**
+ * BEGIN DATA FIELDS
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySalientTermsSalientTermSet;
+ private IndexingDocjoinerDataVersionVersionInfo navboost;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySearchoversiteAnnotatorStructuredResultsAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo newsAnnotationsContentAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySherlockKnexAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo newsCorpusDifferentiatedContentAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityShoppingProductReview;
+ private IndexingDocjoinerDataVersionVersionInfo newsCorpusHubPageAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityShoppingProductReviewPage;
+ private IndexingDocjoinerDataVersionVersionInfo newsCorpusLeafPageAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityShoppingShoppingProductReviewAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsAggregateSignal;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySimilarpagesRelatedInfoSignal;
+ private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsCorpusAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySitemapDocument;
+ private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsCorpusRootAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySitemapThirdPartyCarouselsItemLists;
+ private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsCorpusStatusAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySixfaceSixfaceUrlData;
+ private IndexingDocjoinerDataVersionVersionInfo newsCorpusNewsinessAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySnippetsHiddenTextHiddenSpanAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo newsCorpusPositionRankAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySnippetsListSnippetsAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo newsCrawlFilterNewsLinkCrawlSignal;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySnippetsMetadescriptionDuplicateMetaSiteSignal;
+ private IndexingDocjoinerDataVersionVersionInfo newsExtractionNewsPbeAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySnippetsSnippetSpansInfo;
+ private IndexingDocjoinerDataVersionVersionInfo newsNarIndexingMetadata;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySosGoldmineSosAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo newsNarRow;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualitySummarySummary;
+ private IndexingDocjoinerDataVersionVersionInfo newsNarRowContainer;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityTangramInformationTypes;
+ private IndexingDocjoinerDataVersionVersionInfo newsNearDupsInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityTimebasedTimeSensitivityTimeSensitivityAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo newsNewromanIndexingNewRomanSignal;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityTitlesAlternativeTitlesInfo;
+ private IndexingDocjoinerDataVersionVersionInfo newsNewsArticleChecksum;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityTitlesSitelinksTargetTitleInfo;
+ private IndexingDocjoinerDataVersionVersionInfo newsNewsClassifications;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityTwiddlerDomainClassification;
+ private IndexingDocjoinerDataVersionVersionInfo newsNewsContentSignals;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityViewsAnswersAnswerAnnotationInfo;
+ private IndexingDocjoinerDataVersionVersionInfo newsNewsForEducationReadingStatistics;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityVisualwebVisualWebAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo newsVideosNewsAnchorSourceInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityVisualwebVisualWebModelsAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo newsVideosNewsVideoAnnotationSignals;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityWebanswersAltTitleSaftDoc;
+ private IndexingDocjoinerDataVersionVersionInfo nlpAtcClaraAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityWebanswersTranscriptAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo nlpSaftDocument;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityWebfeederDocEmbedding;
+ private IndexingDocjoinerDataVersionVersionInfo nlpSaftNlxDocAnnotatorMigration;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo qualityWebshineDocResources;
+ private IndexingDocjoinerDataVersionVersionInfo nlpSaftRodinClassification;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo rankBoostDocAttachment;
+ private IndexingDocjoinerDataVersionVersionInfo nlpSentimentSentimentAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo rankembed;
+ private IndexingDocjoinerDataVersionVersionInfo nlxDocAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo relativeDateAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo noindexedImageDataList;
/**
+ * Must be used together with quality_nsr_nsr_data
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsAddressAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo nsrFdpData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsAmenitiesAmenitiesAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo numberAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsCrawzallAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanLibrarianBookMetadata;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsDiscussionThreadDiscussionViewProto;
+ private IndexingDocjoinerDataVersionVersionInfo oceanLibrarianPopulatorData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsLicensedResources;
+ private IndexingDocjoinerDataVersionVersionInfo oceanLibrarianPopulatorPageData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsListFilterAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataAllItemSpecificBibdatas;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsListSummaryAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataAvailabilityInfoComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsMicrodataMicrodataAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataAvailabilitySnapshot;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsMicroformatsHproduct;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataAvailabilitySnapshotHolder;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsMicroformatsMicroformatAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataBibkeyComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsPhoneTypePhoneTypeAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusterHorizontalReference;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsRdfaRdfaAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusterRecord;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsRodinArticleAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusterVolumes;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSectionHeadingAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusteringSeriesSeriesInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSnippetSegmentSnippetSegmentAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataClusteringTomeHorizontalLinkDescriptor;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeAuthoritySignal;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataContributorLinks;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeDeeplinkAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataItemSpecificBibdataComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeExtractorTopicAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataKgTopicLinks;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeExtractorTripleAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataLanguageInfoComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeSporeEtlAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataMaterialInfoComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeSporeEtlInputAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataParsedAccessTerms;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsStorehoursStoreHoursAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataParsedSuDoc;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsVerseAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataPatentPublicationDetails;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsWebanswersContextItemAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataPhysicalMeasurementsComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumEncyclojoinsEncycloJoin;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataPublicDomainInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumGoldmineTriplificationResult;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataPublicationDetailsComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumGoldmineTypeAssertionOutput;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataRightsComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumWebkvWebKv;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataSeriesInfoComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumWikiaWikiaInfo;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataTomeDetailsComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryUpdaterIndexSelectionAttachment;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataTomeMembersComponent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefEntityJoin;
+ private IndexingDocjoinerDataVersionVersionInfo oceanMetadataTomePriceInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefExperimentalWebrefEntitiesAttachment;
+ private IndexingDocjoinerDataVersionVersionInfo oceanReviewsForWork;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefGraphMention;
+ private IndexingDocjoinerDataVersionVersionInfo oceanRightsOptOutRequest;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefJuggernautIndices;
+ private IndexingDocjoinerDataVersionVersionInfo officialPagesQuerySet;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPageClassificationAnchorSignalsSet;
+ private IndexingDocjoinerDataVersionVersionInfo orbitIntents;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPageClassificationSignalsSet;
+ private IndexingDocjoinerDataVersionVersionInfo perDocLangidData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPiannoDocumentIntents;
+ private IndexingDocjoinerDataVersionVersionInfo personalizationGameWebeventsConsolidatedEvents;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPiannoTvSeasonEpisode;
+ private IndexingDocjoinerDataVersionVersionInfo personalizationGameWebeventsEvent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPreprocessingReferencePageCandidateList;
+ private IndexingDocjoinerDataVersionVersionInfo personalizationGameWebeventsEvents;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefReconcileResponse;
+ private IndexingDocjoinerDataVersionVersionInfo photosGeoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefRefconJugglerReferencePageMappings;
+ private IndexingDocjoinerDataVersionVersionInfo predictedAuthenticity;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefReferencePagesClassifierScoredPage;
+ private IndexingDocjoinerDataVersionVersionInfo priceAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefSalientEntitySet;
+ private IndexingDocjoinerDataVersionVersionInfo qualityAnchorsOutdegreeOutdegreeInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefUndermergedEntities;
+ private IndexingDocjoinerDataVersionVersionInfo qualityAnimaLivewebLivewebAttachment;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefUniversalEmbeddingRetrievalDebug;
+ private IndexingDocjoinerDataVersionVersionInfo qualityAnimaRoutinesRoutinesPropertiesProto;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebitIntermediaryMids;
+ private IndexingDocjoinerDataVersionVersionInfo qualityAuthorityTopicEmbeddings;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebitScopeFprint;
+ private IndexingDocjoinerDataVersionVersionInfo qualityAuthorshipAuthorAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebitScopeSignals;
+ private IndexingDocjoinerDataVersionVersionInfo qualityBreadcrumbsBreadcrumbAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebitTripleSignals;
+ private IndexingDocjoinerDataVersionVersionInfo qualityCalypsoAppsLink;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebrefEntities;
+ private IndexingDocjoinerDataVersionVersionInfo qualityChardDocument;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebrefStatus;
+ private IndexingDocjoinerDataVersionVersionInfo qualityChardPredictedQueryFringeScore;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebtablesDataTableAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityChardPredictedXlq;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebtablesDataTableMidAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityChardPredictedXlqSevereHoax;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWebtablesTranslationMessage;
+ private IndexingDocjoinerDataVersionVersionInfo qualityContraSelectedAttributions;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaAliasList;
+ private IndexingDocjoinerDataVersionVersionInfo qualityCopiaFireflySiteInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaAnnotatorWikipediaPageComponentAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityDiscoverUgcScatScatEmbeddingAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaSentenceCompressionAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityDniNewsstandPcu;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikiJoin;
+ private IndexingDocjoinerDataVersionVersionInfo qualityDniPcuAuxiliaryData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikiMapperTripleSet;
+ private IndexingDocjoinerDataVersionVersionInfo qualityDniPcuMetaAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikibaseEntity;
+ private IndexingDocjoinerDataVersionVersionInfo qualityDniPcuParsedData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikidataOrgTripleSet;
+ private IndexingDocjoinerDataVersionVersionInfo qualityDniPcuRawData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikitrustWikiTrustInfo;
+ private IndexingDocjoinerDataVersionVersionInfo qualityExploreQueryableFeedEcsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo researchCoauthorOpinionAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityExploreQueryableFeedHashtagAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo researchStructuredDataInadvertentAnchorScoreAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityExploreQueryableFeedHashtagListAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo researchStructuredDataKnowledgeExplorationAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityExploreQueryableFeedTopicFeedScoringSignals;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo researchStructuredDataNewsEmbeddingAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityFlavorsFlavorSet;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo richsnippetsDataObject;
+ private IndexingDocjoinerDataVersionVersionInfo qualityForumrankingUgcPageQualityDocumentAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo richsnippetsFeedPageMap;
+ private IndexingDocjoinerDataVersionVersionInfo qualityFreshnessAbacusInstantNavBoostDocumentAnon;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo richsnippetsPageMap;
+ private IndexingDocjoinerDataVersionVersionInfo qualityFreshnessAbacusInstantNegativeClicksInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo richsnippetsPageMapAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityFringeFringeQueryPrior;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo richsnippetsSchemaThing;
+ private IndexingDocjoinerDataVersionVersionInfo qualityGeoBrainlocGoldmineBrainlocAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo rosettaLanguage;
+ private IndexingDocjoinerDataVersionVersionInfo qualityGeoLoglocGoldmineDocumentLocationAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo safesearchPageClassifierOutput;
+ private IndexingDocjoinerDataVersionVersionInfo qualityHistoricalContentAge;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo safesearchSafeSearchInternalPageSignals;
+ private IndexingDocjoinerDataVersionVersionInfo qualityHorizonProtoHorizonEmbeddings;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo scienceIndexSignal;
+ private IndexingDocjoinerDataVersionVersionInfo qualityHorizonRecordInfoAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo searchEngagementHighlightSharedHighlightSignal;
+ private IndexingDocjoinerDataVersionVersionInfo qualityImprovDocToQueries;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo searcharSearchArPipelineSignal;
+ private IndexingDocjoinerDataVersionVersionInfo qualityImprovImprovAnchors;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo shoppingQualityShoppingSiteClassifier;
+ private IndexingDocjoinerDataVersionVersionInfo qualityLisztomaniaDocument;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo shoppingQualityShoppingSiteClassifierShopfab;
+ private IndexingDocjoinerDataVersionVersionInfo qualityModernProtoUcpDocInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo shoppingWebentityShoppingAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityModernProtoUcpServingData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo sitemapsSitemapsSignals;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNaturalPearlsNaturalPearlsDocumentAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo smearingSmearedTerms;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNavboostCrapsCrapsData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo socialPersonalizationKnexAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNavboostCrapsCrapsPatternSignal;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamBrainSpamBrainData;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNegativeClicksNegativeClicksInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamBrainSpamBrainPageClassifierAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNlqStructuredSearchAnnotationAnalysisAutomaticExtractionAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamContentAnchorDist;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNlqStructuredSearchListingPagesListingPageAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamContentAuthenticAuthenticTextAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNsrDokiAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamContentImageMapPb;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNsrNsrData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamContentSiteAgeStats;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNsrNsrSitechunksAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamCookbookCookbookAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNsrPairwiseqPairwiseQData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamCookbookCookbookSitechunkAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNsrPqData;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamFatpingIndexFeed;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNsrSiteAuthority;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamGodclusterAffIdAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityNsrUvSitechunksAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamGodclusterServerHeaderAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityOrbitAsteroidBeltIntermediateDocumentIntentScores;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamGooglebombsGooglebombsAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPagemasterPagemasterAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamHackedSitesDocSpamInfo;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPanopticIndexingDiscoverCorpusAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamHackedSitesGpgbGpgbNgramStats;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPanopticIndexingDiscoverDocumentSignal;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamHackedSitesWordFrequencies;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPanopticIndexingPanopticAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamJsJsInfo;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPanopticStorytimeAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamScamScamness;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPanopticStorytimeScoringSignals;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamScamUnauthoritativeSite;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPanopticVoiceUgcAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo spamTokensSpamTokensAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPeoplesearchNamedetectorNameOccurrenceAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo tableTalkStrideOfferPagePriceAnnotation;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPeoplesearchNamedetectorNavboostNameAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo tasksTabaTabaDocSignals;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsChromeBackgroundAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo telephoneNumberAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsHubDataAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo timeAnnotationTags;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsTopicStatsTopicScoreAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo timeAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsUrlPredictionAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo timeRangeAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsUrlSourceAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo travelAssistantTravelDocClassification;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPricedetectorKefirPriceAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo ucpSignal;
+ private IndexingDocjoinerDataVersionVersionInfo qualityPricedetectorProductBlockAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo udrConverterDocumentShoppingData;
+ private IndexingDocjoinerDataVersionVersionInfo qualityProseJsonLdAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo udrConverterOffer;
+ private IndexingDocjoinerDataVersionVersionInfo qualityProseThumbnailSelection;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo udrConverterProductBlockData;
+ private IndexingDocjoinerDataVersionVersionInfo qualityQ2QualityBoost;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo udrProtoDetailedEntityScores;
+ private IndexingDocjoinerDataVersionVersionInfo qualityQ2SiteQualityFeatures;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo udrProtoOverlay;
+ private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeBoostRealtimeBoostEvent;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo udrProtoWebrefMention;
+ private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeBoostRealtimeBoostResponse;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo universalFacts;
+ private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeBoostSeismographEventAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo unwantedImageDataList;
+ private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeRealtimeResultInfo;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo uriAnnotations;
+ private IndexingDocjoinerDataVersionVersionInfo qualityRealtimeRtFactAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo utilStatusProto;
+ private IndexingDocjoinerDataVersionVersionInfo qualityResultFilteringIndexingClusterAnnotations;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo verticalsDiscussionDiscussionAnnotationTag;
+ private IndexingDocjoinerDataVersionVersionInfo qualityRichsnippetsAppsProtosApplicationInformationAttachment;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoCrawlAutomatedAudioExtractionSignals;
+ private IndexingDocjoinerDataVersionVersionInfo qualityRodinRodinSiteSignal;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoCrawlAutomatedExtractionSignals;
+ private IndexingDocjoinerDataVersionVersionInfo qualitySalientCountriesSalientCountrySet;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoCrawlDomainVideoClickData;
+ private IndexingDocjoinerDataVersionVersionInfo qualitySalientStructuresSalientStructureSet;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoCrawlVideoClickData;
+ private IndexingDocjoinerDataVersionVersionInfo qualitySalientStuffSalientStuffSet;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoCrawlVideoSalientTermSet;
+ private IndexingDocjoinerDataVersionVersionInfo qualitySalientTermsQuerySmearingModel;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoCrawlVideoScoringSignals;
+ private IndexingDocjoinerDataVersionVersionInfo qualitySalientTermsSalientTermSet;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoCrawlWatchPagePatternClassification;
+ private IndexingDocjoinerDataVersionVersionInfo qualitySearchoversiteAnnotatorStructuredResultsAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoCrawlYoutubeEmbedSignal;
+ private IndexingDocjoinerDataVersionVersionInfo qualitySherlockKnexAnnotation;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoScoringSignal;
+ private IndexingDocjoinerDataVersionVersionInfo qualityShoppingDtcDomainsSignal;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoWebGallery;
+ private IndexingDocjoinerDataVersionVersionInfo qualityShoppingProductReview;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo videoYoutubeLiveCardioCardioStats;
+ private IndexingDocjoinerDataVersionVersionInfo qualityShoppingProductReviewPage;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo volt;
+ private IndexingDocjoinerDataVersionVersionInfo qualityShoppingShoppingProductReviewAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySimilarpagesRelatedInfoSignal;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySitemapDocument;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySitemapThirdPartyCarouselsItemLists;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySixfaceSixfaceUrlData;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySnippetsHiddenTextHiddenSpanAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySnippetsListSnippetsAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySnippetsMetadescriptionDuplicateMetaSiteSignal;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySnippetsSnippetSpansInfo;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySosGoldmineSosAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualitySummarySummary;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityTangramInformationTypes;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityTimebasedTimeSensitivityTimeSensitivityAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityTitlesAlternativeTitlesInfo;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityTitlesSitelinksTargetTitleInfo;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityTwiddlerDomainClassification;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityViewsAnswersAnswerAnnotationInfo;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityVisualwebVisualWebAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityVisualwebVisualWebModelsAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityWebanswersAltTitleSaftDoc;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityWebanswersTranscriptAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityWebfeederDocEmbedding;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo qualityWebshineDocResources;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo rankBoostDocAttachment;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo rankembed;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo relativeDateAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsAddressAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsAmenitiesAmenitiesAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsCrawzallAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsDiscussionThreadDiscussionViewProto;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsLicensedResources;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsListFilterAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsListSummaryAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsMicrodataMicrodataAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsMicroformatsHproduct;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsMicroformatsMicroformatAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsPhoneTypePhoneTypeAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsRdfaRdfaAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsRodinArticleAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSectionHeadingAnnotations;
/**
* The value may be {@code null}.
*/
- @com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo watchpageLanguageWatchPageLanguageResult;
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSnippetSegmentSnippetSegmentAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeAuthoritySignal;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeDeeplinkAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeExtractorTopicAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeExtractorTripleAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeSporeEtlAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsSporeSporeEtlInputAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsStorehoursStoreHoursAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsVerseAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryAnnotationsWebanswersContextItemAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumEncyclojoinsEncycloJoin;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumGoldmineTriplificationResult;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumGoldmineTypeAssertionOutput;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumWebkvWebKv;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryProtiumWikiaWikiaInfo;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryUpdaterIndexSelectionAttachment;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefAuthorExtractionAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefEntityJoin;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefExperimentalWebrefEntitiesAttachment;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefGraphMention;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefJuggernautIndices;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPageClassificationAnchorSignalsSet;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPageClassificationSignalsSet;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPiannoDocumentIntent;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPiannoDocumentIntents;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPiannoTvSeasonEpisode;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPreprocessingReferencePageCandidateList;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefReconcileResponse;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefRefconJugglerReferencePageMappings;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefReferencePagesClassifierScoredPage;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefSalientEntitySet;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefUndermergedEntities;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefUniversalEmbeddingRetrievalDebug;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebitIntermediaryMids;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebitScopeFprint;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebitScopeSignals;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebitTripleSignals;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebrefEntities;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebrefWebrefStatus;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebtablesDataTableAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebtablesDataTableMidAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWebtablesTranslationMessage;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaAliasList;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaAnnotatorWikipediaPageComponentAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaSentenceCompressionAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikiJoin;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikiMapperTripleSet;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikibaseEntity;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikidataOrgTripleSet;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo repositoryWikipediaWikitrustWikiTrustInfo;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo researchCoauthorOpinionAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo researchStructuredDataInadvertentAnchorScoreAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo researchStructuredDataKnowledgeExplorationAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo researchStructuredDataNewsEmbeddingAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo richsnippetsDataObject;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo richsnippetsFeedPageMap;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo richsnippetsPageMap;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo richsnippetsPageMapAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo richsnippetsSchemaThing;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo robotsPolicy;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo rosettaLanguage;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo safesearchPageClassifierOutput;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo safesearchSafeSearchInternalPageSignals;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo scienceIndexSignal;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo searchEngagementHighlightSharedHighlightSignal;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo searcharSearchArPipelineSignal;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo shoppingQualityShoppingSiteClassifier;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo shoppingQualityShoppingSiteClassifierShopfab;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo shoppingWebentityShoppingAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo sitemapsSitemapsSignals;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo smearingSmearedTerms;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo socialPersonalizationKnexAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamBrainSpamBrainData;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamBrainSpamBrainPageClassifierAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamContentAnchorDist;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamContentAuthenticAuthenticTextAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamContentImageMapPb;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamContentSiteAgeStats;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamCookbookCookbookAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamCookbookCookbookSitechunkAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamFatpingIndexFeed;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamGodclusterAffIdAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamGodclusterServerHeaderAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamGooglebombsGooglebombsAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamHackedSitesDocSpamInfo;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamHackedSitesGpgbGpgbNgramStats;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamHackedSitesWordFrequencies;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamJsJsInfo;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamScamScamness;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamScamUnauthoritativeSite;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spamTokensSpamTokensAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo spambrainDomainSitechunkData;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo tableTalkStrideOfferPagePriceAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo tasksTabaTabaDocSignals;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo telephoneNumberAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo timeAnnotationTags;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo timeAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo timeRangeAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo travelAssistantTravelDocClassification;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo trawlerEffectiveRobotsContent;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo ucpSignal;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo udrConverterDocumentShoppingData;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo udrConverterOffer;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo udrConverterProductBlockData;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo udrProtoDetailedEntityScores;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo udrProtoOverlay;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo udrProtoWebrefMention;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo universalFacts;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo unwantedImageDataList;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo uriAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo utilStatusProto;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo verticalsDiscussionDiscussionAnnotationTag;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoCrawlAutomatedAudioExtractionSignals;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoCrawlAutomatedExtractionSignals;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoCrawlDomainVideoClickData;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoCrawlVideoClickData;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoCrawlVideoSalientTermSet;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoCrawlVideoScoringSignals;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoCrawlWatchPagePatternClassification;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoCrawlYoutubeEmbedSignal;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoScoringSignal;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoShoppingVideoShoppingAnnotation;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoWebGallery;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo videoYoutubeLiveCardioCardioStats;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo volt;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo watchpageLanguageWatchPageLanguageResult;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo websitetoolsFeedsAnnotationsFeedContentAnnotations;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo websitetoolsFeedsLinkedFeedLinkedFeed;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo websitetoolsFeedsPodcastPodcastSignals;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo websitetoolsFeedsSporeFeedsSporeTriples;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo whatshappStrideExtractions;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo youtubeAlexandriaYoutubeBody;
+
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private IndexingDocjoinerDataVersionVersionInfo youtubeAlexandriaYoutubeSignal;
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getAcceleratedShoppingSignal() {
+ return acceleratedShoppingSignal;
+ }
+
+ /**
+ * @param acceleratedShoppingSignal acceleratedShoppingSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setAcceleratedShoppingSignal(IndexingDocjoinerDataVersionVersionInfo acceleratedShoppingSignal) {
+ this.acceleratedShoppingSignal = acceleratedShoppingSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getAdsAdsaiMagicApfelApfelRegionFinderAnnotation() {
+ return adsAdsaiMagicApfelApfelRegionFinderAnnotation;
+ }
+
+ /**
+ * @param adsAdsaiMagicApfelApfelRegionFinderAnnotation adsAdsaiMagicApfelApfelRegionFinderAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setAdsAdsaiMagicApfelApfelRegionFinderAnnotation(IndexingDocjoinerDataVersionVersionInfo adsAdsaiMagicApfelApfelRegionFinderAnnotation) {
+ this.adsAdsaiMagicApfelApfelRegionFinderAnnotation = adsAdsaiMagicApfelApfelRegionFinderAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getAdsAdsaiMagicMagicPageTypeAnnotation() {
+ return adsAdsaiMagicMagicPageTypeAnnotation;
+ }
+
+ /**
+ * @param adsAdsaiMagicMagicPageTypeAnnotation adsAdsaiMagicMagicPageTypeAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setAdsAdsaiMagicMagicPageTypeAnnotation(IndexingDocjoinerDataVersionVersionInfo adsAdsaiMagicMagicPageTypeAnnotation) {
+ this.adsAdsaiMagicMagicPageTypeAnnotation = adsAdsaiMagicMagicPageTypeAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getAdsShoppingWebpxRawShoppingAnnotation() {
+ return adsShoppingWebpxRawShoppingAnnotation;
+ }
+
+ /**
+ * @param adsShoppingWebpxRawShoppingAnnotation adsShoppingWebpxRawShoppingAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setAdsShoppingWebpxRawShoppingAnnotation(IndexingDocjoinerDataVersionVersionInfo adsShoppingWebpxRawShoppingAnnotation) {
+ this.adsShoppingWebpxRawShoppingAnnotation = adsShoppingWebpxRawShoppingAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getAmphtmlSignedExchangeErrorDetails() {
+ return amphtmlSignedExchangeErrorDetails;
+ }
+
+ /**
+ * @param amphtmlSignedExchangeErrorDetails amphtmlSignedExchangeErrorDetails or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setAmphtmlSignedExchangeErrorDetails(IndexingDocjoinerDataVersionVersionInfo amphtmlSignedExchangeErrorDetails) {
+ this.amphtmlSignedExchangeErrorDetails = amphtmlSignedExchangeErrorDetails;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getAmphtmlSignedExchangeValidationPayload() {
+ return amphtmlSignedExchangeValidationPayload;
+ }
+
+ /**
+ * @param amphtmlSignedExchangeValidationPayload amphtmlSignedExchangeValidationPayload or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setAmphtmlSignedExchangeValidationPayload(IndexingDocjoinerDataVersionVersionInfo amphtmlSignedExchangeValidationPayload) {
+ this.amphtmlSignedExchangeValidationPayload = amphtmlSignedExchangeValidationPayload;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getAnalyticsSiteidAnalyticsPropertyAnnotation() {
+ return analyticsSiteidAnalyticsPropertyAnnotation;
+ }
+
+ /**
+ * @param analyticsSiteidAnalyticsPropertyAnnotation analyticsSiteidAnalyticsPropertyAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setAnalyticsSiteidAnalyticsPropertyAnnotation(IndexingDocjoinerDataVersionVersionInfo analyticsSiteidAnalyticsPropertyAnnotation) {
+ this.analyticsSiteidAnalyticsPropertyAnnotation = analyticsSiteidAnalyticsPropertyAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getAnalyticsSiteidAnalyticsRenderedOutput() {
+ return analyticsSiteidAnalyticsRenderedOutput;
+ }
+
+ /**
+ * @param analyticsSiteidAnalyticsRenderedOutput analyticsSiteidAnalyticsRenderedOutput or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setAnalyticsSiteidAnalyticsRenderedOutput(IndexingDocjoinerDataVersionVersionInfo analyticsSiteidAnalyticsRenderedOutput) {
+ this.analyticsSiteidAnalyticsRenderedOutput = analyticsSiteidAnalyticsRenderedOutput;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getAuthenticSiteRankData() {
+ return authenticSiteRankData;
+ }
+
+ /**
+ * @param authenticSiteRankData authenticSiteRankData or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setAuthenticSiteRankData(IndexingDocjoinerDataVersionVersionInfo authenticSiteRankData) {
+ this.authenticSiteRankData = authenticSiteRankData;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getBabelEncoderBabelEncodings() {
+ return babelEncoderBabelEncodings;
+ }
+
+ /**
+ * @param babelEncoderBabelEncodings babelEncoderBabelEncodings or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setBabelEncoderBabelEncodings(IndexingDocjoinerDataVersionVersionInfo babelEncoderBabelEncodings) {
+ this.babelEncoderBabelEncodings = babelEncoderBabelEncodings;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getBadurlsBadurlsForceSelectionSignal() {
+ return badurlsBadurlsForceSelectionSignal;
+ }
+
+ /**
+ * @param badurlsBadurlsForceSelectionSignal badurlsBadurlsForceSelectionSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setBadurlsBadurlsForceSelectionSignal(IndexingDocjoinerDataVersionVersionInfo badurlsBadurlsForceSelectionSignal) {
+ this.badurlsBadurlsForceSelectionSignal = badurlsBadurlsForceSelectionSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getBoilerplateAnnotations() {
+ return boilerplateAnnotations;
+ }
+
+ /**
+ * @param boilerplateAnnotations boilerplateAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setBoilerplateAnnotations(IndexingDocjoinerDataVersionVersionInfo boilerplateAnnotations) {
+ this.boilerplateAnnotations = boilerplateAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getBoilerplateVisibleBytesEstimates() {
+ return boilerplateVisibleBytesEstimates;
+ }
+
+ /**
+ * @param boilerplateVisibleBytesEstimates boilerplateVisibleBytesEstimates or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setBoilerplateVisibleBytesEstimates(IndexingDocjoinerDataVersionVersionInfo boilerplateVisibleBytesEstimates) {
+ this.boilerplateVisibleBytesEstimates = boilerplateVisibleBytesEstimates;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getChromeCounts() {
+ return chromeCounts;
+ }
+
+ /**
+ * @param chromeCounts chromeCounts or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setChromeCounts(IndexingDocjoinerDataVersionVersionInfo chromeCounts) {
+ this.chromeCounts = chromeCounts;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCommerceDataqualityOrganicCrawledSellerData() {
+ return commerceDataqualityOrganicCrawledSellerData;
+ }
+
+ /**
+ * @param commerceDataqualityOrganicCrawledSellerData commerceDataqualityOrganicCrawledSellerData or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCommerceDataqualityOrganicCrawledSellerData(IndexingDocjoinerDataVersionVersionInfo commerceDataqualityOrganicCrawledSellerData) {
+ this.commerceDataqualityOrganicCrawledSellerData = commerceDataqualityOrganicCrawledSellerData;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCommerceDataqualityOrganicShoppingAnnotationSignal() {
+ return commerceDataqualityOrganicShoppingAnnotationSignal;
+ }
+
+ /**
+ * @param commerceDataqualityOrganicShoppingAnnotationSignal commerceDataqualityOrganicShoppingAnnotationSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCommerceDataqualityOrganicShoppingAnnotationSignal(IndexingDocjoinerDataVersionVersionInfo commerceDataqualityOrganicShoppingAnnotationSignal) {
+ this.commerceDataqualityOrganicShoppingAnnotationSignal = commerceDataqualityOrganicShoppingAnnotationSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCommerceDataqualityOrganicShoppingSiteQuality() {
+ return commerceDataqualityOrganicShoppingSiteQuality;
+ }
+
+ /**
+ * @param commerceDataqualityOrganicShoppingSiteQuality commerceDataqualityOrganicShoppingSiteQuality or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCommerceDataqualityOrganicShoppingSiteQuality(IndexingDocjoinerDataVersionVersionInfo commerceDataqualityOrganicShoppingSiteQuality) {
+ this.commerceDataqualityOrganicShoppingSiteQuality = commerceDataqualityOrganicShoppingSiteQuality;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCommonsenseQueriosityGoldmineQnaAnnotations() {
+ return commonsenseQueriosityGoldmineQnaAnnotations;
+ }
+
+ /**
+ * @param commonsenseQueriosityGoldmineQnaAnnotations commonsenseQueriosityGoldmineQnaAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCommonsenseQueriosityGoldmineQnaAnnotations(IndexingDocjoinerDataVersionVersionInfo commonsenseQueriosityGoldmineQnaAnnotations) {
+ this.commonsenseQueriosityGoldmineQnaAnnotations = commonsenseQueriosityGoldmineQnaAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCommonsenseScoredCompoundReferenceAnnotation() {
+ return commonsenseScoredCompoundReferenceAnnotation;
+ }
+
+ /**
+ * @param commonsenseScoredCompoundReferenceAnnotation commonsenseScoredCompoundReferenceAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCommonsenseScoredCompoundReferenceAnnotation(IndexingDocjoinerDataVersionVersionInfo commonsenseScoredCompoundReferenceAnnotation) {
+ this.commonsenseScoredCompoundReferenceAnnotation = commonsenseScoredCompoundReferenceAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCommonsenseStoneSoupProtoRaffiaInstructionsSeq() {
+ return commonsenseStoneSoupProtoRaffiaInstructionsSeq;
+ }
+
+ /**
+ * @param commonsenseStoneSoupProtoRaffiaInstructionsSeq commonsenseStoneSoupProtoRaffiaInstructionsSeq or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCommonsenseStoneSoupProtoRaffiaInstructionsSeq(IndexingDocjoinerDataVersionVersionInfo commonsenseStoneSoupProtoRaffiaInstructionsSeq) {
+ this.commonsenseStoneSoupProtoRaffiaInstructionsSeq = commonsenseStoneSoupProtoRaffiaInstructionsSeq;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getContraContentReviewAnnotations() {
+ return contraContentReviewAnnotations;
+ }
+
+ /**
+ * @param contraContentReviewAnnotations contraContentReviewAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setContraContentReviewAnnotations(IndexingDocjoinerDataVersionVersionInfo contraContentReviewAnnotations) {
+ this.contraContentReviewAnnotations = contraContentReviewAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getContraCuratedContent() {
+ return contraCuratedContent;
+ }
+
+ /**
+ * @param contraCuratedContent contraCuratedContent or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setContraCuratedContent(IndexingDocjoinerDataVersionVersionInfo contraCuratedContent) {
+ this.contraCuratedContent = contraCuratedContent;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCountryCountryAttachment() {
+ return countryCountryAttachment;
+ }
+
+ /**
+ * @param countryCountryAttachment countryCountryAttachment or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCountryCountryAttachment(IndexingDocjoinerDataVersionVersionInfo countryCountryAttachment) {
+ this.countryCountryAttachment = countryCountryAttachment;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCrawzallSignal() {
+ return crawzallSignal;
+ }
+
+ /**
+ * @param crawzallSignal crawzallSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCrawzallSignal(IndexingDocjoinerDataVersionVersionInfo crawzallSignal) {
+ this.crawzallSignal = crawzallSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCreator() {
+ return creator;
+ }
+
+ /**
+ * @param creator creator or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCreator(IndexingDocjoinerDataVersionVersionInfo creator) {
+ this.creator = creator;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getCreatorjoinsEmbeddedUgcAnnotation() {
+ return creatorjoinsEmbeddedUgcAnnotation;
+ }
+
+ /**
+ * @param creatorjoinsEmbeddedUgcAnnotation creatorjoinsEmbeddedUgcAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setCreatorjoinsEmbeddedUgcAnnotation(IndexingDocjoinerDataVersionVersionInfo creatorjoinsEmbeddedUgcAnnotation) {
+ this.creatorjoinsEmbeddedUgcAnnotation = creatorjoinsEmbeddedUgcAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDatacommonsDatacommonsTriplesSignal() {
+ return datacommonsDatacommonsTriplesSignal;
+ }
+
+ /**
+ * @param datacommonsDatacommonsTriplesSignal datacommonsDatacommonsTriplesSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDatacommonsDatacommonsTriplesSignal(IndexingDocjoinerDataVersionVersionInfo datacommonsDatacommonsTriplesSignal) {
+ this.datacommonsDatacommonsTriplesSignal = datacommonsDatacommonsTriplesSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDateAnnotationTags() {
+ return dateAnnotationTags;
+ }
+
+ /**
+ * @param dateAnnotationTags dateAnnotationTags or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDateAnnotationTags(IndexingDocjoinerDataVersionVersionInfo dateAnnotationTags) {
+ this.dateAnnotationTags = dateAnnotationTags;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDateAnnotations() {
+ return dateAnnotations;
+ }
+
+ /**
+ * @param dateAnnotations dateAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDateAnnotations(IndexingDocjoinerDataVersionVersionInfo dateAnnotations) {
+ this.dateAnnotations = dateAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDateRangeAnnotations() {
+ return dateRangeAnnotations;
+ }
+
+ /**
+ * @param dateRangeAnnotations dateRangeAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDateRangeAnnotations(IndexingDocjoinerDataVersionVersionInfo dateRangeAnnotations) {
+ this.dateRangeAnnotations = dateRangeAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDateTimeAnnotations() {
+ return dateTimeAnnotations;
+ }
+
+ /**
+ * @param dateTimeAnnotations dateTimeAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDateTimeAnnotations(IndexingDocjoinerDataVersionVersionInfo dateTimeAnnotations) {
+ this.dateTimeAnnotations = dateTimeAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDiscoverSource() {
+ return discoverSource;
+ }
+
+ /**
+ * @param discoverSource discoverSource or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDiscoverSource(IndexingDocjoinerDataVersionVersionInfo discoverSource) {
+ this.discoverSource = discoverSource;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDiscussion() {
+ return discussion;
+ }
+
+ /**
+ * @param discussion discussion or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDiscussion(IndexingDocjoinerDataVersionVersionInfo discussion) {
+ this.discussion = discussion;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDocumentIntent() {
+ return documentIntent;
+ }
+
+ /**
+ * @param documentIntent documentIntent or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDocumentIntent(IndexingDocjoinerDataVersionVersionInfo documentIntent) {
+ this.documentIntent = documentIntent;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDotsGaramondSignal() {
+ return dotsGaramondSignal;
+ }
+
+ /**
+ * @param dotsGaramondSignal dotsGaramondSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDotsGaramondSignal(IndexingDocjoinerDataVersionVersionInfo dotsGaramondSignal) {
+ this.dotsGaramondSignal = dotsGaramondSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getDotsNewsstandSignal() {
+ return dotsNewsstandSignal;
+ }
+
+ /**
+ * @param dotsNewsstandSignal dotsNewsstandSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setDotsNewsstandSignal(IndexingDocjoinerDataVersionVersionInfo dotsNewsstandSignal) {
+ this.dotsNewsstandSignal = dotsNewsstandSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getEmailAddressAnnotations() {
+ return emailAddressAnnotations;
+ }
+
+ /**
+ * @param emailAddressAnnotations emailAddressAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setEmailAddressAnnotations(IndexingDocjoinerDataVersionVersionInfo emailAddressAnnotations) {
+ this.emailAddressAnnotations = emailAddressAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getExtractedBookInfo() {
+ return extractedBookInfo;
+ }
+
+ /**
+ * @param extractedBookInfo extractedBookInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setExtractedBookInfo(IndexingDocjoinerDataVersionVersionInfo extractedBookInfo) {
+ this.extractedBookInfo = extractedBookInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getFastDataPropagationTestSignalContent() {
+ return fastDataPropagationTestSignalContent;
+ }
+
+ /**
+ * @param fastDataPropagationTestSignalContent fastDataPropagationTestSignalContent or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setFastDataPropagationTestSignalContent(IndexingDocjoinerDataVersionVersionInfo fastDataPropagationTestSignalContent) {
+ this.fastDataPropagationTestSignalContent = fastDataPropagationTestSignalContent;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getFatcatCompactDocClassification() {
+ return fatcatCompactDocClassification;
+ }
+
+ /**
+ * @param fatcatCompactDocClassification fatcatCompactDocClassification or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setFatcatCompactDocClassification(IndexingDocjoinerDataVersionVersionInfo fatcatCompactDocClassification) {
+ this.fatcatCompactDocClassification = fatcatCompactDocClassification;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getFatcatSiteVerticalsAnnotation() {
+ return fatcatSiteVerticalsAnnotation;
+ }
+
+ /**
+ * @param fatcatSiteVerticalsAnnotation fatcatSiteVerticalsAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setFatcatSiteVerticalsAnnotation(IndexingDocjoinerDataVersionVersionInfo fatcatSiteVerticalsAnnotation) {
+ this.fatcatSiteVerticalsAnnotation = fatcatSiteVerticalsAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getFirstseen() {
+ return firstseen;
+ }
+
+ /**
+ * @param firstseen firstseen or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setFirstseen(IndexingDocjoinerDataVersionVersionInfo firstseen) {
+ this.firstseen = firstseen;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getFontsAnalysisAnnotatorFontsAnnotation() {
+ return fontsAnalysisAnnotatorFontsAnnotation;
+ }
+
+ /**
+ * @param fontsAnalysisAnnotatorFontsAnnotation fontsAnalysisAnnotatorFontsAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setFontsAnalysisAnnotatorFontsAnnotation(IndexingDocjoinerDataVersionVersionInfo fontsAnalysisAnnotatorFontsAnnotation) {
+ this.fontsAnalysisAnnotatorFontsAnnotation = fontsAnalysisAnnotatorFontsAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getForumRankingForumPostsSafeSearchAnnotation() {
+ return forumRankingForumPostsSafeSearchAnnotation;
+ }
+
+ /**
+ * @param forumRankingForumPostsSafeSearchAnnotation forumRankingForumPostsSafeSearchAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setForumRankingForumPostsSafeSearchAnnotation(IndexingDocjoinerDataVersionVersionInfo forumRankingForumPostsSafeSearchAnnotation) {
+ this.forumRankingForumPostsSafeSearchAnnotation = forumRankingForumPostsSafeSearchAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getFoundationSplinterSignal() {
+ return foundationSplinterSignal;
+ }
+
+ /**
+ * @param foundationSplinterSignal foundationSplinterSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setFoundationSplinterSignal(IndexingDocjoinerDataVersionVersionInfo foundationSplinterSignal) {
+ this.foundationSplinterSignal = foundationSplinterSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getFreshboxFreshboxArticleAnnotation() {
+ return freshboxFreshboxArticleAnnotation;
+ }
+
+ /**
+ * @param freshboxFreshboxArticleAnnotation freshboxFreshboxArticleAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setFreshboxFreshboxArticleAnnotation(IndexingDocjoinerDataVersionVersionInfo freshboxFreshboxArticleAnnotation) {
+ this.freshboxFreshboxArticleAnnotation = freshboxFreshboxArticleAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getGeoCarsVehicleDetailsPageAnnotation() {
+ return geoCarsVehicleDetailsPageAnnotation;
+ }
+
+ /**
+ * @param geoCarsVehicleDetailsPageAnnotation geoCarsVehicleDetailsPageAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setGeoCarsVehicleDetailsPageAnnotation(IndexingDocjoinerDataVersionVersionInfo geoCarsVehicleDetailsPageAnnotation) {
+ this.geoCarsVehicleDetailsPageAnnotation = geoCarsVehicleDetailsPageAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getGeoPointAnnotations() {
+ return geoPointAnnotations;
+ }
+
+ /**
+ * @param geoPointAnnotations geoPointAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setGeoPointAnnotations(IndexingDocjoinerDataVersionVersionInfo geoPointAnnotations) {
+ this.geoPointAnnotations = geoPointAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getGeoPointResolution() {
+ return geoPointResolution;
+ }
+
+ /**
+ * @param geoPointResolution geoPointResolution or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setGeoPointResolution(IndexingDocjoinerDataVersionVersionInfo geoPointResolution) {
+ this.geoPointResolution = geoPointResolution;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getGeostoreAddressProto() {
+ return geostoreAddressProto;
+ }
+
+ /**
+ * @param geostoreAddressProto geostoreAddressProto or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setGeostoreAddressProto(IndexingDocjoinerDataVersionVersionInfo geostoreAddressProto) {
+ this.geostoreAddressProto = geostoreAddressProto;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getI2eV2ImageEntitiesInfos() {
+ return i2eV2ImageEntitiesInfos;
+ }
+
+ /**
+ * @param i2eV2ImageEntitiesInfos i2eV2ImageEntitiesInfos or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setI2eV2ImageEntitiesInfos(IndexingDocjoinerDataVersionVersionInfo i2eV2ImageEntitiesInfos) {
+ this.i2eV2ImageEntitiesInfos = i2eV2ImageEntitiesInfos;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageContentAnnotationLabels() {
+ return imageContentAnnotationLabels;
+ }
+
+ /**
+ * @param imageContentAnnotationLabels imageContentAnnotationLabels or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageContentAnnotationLabels(IndexingDocjoinerDataVersionVersionInfo imageContentAnnotationLabels) {
+ this.imageContentAnnotationLabels = imageContentAnnotationLabels;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageContentColorSearchColorDetectionResults() {
+ return imageContentColorSearchColorDetectionResults;
+ }
+
+ /**
+ * @param imageContentColorSearchColorDetectionResults imageContentColorSearchColorDetectionResults or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageContentColorSearchColorDetectionResults(IndexingDocjoinerDataVersionVersionInfo imageContentColorSearchColorDetectionResults) {
+ this.imageContentColorSearchColorDetectionResults = imageContentColorSearchColorDetectionResults;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageDataList() {
+ return imageDataList;
+ }
+
+ /**
+ * @param imageDataList imageDataList or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageDataList(IndexingDocjoinerDataVersionVersionInfo imageDataList) {
+ this.imageDataList = imageDataList;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageExtraImageExtraTerms() {
+ return imageExtraImageExtraTerms;
+ }
+
+ /**
+ * @param imageExtraImageExtraTerms imageExtraImageExtraTerms or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageExtraImageExtraTerms(IndexingDocjoinerDataVersionVersionInfo imageExtraImageExtraTerms) {
+ this.imageExtraImageExtraTerms = imageExtraImageExtraTerms;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageMonetizationFeaturedDocumentProperties() {
+ return imageMonetizationFeaturedDocumentProperties;
+ }
+
+ /**
+ * @param imageMonetizationFeaturedDocumentProperties imageMonetizationFeaturedDocumentProperties or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageMonetizationFeaturedDocumentProperties(IndexingDocjoinerDataVersionVersionInfo imageMonetizationFeaturedDocumentProperties) {
+ this.imageMonetizationFeaturedDocumentProperties = imageMonetizationFeaturedDocumentProperties;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageMustangFaviconInfo() {
+ return imageMustangFaviconInfo;
+ }
+
+ /**
+ * @param imageMustangFaviconInfo imageMustangFaviconInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageMustangFaviconInfo(IndexingDocjoinerDataVersionVersionInfo imageMustangFaviconInfo) {
+ this.imageMustangFaviconInfo = imageMustangFaviconInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageMustangWebsearchImageSnippetResponse() {
+ return imageMustangWebsearchImageSnippetResponse;
+ }
+
+ /**
+ * @param imageMustangWebsearchImageSnippetResponse imageMustangWebsearchImageSnippetResponse or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageMustangWebsearchImageSnippetResponse(IndexingDocjoinerDataVersionVersionInfo imageMustangWebsearchImageSnippetResponse) {
+ this.imageMustangWebsearchImageSnippetResponse = imageMustangWebsearchImageSnippetResponse;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageQualityLabelmakerDocMediaLabels() {
+ return imageQualityLabelmakerDocMediaLabels;
+ }
+
+ /**
+ * @param imageQualityLabelmakerDocMediaLabels imageQualityLabelmakerDocMediaLabels or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageQualityLabelmakerDocMediaLabels(IndexingDocjoinerDataVersionVersionInfo imageQualityLabelmakerDocMediaLabels) {
+ this.imageQualityLabelmakerDocMediaLabels = imageQualityLabelmakerDocMediaLabels;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageQualityLandingPageProtoLandingPageSalientTextSet() {
+ return imageQualityLandingPageProtoLandingPageSalientTextSet;
+ }
+
+ /**
+ * @param imageQualityLandingPageProtoLandingPageSalientTextSet imageQualityLandingPageProtoLandingPageSalientTextSet or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageQualityLandingPageProtoLandingPageSalientTextSet(IndexingDocjoinerDataVersionVersionInfo imageQualityLandingPageProtoLandingPageSalientTextSet) {
+ this.imageQualityLandingPageProtoLandingPageSalientTextSet = imageQualityLandingPageProtoLandingPageSalientTextSet;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageQualityLayoutDocument() {
+ return imageQualityLayoutDocument;
+ }
+
+ /**
+ * @param imageQualityLayoutDocument imageQualityLayoutDocument or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageQualityLayoutDocument(IndexingDocjoinerDataVersionVersionInfo imageQualityLayoutDocument) {
+ this.imageQualityLayoutDocument = imageQualityLayoutDocument;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageQualityRichdataProtoImageAnchor() {
+ return imageQualityRichdataProtoImageAnchor;
+ }
+
+ /**
+ * @param imageQualityRichdataProtoImageAnchor imageQualityRichdataProtoImageAnchor or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageQualityRichdataProtoImageAnchor(IndexingDocjoinerDataVersionVersionInfo imageQualityRichdataProtoImageAnchor) {
+ this.imageQualityRichdataProtoImageAnchor = imageQualityRichdataProtoImageAnchor;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageQualityRichdataProtoRichdata() {
+ return imageQualityRichdataProtoRichdata;
+ }
+
+ /**
+ * @param imageQualityRichdataProtoRichdata imageQualityRichdataProtoRichdata or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageQualityRichdataProtoRichdata(IndexingDocjoinerDataVersionVersionInfo imageQualityRichdataProtoRichdata) {
+ this.imageQualityRichdataProtoRichdata = imageQualityRichdataProtoRichdata;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageQualitySalientTermsImageQuerySmearingList() {
+ return imageQualitySalientTermsImageQuerySmearingList;
+ }
+
+ /**
+ * @param imageQualitySalientTermsImageQuerySmearingList imageQualitySalientTermsImageQuerySmearingList or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageQualitySalientTermsImageQuerySmearingList(IndexingDocjoinerDataVersionVersionInfo imageQualitySalientTermsImageQuerySmearingList) {
+ this.imageQualitySalientTermsImageQuerySmearingList = imageQualitySalientTermsImageQuerySmearingList;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageQualitySalientTermsImageSalientTermSetMap() {
+ return imageQualitySalientTermsImageSalientTermSetMap;
+ }
+
+ /**
+ * @param imageQualitySalientTermsImageSalientTermSetMap imageQualitySalientTermsImageSalientTermSetMap or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageQualitySalientTermsImageSalientTermSetMap(IndexingDocjoinerDataVersionVersionInfo imageQualitySalientTermsImageSalientTermSetMap) {
+ this.imageQualitySalientTermsImageSalientTermSetMap = imageQualitySalientTermsImageSalientTermSetMap;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageQualitySensitiveFaceSkinToneSignals() {
+ return imageQualitySensitiveFaceSkinToneSignals;
+ }
+
+ /**
+ * @param imageQualitySensitiveFaceSkinToneSignals imageQualitySensitiveFaceSkinToneSignals or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageQualitySensitiveFaceSkinToneSignals(IndexingDocjoinerDataVersionVersionInfo imageQualitySensitiveFaceSkinToneSignals) {
+ this.imageQualitySensitiveFaceSkinToneSignals = imageQualitySensitiveFaceSkinToneSignals;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageQualitySensitiveMediaOrPeopleEntities() {
+ return imageQualitySensitiveMediaOrPeopleEntities;
+ }
+
+ /**
+ * @param imageQualitySensitiveMediaOrPeopleEntities imageQualitySensitiveMediaOrPeopleEntities or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageQualitySensitiveMediaOrPeopleEntities(IndexingDocjoinerDataVersionVersionInfo imageQualitySensitiveMediaOrPeopleEntities) {
+ this.imageQualitySensitiveMediaOrPeopleEntities = imageQualitySensitiveMediaOrPeopleEntities;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageRepositoryGeolocation() {
+ return imageRepositoryGeolocation;
+ }
+
+ /**
+ * @param imageRepositoryGeolocation imageRepositoryGeolocation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageRepositoryGeolocation(IndexingDocjoinerDataVersionVersionInfo imageRepositoryGeolocation) {
+ this.imageRepositoryGeolocation = imageRepositoryGeolocation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageRepositoryPicasaGeoData() {
+ return imageRepositoryPicasaGeoData;
+ }
+
+ /**
+ * @param imageRepositoryPicasaGeoData imageRepositoryPicasaGeoData or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageRepositoryPicasaGeoData(IndexingDocjoinerDataVersionVersionInfo imageRepositoryPicasaGeoData) {
+ this.imageRepositoryPicasaGeoData = imageRepositoryPicasaGeoData;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageSearchRejectedImageInfoList() {
+ return imageSearchRejectedImageInfoList;
+ }
+
+ /**
+ * @param imageSearchRejectedImageInfoList imageSearchRejectedImageInfoList or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageSearchRejectedImageInfoList(IndexingDocjoinerDataVersionVersionInfo imageSearchRejectedImageInfoList) {
+ this.imageSearchRejectedImageInfoList = imageSearchRejectedImageInfoList;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageStockStockImageAnnotation() {
+ return imageStockStockImageAnnotation;
+ }
+
+ /**
+ * @param imageStockStockImageAnnotation imageStockStockImageAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageStockStockImageAnnotation(IndexingDocjoinerDataVersionVersionInfo imageStockStockImageAnnotation) {
+ this.imageStockStockImageAnnotation = imageStockStockImageAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageembed() {
+ return imageembed;
+ }
+
+ /**
+ * @param imageembed imageembed or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageembed(IndexingDocjoinerDataVersionVersionInfo imageembed) {
+ this.imageembed = imageembed;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getImageembedDomainNorm() {
+ return imageembedDomainNorm;
+ }
+
+ /**
+ * @param imageembedDomainNorm imageembedDomainNorm or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setImageembedDomainNorm(IndexingDocjoinerDataVersionVersionInfo imageembedDomainNorm) {
+ this.imageembedDomainNorm = imageembedDomainNorm;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAnnotationMeta() {
+ return indexingAnnotationsAnnotationMeta;
+ }
+
+ /**
+ * @param indexingAnnotationsAnnotationMeta indexingAnnotationsAnnotationMeta or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsAnnotationMeta(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAnnotationMeta) {
+ this.indexingAnnotationsAnnotationMeta = indexingAnnotationsAnnotationMeta;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAppMarketAppMarketAnnotation() {
+ return indexingAnnotationsAppMarketAppMarketAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsAppMarketAppMarketAnnotation indexingAnnotationsAppMarketAppMarketAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsAppMarketAppMarketAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAppMarketAppMarketAnnotation) {
+ this.indexingAnnotationsAppMarketAppMarketAnnotation = indexingAnnotationsAppMarketAppMarketAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAppsCacheColonAnnotation() {
+ return indexingAnnotationsAppsCacheColonAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsAppsCacheColonAnnotation indexingAnnotationsAppsCacheColonAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsAppsCacheColonAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAppsCacheColonAnnotation) {
+ this.indexingAnnotationsAppsCacheColonAnnotation = indexingAnnotationsAppsCacheColonAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation() {
+ return indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation) {
+ this.indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation = indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations() {
+ return indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations;
+ }
+
+ /**
+ * @param indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations) {
+ this.indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations = indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsCanonicalUrl() {
+ return indexingAnnotationsCanonicalUrl;
+ }
+
+ /**
+ * @param indexingAnnotationsCanonicalUrl indexingAnnotationsCanonicalUrl or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsCanonicalUrl(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsCanonicalUrl) {
+ this.indexingAnnotationsCanonicalUrl = indexingAnnotationsCanonicalUrl;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsCleanTextProto() {
+ return indexingAnnotationsCleanTextProto;
+ }
+
+ /**
+ * @param indexingAnnotationsCleanTextProto indexingAnnotationsCleanTextProto or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsCleanTextProto(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsCleanTextProto) {
+ this.indexingAnnotationsCleanTextProto = indexingAnnotationsCleanTextProto;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsCollectionsDocCollections() {
+ return indexingAnnotationsCollectionsDocCollections;
+ }
+
+ /**
+ * @param indexingAnnotationsCollectionsDocCollections indexingAnnotationsCollectionsDocCollections or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsCollectionsDocCollections(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsCollectionsDocCollections) {
+ this.indexingAnnotationsCollectionsDocCollections = indexingAnnotationsCollectionsDocCollections;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsCommentBlockGroups() {
+ return indexingAnnotationsCommentBlockGroups;
+ }
+
+ /**
+ * @param indexingAnnotationsCommentBlockGroups indexingAnnotationsCommentBlockGroups or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsCommentBlockGroups(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsCommentBlockGroups) {
+ this.indexingAnnotationsCommentBlockGroups = indexingAnnotationsCommentBlockGroups;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsDatasetModelAnnotation() {
+ return indexingAnnotationsDatasetModelAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsDatasetModelAnnotation indexingAnnotationsDatasetModelAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsDatasetModelAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsDatasetModelAnnotation) {
+ this.indexingAnnotationsDatasetModelAnnotation = indexingAnnotationsDatasetModelAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsDatesDateTimes() {
+ return indexingAnnotationsDatesDateTimes;
+ }
+
+ /**
+ * @param indexingAnnotationsDatesDateTimes indexingAnnotationsDatesDateTimes or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsDatesDateTimes(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsDatesDateTimes) {
+ this.indexingAnnotationsDatesDateTimes = indexingAnnotationsDatesDateTimes;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsDocImportance() {
+ return indexingAnnotationsDocImportance;
+ }
+
+ /**
+ * @param indexingAnnotationsDocImportance indexingAnnotationsDocImportance or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsDocImportance(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsDocImportance) {
+ this.indexingAnnotationsDocImportance = indexingAnnotationsDocImportance;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation() {
+ return indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation) {
+ this.indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation = indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsEntityPage() {
+ return indexingAnnotationsEntityPage;
+ }
+
+ /**
+ * @param indexingAnnotationsEntityPage indexingAnnotationsEntityPage or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsEntityPage(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsEntityPage) {
+ this.indexingAnnotationsEntityPage = indexingAnnotationsEntityPage;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsFeedbackSet() {
+ return indexingAnnotationsFeedbackSet;
+ }
+
+ /**
+ * @param indexingAnnotationsFeedbackSet indexingAnnotationsFeedbackSet or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsFeedbackSet(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsFeedbackSet) {
+ this.indexingAnnotationsFeedbackSet = indexingAnnotationsFeedbackSet;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsIBertEmbeddingAnnotation() {
+ return indexingAnnotationsIBertEmbeddingAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsIBertEmbeddingAnnotation indexingAnnotationsIBertEmbeddingAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsIBertEmbeddingAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsIBertEmbeddingAnnotation) {
+ this.indexingAnnotationsIBertEmbeddingAnnotation = indexingAnnotationsIBertEmbeddingAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsImageRepositoryImageLicenseInfoAnnotation() {
+ return indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsImageRepositoryImageLicenseInfoAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation) {
+ this.indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation = indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsPcuAmpError() {
+ return indexingAnnotationsPcuAmpError;
+ }
+
+ /**
+ * @param indexingAnnotationsPcuAmpError indexingAnnotationsPcuAmpError or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsPcuAmpError(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsPcuAmpError) {
+ this.indexingAnnotationsPcuAmpError = indexingAnnotationsPcuAmpError;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsPcuSignedExchangeInfo() {
+ return indexingAnnotationsPcuSignedExchangeInfo;
+ }
+
+ /**
+ * @param indexingAnnotationsPcuSignedExchangeInfo indexingAnnotationsPcuSignedExchangeInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsPcuSignedExchangeInfo(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsPcuSignedExchangeInfo) {
+ this.indexingAnnotationsPcuSignedExchangeInfo = indexingAnnotationsPcuSignedExchangeInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsPersonPersonAnnotation() {
+ return indexingAnnotationsPersonPersonAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsPersonPersonAnnotation indexingAnnotationsPersonPersonAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsPersonPersonAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsPersonPersonAnnotation) {
+ this.indexingAnnotationsPersonPersonAnnotation = indexingAnnotationsPersonPersonAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsSduPageTypeAnnotation() {
+ return indexingAnnotationsSduPageTypeAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsSduPageTypeAnnotation indexingAnnotationsSduPageTypeAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsSduPageTypeAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsSduPageTypeAnnotation) {
+ this.indexingAnnotationsSduPageTypeAnnotation = indexingAnnotationsSduPageTypeAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsSocialLinksSocialLinksAnnotation() {
+ return indexingAnnotationsSocialLinksSocialLinksAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsSocialLinksSocialLinksAnnotation indexingAnnotationsSocialLinksSocialLinksAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsSocialLinksSocialLinksAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsSocialLinksSocialLinksAnnotation) {
+ this.indexingAnnotationsSocialLinksSocialLinksAnnotation = indexingAnnotationsSocialLinksSocialLinksAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsSubscribewithgoogleSwgAnnotation() {
+ return indexingAnnotationsSubscribewithgoogleSwgAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsSubscribewithgoogleSwgAnnotation indexingAnnotationsSubscribewithgoogleSwgAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsSubscribewithgoogleSwgAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsSubscribewithgoogleSwgAnnotation) {
+ this.indexingAnnotationsSubscribewithgoogleSwgAnnotation = indexingAnnotationsSubscribewithgoogleSwgAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsTwitterEmbeddedTweetsAnnotation() {
+ return indexingAnnotationsTwitterEmbeddedTweetsAnnotation;
+ }
+
+ /**
+ * @param indexingAnnotationsTwitterEmbeddedTweetsAnnotation indexingAnnotationsTwitterEmbeddedTweetsAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsTwitterEmbeddedTweetsAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsTwitterEmbeddedTweetsAnnotation) {
+ this.indexingAnnotationsTwitterEmbeddedTweetsAnnotation = indexingAnnotationsTwitterEmbeddedTweetsAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsTypedNumberTypedNumberAnnotations() {
+ return indexingAnnotationsTypedNumberTypedNumberAnnotations;
+ }
+
+ /**
+ * @param indexingAnnotationsTypedNumberTypedNumberAnnotations indexingAnnotationsTypedNumberTypedNumberAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsTypedNumberTypedNumberAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsTypedNumberTypedNumberAnnotations) {
+ this.indexingAnnotationsTypedNumberTypedNumberAnnotations = indexingAnnotationsTypedNumberTypedNumberAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsWaPassagesQueryToPassageAnnotations() {
+ return indexingAnnotationsWaPassagesQueryToPassageAnnotations;
+ }
+
+ /**
+ * @param indexingAnnotationsWaPassagesQueryToPassageAnnotations indexingAnnotationsWaPassagesQueryToPassageAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsWaPassagesQueryToPassageAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsWaPassagesQueryToPassageAnnotations) {
+ this.indexingAnnotationsWaPassagesQueryToPassageAnnotations = indexingAnnotationsWaPassagesQueryToPassageAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations() {
+ return indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations;
+ }
+
+ /**
+ * @param indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations) {
+ this.indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations = indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAppsAffiliatedInstantAppInfo() {
+ return indexingAppsAffiliatedInstantAppInfo;
+ }
+
+ /**
+ * @param indexingAppsAffiliatedInstantAppInfo indexingAppsAffiliatedInstantAppInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAppsAffiliatedInstantAppInfo(IndexingDocjoinerDataVersionVersionInfo indexingAppsAffiliatedInstantAppInfo) {
+ this.indexingAppsAffiliatedInstantAppInfo = indexingAppsAffiliatedInstantAppInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingAppsMergedAppInfoAnnotation() {
+ return indexingAppsMergedAppInfoAnnotation;
+ }
+
+ /**
+ * @param indexingAppsMergedAppInfoAnnotation indexingAppsMergedAppInfoAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingAppsMergedAppInfoAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAppsMergedAppInfoAnnotation) {
+ this.indexingAppsMergedAppInfoAnnotation = indexingAppsMergedAppInfoAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesBadPageParseResult() {
+ return indexingBadpagesBadPageParseResult;
+ }
+
+ /**
+ * @param indexingBadpagesBadPageParseResult indexingBadpagesBadPageParseResult or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingBadpagesBadPageParseResult(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesBadPageParseResult) {
+ this.indexingBadpagesBadPageParseResult = indexingBadpagesBadPageParseResult;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesCollapserInfo() {
+ return indexingBadpagesCollapserInfo;
+ }
+
+ /**
+ * @param indexingBadpagesCollapserInfo indexingBadpagesCollapserInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingBadpagesCollapserInfo(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesCollapserInfo) {
+ this.indexingBadpagesCollapserInfo = indexingBadpagesCollapserInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesIndexSelectionRemoval() {
+ return indexingBadpagesIndexSelectionRemoval;
+ }
+
+ /**
+ * @param indexingBadpagesIndexSelectionRemoval indexingBadpagesIndexSelectionRemoval or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingBadpagesIndexSelectionRemoval(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesIndexSelectionRemoval) {
+ this.indexingBadpagesIndexSelectionRemoval = indexingBadpagesIndexSelectionRemoval;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesLoginPageResult() {
+ return indexingBadpagesLoginPageResult;
+ }
+
+ /**
+ * @param indexingBadpagesLoginPageResult indexingBadpagesLoginPageResult or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingBadpagesLoginPageResult(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesLoginPageResult) {
+ this.indexingBadpagesLoginPageResult = indexingBadpagesLoginPageResult;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesUnifiedModelFeatures() {
+ return indexingBadpagesUnifiedModelFeatures;
+ }
+
+ /**
+ * @param indexingBadpagesUnifiedModelFeatures indexingBadpagesUnifiedModelFeatures or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingBadpagesUnifiedModelFeatures(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesUnifiedModelFeatures) {
+ this.indexingBadpagesUnifiedModelFeatures = indexingBadpagesUnifiedModelFeatures;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingBeringPublisherOnPageAdsAnnotation() {
+ return indexingBeringPublisherOnPageAdsAnnotation;
+ }
+
+ /**
+ * @param indexingBeringPublisherOnPageAdsAnnotation indexingBeringPublisherOnPageAdsAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingBeringPublisherOnPageAdsAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingBeringPublisherOnPageAdsAnnotation) {
+ this.indexingBeringPublisherOnPageAdsAnnotation = indexingBeringPublisherOnPageAdsAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingCenterpieceCenterPieceAnnotations() {
+ return indexingCenterpieceCenterPieceAnnotations;
+ }
+
+ /**
+ * @param indexingCenterpieceCenterPieceAnnotations indexingCenterpieceCenterPieceAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingCenterpieceCenterPieceAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceCenterPieceAnnotations) {
+ this.indexingCenterpieceCenterPieceAnnotations = indexingCenterpieceCenterPieceAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingCenterpieceCenterpieceChecksums() {
+ return indexingCenterpieceCenterpieceChecksums;
+ }
+
+ /**
+ * @param indexingCenterpieceCenterpieceChecksums indexingCenterpieceCenterpieceChecksums or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingCenterpieceCenterpieceChecksums(IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceCenterpieceChecksums) {
+ this.indexingCenterpieceCenterpieceChecksums = indexingCenterpieceCenterpieceChecksums;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingCenterpieceCenterpieceUnifiedAnnotations() {
+ return indexingCenterpieceCenterpieceUnifiedAnnotations;
+ }
+
+ /**
+ * @param indexingCenterpieceCenterpieceUnifiedAnnotations indexingCenterpieceCenterpieceUnifiedAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingCenterpieceCenterpieceUnifiedAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceCenterpieceUnifiedAnnotations) {
+ this.indexingCenterpieceCenterpieceUnifiedAnnotations = indexingCenterpieceCenterpieceUnifiedAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingCenterpieceComponentLearningSource() {
+ return indexingCenterpieceComponentLearningSource;
+ }
+
+ /**
+ * @param indexingCenterpieceComponentLearningSource indexingCenterpieceComponentLearningSource or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingCenterpieceComponentLearningSource(IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceComponentLearningSource) {
+ this.indexingCenterpieceComponentLearningSource = indexingCenterpieceComponentLearningSource;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingCenterpieceSectionTitleAnnotations() {
+ return indexingCenterpieceSectionTitleAnnotations;
+ }
+
+ /**
+ * @param indexingCenterpieceSectionTitleAnnotations indexingCenterpieceSectionTitleAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingCenterpieceSectionTitleAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceSectionTitleAnnotations) {
+ this.indexingCenterpieceSectionTitleAnnotations = indexingCenterpieceSectionTitleAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterContentGenerationInfo() {
+ return indexingConverterContentGenerationInfo;
+ }
+
+ /**
+ * @param indexingConverterContentGenerationInfo indexingConverterContentGenerationInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingConverterContentGenerationInfo(IndexingDocjoinerDataVersionVersionInfo indexingConverterContentGenerationInfo) {
+ this.indexingConverterContentGenerationInfo = indexingConverterContentGenerationInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterContentParserResults() {
+ return indexingConverterContentParserResults;
+ }
+
+ /**
+ * @param indexingConverterContentParserResults indexingConverterContentParserResults or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingConverterContentParserResults(IndexingDocjoinerDataVersionVersionInfo indexingConverterContentParserResults) {
+ this.indexingConverterContentParserResults = indexingConverterContentParserResults;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterFileMetaInfo() {
+ return indexingConverterFileMetaInfo;
+ }
+
+ /**
+ * @param indexingConverterFileMetaInfo indexingConverterFileMetaInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingConverterFileMetaInfo(IndexingDocjoinerDataVersionVersionInfo indexingConverterFileMetaInfo) {
+ this.indexingConverterFileMetaInfo = indexingConverterFileMetaInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterLinkRelOutlinks() {
+ return indexingConverterLinkRelOutlinks;
+ }
+
+ /**
+ * @param indexingConverterLinkRelOutlinks indexingConverterLinkRelOutlinks or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingConverterLinkRelOutlinks(IndexingDocjoinerDataVersionVersionInfo indexingConverterLinkRelOutlinks) {
+ this.indexingConverterLinkRelOutlinks = indexingConverterLinkRelOutlinks;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterMetaDetectorsResultsProto() {
+ return indexingConverterMetaDetectorsResultsProto;
+ }
+
+ /**
+ * @param indexingConverterMetaDetectorsResultsProto indexingConverterMetaDetectorsResultsProto or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingConverterMetaDetectorsResultsProto(IndexingDocjoinerDataVersionVersionInfo indexingConverterMetaDetectorsResultsProto) {
+ this.indexingConverterMetaDetectorsResultsProto = indexingConverterMetaDetectorsResultsProto;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterPdfFileMetaInfo() {
+ return indexingConverterPdfFileMetaInfo;
+ }
+
+ /**
+ * @param indexingConverterPdfFileMetaInfo indexingConverterPdfFileMetaInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingConverterPdfFileMetaInfo(IndexingDocjoinerDataVersionVersionInfo indexingConverterPdfFileMetaInfo) {
+ this.indexingConverterPdfFileMetaInfo = indexingConverterPdfFileMetaInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterPdfPageAnnotations() {
+ return indexingConverterPdfPageAnnotations;
+ }
+
+ /**
+ * @param indexingConverterPdfPageAnnotations indexingConverterPdfPageAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingConverterPdfPageAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingConverterPdfPageAnnotations) {
+ this.indexingConverterPdfPageAnnotations = indexingConverterPdfPageAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingCustomCorpusCdmAnnotations() {
+ return indexingCustomCorpusCdmAnnotations;
+ }
+
+ /**
+ * @param indexingCustomCorpusCdmAnnotations indexingCustomCorpusCdmAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingCustomCorpusCdmAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingCustomCorpusCdmAnnotations) {
+ this.indexingCustomCorpusCdmAnnotations = indexingCustomCorpusCdmAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingDeepwebStoreListAnnotation() {
+ return indexingDeepwebStoreListAnnotation;
+ }
+
+ /**
+ * @param indexingDeepwebStoreListAnnotation indexingDeepwebStoreListAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingDeepwebStoreListAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingDeepwebStoreListAnnotation) {
+ this.indexingDeepwebStoreListAnnotation = indexingDeepwebStoreListAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingDocjoinerServingTimeClusterIds() {
+ return indexingDocjoinerServingTimeClusterIds;
+ }
+
+ /**
+ * @param indexingDocjoinerServingTimeClusterIds indexingDocjoinerServingTimeClusterIds or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingDocjoinerServingTimeClusterIds(IndexingDocjoinerDataVersionVersionInfo indexingDocjoinerServingTimeClusterIds) {
+ this.indexingDocjoinerServingTimeClusterIds = indexingDocjoinerServingTimeClusterIds;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingDocjoinerWikiInfo() {
+ return indexingDocjoinerWikiInfo;
+ }
+
+ /**
+ * @param indexingDocjoinerWikiInfo indexingDocjoinerWikiInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingDocjoinerWikiInfo(IndexingDocjoinerDataVersionVersionInfo indexingDocjoinerWikiInfo) {
+ this.indexingDocjoinerWikiInfo = indexingDocjoinerWikiInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingDocskeletonRepeatedPatternRepeatedPatternAnnotation() {
+ return indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation;
+ }
+
+ /**
+ * @param indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingDocskeletonRepeatedPatternRepeatedPatternAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation) {
+ this.indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation = indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingDupsLocalizedLocalizedCluster() {
+ return indexingDupsLocalizedLocalizedCluster;
+ }
+
+ /**
+ * @param indexingDupsLocalizedLocalizedCluster indexingDupsLocalizedLocalizedCluster or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingDupsLocalizedLocalizedCluster(IndexingDocjoinerDataVersionVersionInfo indexingDupsLocalizedLocalizedCluster) {
+ this.indexingDupsLocalizedLocalizedCluster = indexingDupsLocalizedLocalizedCluster;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingDupsNearDupsResult() {
+ return indexingDupsNearDupsResult;
+ }
+
+ /**
+ * @param indexingDupsNearDupsResult indexingDupsNearDupsResult or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingDupsNearDupsResult(IndexingDocjoinerDataVersionVersionInfo indexingDupsNearDupsResult) {
+ this.indexingDupsNearDupsResult = indexingDupsNearDupsResult;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingFreshSchedulerFreshSchedulerDoubleInstantExtension() {
+ return indexingFreshSchedulerFreshSchedulerDoubleInstantExtension;
+ }
+
+ /**
+ * @param indexingFreshSchedulerFreshSchedulerDoubleInstantExtension indexingFreshSchedulerFreshSchedulerDoubleInstantExtension or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingFreshSchedulerFreshSchedulerDoubleInstantExtension(IndexingDocjoinerDataVersionVersionInfo indexingFreshSchedulerFreshSchedulerDoubleInstantExtension) {
+ this.indexingFreshSchedulerFreshSchedulerDoubleInstantExtension = indexingFreshSchedulerFreshSchedulerDoubleInstantExtension;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal() {
+ return indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal;
+ }
+
+ /**
+ * @param indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal(IndexingDocjoinerDataVersionVersionInfo indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal) {
+ this.indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal = indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingImagesRelatedImageSignal() {
+ return indexingImagesRelatedImageSignal;
+ }
+
+ /**
+ * @param indexingImagesRelatedImageSignal indexingImagesRelatedImageSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingImagesRelatedImageSignal(IndexingDocjoinerDataVersionVersionInfo indexingImagesRelatedImageSignal) {
+ this.indexingImagesRelatedImageSignal = indexingImagesRelatedImageSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantActiveClusterScorerSignal() {
+ return indexingInstantActiveClusterScorerSignal;
+ }
+
+ /**
+ * @param indexingInstantActiveClusterScorerSignal indexingInstantActiveClusterScorerSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingInstantActiveClusterScorerSignal(IndexingDocjoinerDataVersionVersionInfo indexingInstantActiveClusterScorerSignal) {
+ this.indexingInstantActiveClusterScorerSignal = indexingInstantActiveClusterScorerSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantBaseReindexWhitelistData() {
+ return indexingInstantBaseReindexWhitelistData;
+ }
+
+ /**
+ * @param indexingInstantBaseReindexWhitelistData indexingInstantBaseReindexWhitelistData or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingInstantBaseReindexWhitelistData(IndexingDocjoinerDataVersionVersionInfo indexingInstantBaseReindexWhitelistData) {
+ this.indexingInstantBaseReindexWhitelistData = indexingInstantBaseReindexWhitelistData;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantClusterScorerArticle() {
+ return indexingInstantClusterScorerArticle;
+ }
+
+ /**
+ * @param indexingInstantClusterScorerArticle indexingInstantClusterScorerArticle or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingInstantClusterScorerArticle(IndexingDocjoinerDataVersionVersionInfo indexingInstantClusterScorerArticle) {
+ this.indexingInstantClusterScorerArticle = indexingInstantClusterScorerArticle;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantClusterScorerSignal() {
+ return indexingInstantClusterScorerSignal;
+ }
+
+ /**
+ * @param indexingInstantClusterScorerSignal indexingInstantClusterScorerSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingInstantClusterScorerSignal(IndexingDocjoinerDataVersionVersionInfo indexingInstantClusterScorerSignal) {
+ this.indexingInstantClusterScorerSignal = indexingInstantClusterScorerSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantHistoricalContentSignals() {
+ return indexingInstantHistoricalContentSignals;
+ }
+
+ /**
+ * @param indexingInstantHistoricalContentSignals indexingInstantHistoricalContentSignals or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingInstantHistoricalContentSignals(IndexingDocjoinerDataVersionVersionInfo indexingInstantHistoricalContentSignals) {
+ this.indexingInstantHistoricalContentSignals = indexingInstantHistoricalContentSignals;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantNewsHighlyCitedDocumentSignal() {
+ return indexingInstantNewsHighlyCitedDocumentSignal;
+ }
+
+ /**
+ * @param indexingInstantNewsHighlyCitedDocumentSignal indexingInstantNewsHighlyCitedDocumentSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingInstantNewsHighlyCitedDocumentSignal(IndexingDocjoinerDataVersionVersionInfo indexingInstantNewsHighlyCitedDocumentSignal) {
+ this.indexingInstantNewsHighlyCitedDocumentSignal = indexingInstantNewsHighlyCitedDocumentSignal;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantNewsImagesInfo() {
+ return indexingInstantNewsImagesInfo;
+ }
+
+ /**
+ * @param indexingInstantNewsImagesInfo indexingInstantNewsImagesInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingInstantNewsImagesInfo(IndexingDocjoinerDataVersionVersionInfo indexingInstantNewsImagesInfo) {
+ this.indexingInstantNewsImagesInfo = indexingInstantNewsImagesInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantSignalSourceTagsExtension() {
+ return indexingInstantSignalSourceTagsExtension;
+ }
+
+ /**
+ * @param indexingInstantSignalSourceTagsExtension indexingInstantSignalSourceTagsExtension or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingInstantSignalSourceTagsExtension(IndexingDocjoinerDataVersionVersionInfo indexingInstantSignalSourceTagsExtension) {
+ this.indexingInstantSignalSourceTagsExtension = indexingInstantSignalSourceTagsExtension;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingLatticeLatticeAnnotations() {
+ return indexingLatticeLatticeAnnotations;
+ }
+
+ /**
+ * @param indexingLatticeLatticeAnnotations indexingLatticeLatticeAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingLatticeLatticeAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingLatticeLatticeAnnotations) {
+ this.indexingLatticeLatticeAnnotations = indexingLatticeLatticeAnnotations;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMetricsUrlIndexingProps() {
+ return indexingMetricsUrlIndexingProps;
+ }
+
+ /**
+ * @param indexingMetricsUrlIndexingProps indexingMetricsUrlIndexingProps or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingMetricsUrlIndexingProps(IndexingDocjoinerDataVersionVersionInfo indexingMetricsUrlIndexingProps) {
+ this.indexingMetricsUrlIndexingProps = indexingMetricsUrlIndexingProps;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMlDomNodeSegments() {
+ return indexingMlDomNodeSegments;
+ }
+
+ /**
+ * @param indexingMlDomNodeSegments indexingMlDomNodeSegments or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingMlDomNodeSegments(IndexingDocjoinerDataVersionVersionInfo indexingMlDomNodeSegments) {
+ this.indexingMlDomNodeSegments = indexingMlDomNodeSegments;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMlEntityInfoboxes() {
+ return indexingMlEntityInfoboxes;
+ }
+
+ /**
+ * @param indexingMlEntityInfoboxes indexingMlEntityInfoboxes or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingMlEntityInfoboxes(IndexingDocjoinerDataVersionVersionInfo indexingMlEntityInfoboxes) {
+ this.indexingMlEntityInfoboxes = indexingMlEntityInfoboxes;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMlPageStructure() {
+ return indexingMlPageStructure;
+ }
+
+ /**
+ * @param indexingMlPageStructure indexingMlPageStructure or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingMlPageStructure(IndexingDocjoinerDataVersionVersionInfo indexingMlPageStructure) {
+ this.indexingMlPageStructure = indexingMlPageStructure;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMlSemanticArticle() {
+ return indexingMlSemanticArticle;
+ }
+
+ /**
+ * @param indexingMlSemanticArticle indexingMlSemanticArticle or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingMlSemanticArticle(IndexingDocjoinerDataVersionVersionInfo indexingMlSemanticArticle) {
+ this.indexingMlSemanticArticle = indexingMlSemanticArticle;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMlShoppingUniverseAnnotation() {
+ return indexingMlShoppingUniverseAnnotation;
+ }
+
+ /**
+ * @param indexingMlShoppingUniverseAnnotation indexingMlShoppingUniverseAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingMlShoppingUniverseAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingMlShoppingUniverseAnnotation) {
+ this.indexingMlShoppingUniverseAnnotation = indexingMlShoppingUniverseAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMlVerticalVerticalClassificationResult() {
+ return indexingMlVerticalVerticalClassificationResult;
+ }
+
+ /**
+ * @param indexingMlVerticalVerticalClassificationResult indexingMlVerticalVerticalClassificationResult or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingMlVerticalVerticalClassificationResult(IndexingDocjoinerDataVersionVersionInfo indexingMlVerticalVerticalClassificationResult) {
+ this.indexingMlVerticalVerticalClassificationResult = indexingMlVerticalVerticalClassificationResult;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMlVerticalVerticalClassificationV2() {
+ return indexingMlVerticalVerticalClassificationV2;
+ }
+
+ /**
+ * @param indexingMlVerticalVerticalClassificationV2 indexingMlVerticalVerticalClassificationV2 or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setIndexingMlVerticalVerticalClassificationV2(IndexingDocjoinerDataVersionVersionInfo indexingMlVerticalVerticalClassificationV2) {
+ this.indexingMlVerticalVerticalClassificationV2 = indexingMlVerticalVerticalClassificationV2;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileClientDependentInfo() {
+ return indexingMobileClientDependentInfo;
+ }
/**
- * The value may be {@code null}.
+ * @param indexingMobileClientDependentInfo indexingMobileClientDependentInfo or {@code null} for none
*/
- @com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo websitetoolsFeedsAnnotationsFeedContentAnnotations;
+ public IndexingDocjoinerDataVersion setIndexingMobileClientDependentInfo(IndexingDocjoinerDataVersionVersionInfo indexingMobileClientDependentInfo) {
+ this.indexingMobileClientDependentInfo = indexingMobileClientDependentInfo;
+ return this;
+ }
/**
- * The value may be {@code null}.
+ * @return value or {@code null} for none
*/
- @com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo websitetoolsFeedsLinkedFeedLinkedFeed;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileInterstitialsProtoDesktopInterstitials() {
+ return indexingMobileInterstitialsProtoDesktopInterstitials;
+ }
/**
- * The value may be {@code null}.
+ * @param indexingMobileInterstitialsProtoDesktopInterstitials indexingMobileInterstitialsProtoDesktopInterstitials or {@code null} for none
*/
- @com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo websitetoolsFeedsPodcastPodcastSignals;
+ public IndexingDocjoinerDataVersion setIndexingMobileInterstitialsProtoDesktopInterstitials(IndexingDocjoinerDataVersionVersionInfo indexingMobileInterstitialsProtoDesktopInterstitials) {
+ this.indexingMobileInterstitialsProtoDesktopInterstitials = indexingMobileInterstitialsProtoDesktopInterstitials;
+ return this;
+ }
/**
- * The value may be {@code null}.
+ * @return value or {@code null} for none
*/
- @com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo websitetoolsFeedsSporeFeedsSporeTriples;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileObelixInfo() {
+ return indexingMobileObelixInfo;
+ }
/**
- * The value may be {@code null}.
+ * @param indexingMobileObelixInfo indexingMobileObelixInfo or {@code null} for none
*/
- @com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo whatshappStrideExtractions;
+ public IndexingDocjoinerDataVersion setIndexingMobileObelixInfo(IndexingDocjoinerDataVersionVersionInfo indexingMobileObelixInfo) {
+ this.indexingMobileObelixInfo = indexingMobileObelixInfo;
+ return this;
+ }
/**
- * The value may be {@code null}.
+ * @return value or {@code null} for none
*/
- @com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo youtubeAlexandriaYoutubeBody;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileSmartphoneContentAnnotations() {
+ return indexingMobileSmartphoneContentAnnotations;
+ }
/**
- * The value may be {@code null}.
+ * @param indexingMobileSmartphoneContentAnnotations indexingMobileSmartphoneContentAnnotations or {@code null} for none
*/
- @com.google.api.client.util.Key
- private IndexingDocjoinerDataVersionVersionInfo youtubeAlexandriaYoutubeSignal;
+ public IndexingDocjoinerDataVersion setIndexingMobileSmartphoneContentAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingMobileSmartphoneContentAnnotations) {
+ this.indexingMobileSmartphoneContentAnnotations = indexingMobileSmartphoneContentAnnotations;
+ return this;
+ }
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getAcceleratedShoppingSignal() {
- return acceleratedShoppingSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileSmartphonePatternClassification() {
+ return indexingMobileSmartphonePatternClassification;
}
/**
- * @param acceleratedShoppingSignal acceleratedShoppingSignal or {@code null} for none
+ * @param indexingMobileSmartphonePatternClassification indexingMobileSmartphonePatternClassification or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setAcceleratedShoppingSignal(IndexingDocjoinerDataVersionVersionInfo acceleratedShoppingSignal) {
- this.acceleratedShoppingSignal = acceleratedShoppingSignal;
+ public IndexingDocjoinerDataVersion setIndexingMobileSmartphonePatternClassification(IndexingDocjoinerDataVersionVersionInfo indexingMobileSmartphonePatternClassification) {
+ this.indexingMobileSmartphonePatternClassification = indexingMobileSmartphonePatternClassification;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getAdsAdsaiMagicApfelApfelRegionFinderAnnotation() {
- return adsAdsaiMagicApfelApfelRegionFinderAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileSpeedPageSpeedFieldData() {
+ return indexingMobileSpeedPageSpeedFieldData;
}
/**
- * @param adsAdsaiMagicApfelApfelRegionFinderAnnotation adsAdsaiMagicApfelApfelRegionFinderAnnotation or {@code null} for none
+ * @param indexingMobileSpeedPageSpeedFieldData indexingMobileSpeedPageSpeedFieldData or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setAdsAdsaiMagicApfelApfelRegionFinderAnnotation(IndexingDocjoinerDataVersionVersionInfo adsAdsaiMagicApfelApfelRegionFinderAnnotation) {
- this.adsAdsaiMagicApfelApfelRegionFinderAnnotation = adsAdsaiMagicApfelApfelRegionFinderAnnotation;
+ public IndexingDocjoinerDataVersion setIndexingMobileSpeedPageSpeedFieldData(IndexingDocjoinerDataVersionVersionInfo indexingMobileSpeedPageSpeedFieldData) {
+ this.indexingMobileSpeedPageSpeedFieldData = indexingMobileSpeedPageSpeedFieldData;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getAdsAdsaiMagicMagicPageTypeAnnotation() {
- return adsAdsaiMagicMagicPageTypeAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingPlusonePlusOneSignal() {
+ return indexingPlusonePlusOneSignal;
}
/**
- * @param adsAdsaiMagicMagicPageTypeAnnotation adsAdsaiMagicMagicPageTypeAnnotation or {@code null} for none
+ * @param indexingPlusonePlusOneSignal indexingPlusonePlusOneSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setAdsAdsaiMagicMagicPageTypeAnnotation(IndexingDocjoinerDataVersionVersionInfo adsAdsaiMagicMagicPageTypeAnnotation) {
- this.adsAdsaiMagicMagicPageTypeAnnotation = adsAdsaiMagicMagicPageTypeAnnotation;
+ public IndexingDocjoinerDataVersion setIndexingPlusonePlusOneSignal(IndexingDocjoinerDataVersionVersionInfo indexingPlusonePlusOneSignal) {
+ this.indexingPlusonePlusOneSignal = indexingPlusonePlusOneSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getAdsShoppingWebpxRawShoppingAnnotation() {
- return adsShoppingWebpxRawShoppingAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingPlusoneSocialScoreSignal() {
+ return indexingPlusoneSocialScoreSignal;
}
/**
- * @param adsShoppingWebpxRawShoppingAnnotation adsShoppingWebpxRawShoppingAnnotation or {@code null} for none
+ * @param indexingPlusoneSocialScoreSignal indexingPlusoneSocialScoreSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setAdsShoppingWebpxRawShoppingAnnotation(IndexingDocjoinerDataVersionVersionInfo adsShoppingWebpxRawShoppingAnnotation) {
- this.adsShoppingWebpxRawShoppingAnnotation = adsShoppingWebpxRawShoppingAnnotation;
+ public IndexingDocjoinerDataVersion setIndexingPlusoneSocialScoreSignal(IndexingDocjoinerDataVersionVersionInfo indexingPlusoneSocialScoreSignal) {
+ this.indexingPlusoneSocialScoreSignal = indexingPlusoneSocialScoreSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getAmphtmlSignedExchangeErrorDetails() {
- return amphtmlSignedExchangeErrorDetails;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingRaffiaDataRecoveryInfo() {
+ return indexingRaffiaDataRecoveryInfo;
}
/**
- * @param amphtmlSignedExchangeErrorDetails amphtmlSignedExchangeErrorDetails or {@code null} for none
+ * @param indexingRaffiaDataRecoveryInfo indexingRaffiaDataRecoveryInfo or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setAmphtmlSignedExchangeErrorDetails(IndexingDocjoinerDataVersionVersionInfo amphtmlSignedExchangeErrorDetails) {
- this.amphtmlSignedExchangeErrorDetails = amphtmlSignedExchangeErrorDetails;
+ public IndexingDocjoinerDataVersion setIndexingRaffiaDataRecoveryInfo(IndexingDocjoinerDataVersionVersionInfo indexingRaffiaDataRecoveryInfo) {
+ this.indexingRaffiaDataRecoveryInfo = indexingRaffiaDataRecoveryInfo;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getAmphtmlSignedExchangeValidationPayload() {
- return amphtmlSignedExchangeValidationPayload;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingRaffiaIndexingIntermediate() {
+ return indexingRaffiaIndexingIntermediate;
}
/**
- * @param amphtmlSignedExchangeValidationPayload amphtmlSignedExchangeValidationPayload or {@code null} for none
+ * @param indexingRaffiaIndexingIntermediate indexingRaffiaIndexingIntermediate or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setAmphtmlSignedExchangeValidationPayload(IndexingDocjoinerDataVersionVersionInfo amphtmlSignedExchangeValidationPayload) {
- this.amphtmlSignedExchangeValidationPayload = amphtmlSignedExchangeValidationPayload;
+ public IndexingDocjoinerDataVersion setIndexingRaffiaIndexingIntermediate(IndexingDocjoinerDataVersionVersionInfo indexingRaffiaIndexingIntermediate) {
+ this.indexingRaffiaIndexingIntermediate = indexingRaffiaIndexingIntermediate;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getAnalyticsSiteidAnalyticsPropertyAnnotation() {
- return analyticsSiteidAnalyticsPropertyAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingRaffiaMediaProcessingMetadata() {
+ return indexingRaffiaMediaProcessingMetadata;
}
/**
- * @param analyticsSiteidAnalyticsPropertyAnnotation analyticsSiteidAnalyticsPropertyAnnotation or {@code null} for none
+ * @param indexingRaffiaMediaProcessingMetadata indexingRaffiaMediaProcessingMetadata or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setAnalyticsSiteidAnalyticsPropertyAnnotation(IndexingDocjoinerDataVersionVersionInfo analyticsSiteidAnalyticsPropertyAnnotation) {
- this.analyticsSiteidAnalyticsPropertyAnnotation = analyticsSiteidAnalyticsPropertyAnnotation;
+ public IndexingDocjoinerDataVersion setIndexingRaffiaMediaProcessingMetadata(IndexingDocjoinerDataVersionVersionInfo indexingRaffiaMediaProcessingMetadata) {
+ this.indexingRaffiaMediaProcessingMetadata = indexingRaffiaMediaProcessingMetadata;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getAnalyticsSiteidAnalyticsRenderedOutput() {
- return analyticsSiteidAnalyticsRenderedOutput;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingRaffiaOverlayCDocAttachment() {
+ return indexingRaffiaOverlayCDocAttachment;
}
/**
- * @param analyticsSiteidAnalyticsRenderedOutput analyticsSiteidAnalyticsRenderedOutput or {@code null} for none
+ * @param indexingRaffiaOverlayCDocAttachment indexingRaffiaOverlayCDocAttachment or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setAnalyticsSiteidAnalyticsRenderedOutput(IndexingDocjoinerDataVersionVersionInfo analyticsSiteidAnalyticsRenderedOutput) {
- this.analyticsSiteidAnalyticsRenderedOutput = analyticsSiteidAnalyticsRenderedOutput;
+ public IndexingDocjoinerDataVersion setIndexingRaffiaOverlayCDocAttachment(IndexingDocjoinerDataVersionVersionInfo indexingRaffiaOverlayCDocAttachment) {
+ this.indexingRaffiaOverlayCDocAttachment = indexingRaffiaOverlayCDocAttachment;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getAuthenticSiteRankData() {
- return authenticSiteRankData;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionAcquisitionMetadataAttachment() {
+ return indexingSelectionAcquisitionMetadataAttachment;
}
/**
- * @param authenticSiteRankData authenticSiteRankData or {@code null} for none
+ * @param indexingSelectionAcquisitionMetadataAttachment indexingSelectionAcquisitionMetadataAttachment or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setAuthenticSiteRankData(IndexingDocjoinerDataVersionVersionInfo authenticSiteRankData) {
- this.authenticSiteRankData = authenticSiteRankData;
+ public IndexingDocjoinerDataVersion setIndexingSelectionAcquisitionMetadataAttachment(IndexingDocjoinerDataVersionVersionInfo indexingSelectionAcquisitionMetadataAttachment) {
+ this.indexingSelectionAcquisitionMetadataAttachment = indexingSelectionAcquisitionMetadataAttachment;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getBabelEncoderBabelEncodings() {
- return babelEncoderBabelEncodings;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionDoubleIndexingExtension() {
+ return indexingSelectionDoubleIndexingExtension;
}
/**
- * @param babelEncoderBabelEncodings babelEncoderBabelEncodings or {@code null} for none
+ * @param indexingSelectionDoubleIndexingExtension indexingSelectionDoubleIndexingExtension or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setBabelEncoderBabelEncodings(IndexingDocjoinerDataVersionVersionInfo babelEncoderBabelEncodings) {
- this.babelEncoderBabelEncodings = babelEncoderBabelEncodings;
+ public IndexingDocjoinerDataVersion setIndexingSelectionDoubleIndexingExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionDoubleIndexingExtension) {
+ this.indexingSelectionDoubleIndexingExtension = indexingSelectionDoubleIndexingExtension;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getBadurlsBadurlsForceSelectionSignal() {
- return badurlsBadurlsForceSelectionSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionFastServingPush() {
+ return indexingSelectionFastServingPush;
}
/**
- * @param badurlsBadurlsForceSelectionSignal badurlsBadurlsForceSelectionSignal or {@code null} for none
+ * @param indexingSelectionFastServingPush indexingSelectionFastServingPush or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setBadurlsBadurlsForceSelectionSignal(IndexingDocjoinerDataVersionVersionInfo badurlsBadurlsForceSelectionSignal) {
- this.badurlsBadurlsForceSelectionSignal = badurlsBadurlsForceSelectionSignal;
+ public IndexingDocjoinerDataVersion setIndexingSelectionFastServingPush(IndexingDocjoinerDataVersionVersionInfo indexingSelectionFastServingPush) {
+ this.indexingSelectionFastServingPush = indexingSelectionFastServingPush;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getBoilerplateAnnotations() {
- return boilerplateAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionFreshdocsPassthroughExtension() {
+ return indexingSelectionFreshdocsPassthroughExtension;
}
/**
- * @param boilerplateAnnotations boilerplateAnnotations or {@code null} for none
+ * @param indexingSelectionFreshdocsPassthroughExtension indexingSelectionFreshdocsPassthroughExtension or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setBoilerplateAnnotations(IndexingDocjoinerDataVersionVersionInfo boilerplateAnnotations) {
- this.boilerplateAnnotations = boilerplateAnnotations;
+ public IndexingDocjoinerDataVersion setIndexingSelectionFreshdocsPassthroughExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionFreshdocsPassthroughExtension) {
+ this.indexingSelectionFreshdocsPassthroughExtension = indexingSelectionFreshdocsPassthroughExtension;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getBoilerplateVisibleBytesEstimates() {
- return boilerplateVisibleBytesEstimates;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionImageImageSelectionAttachment() {
+ return indexingSelectionImageImageSelectionAttachment;
}
/**
- * @param boilerplateVisibleBytesEstimates boilerplateVisibleBytesEstimates or {@code null} for none
+ * @param indexingSelectionImageImageSelectionAttachment indexingSelectionImageImageSelectionAttachment or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setBoilerplateVisibleBytesEstimates(IndexingDocjoinerDataVersionVersionInfo boilerplateVisibleBytesEstimates) {
- this.boilerplateVisibleBytesEstimates = boilerplateVisibleBytesEstimates;
+ public IndexingDocjoinerDataVersion setIndexingSelectionImageImageSelectionAttachment(IndexingDocjoinerDataVersionVersionInfo indexingSelectionImageImageSelectionAttachment) {
+ this.indexingSelectionImageImageSelectionAttachment = indexingSelectionImageImageSelectionAttachment;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getChromeCounts() {
- return chromeCounts;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionIndexCompositionExperimentExtension() {
+ return indexingSelectionIndexCompositionExperimentExtension;
}
/**
- * @param chromeCounts chromeCounts or {@code null} for none
+ * @param indexingSelectionIndexCompositionExperimentExtension indexingSelectionIndexCompositionExperimentExtension or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setChromeCounts(IndexingDocjoinerDataVersionVersionInfo chromeCounts) {
- this.chromeCounts = chromeCounts;
+ public IndexingDocjoinerDataVersion setIndexingSelectionIndexCompositionExperimentExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionIndexCompositionExperimentExtension) {
+ this.indexingSelectionIndexCompositionExperimentExtension = indexingSelectionIndexCompositionExperimentExtension;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getCommerceDataqualityOrganicCrawledSellerData() {
- return commerceDataqualityOrganicCrawledSellerData;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionLanguageExtension() {
+ return indexingSelectionLanguageExtension;
}
/**
- * @param commerceDataqualityOrganicCrawledSellerData commerceDataqualityOrganicCrawledSellerData or {@code null} for none
+ * @param indexingSelectionLanguageExtension indexingSelectionLanguageExtension or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setCommerceDataqualityOrganicCrawledSellerData(IndexingDocjoinerDataVersionVersionInfo commerceDataqualityOrganicCrawledSellerData) {
- this.commerceDataqualityOrganicCrawledSellerData = commerceDataqualityOrganicCrawledSellerData;
+ public IndexingDocjoinerDataVersion setIndexingSelectionLanguageExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionLanguageExtension) {
+ this.indexingSelectionLanguageExtension = indexingSelectionLanguageExtension;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getCommerceDataqualityOrganicShoppingAnnotationSignal() {
- return commerceDataqualityOrganicShoppingAnnotationSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionPriorScorerParameterSet() {
+ return indexingSelectionPriorScorerParameterSet;
}
/**
- * @param commerceDataqualityOrganicShoppingAnnotationSignal commerceDataqualityOrganicShoppingAnnotationSignal or {@code null} for none
+ * @param indexingSelectionPriorScorerParameterSet indexingSelectionPriorScorerParameterSet or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setCommerceDataqualityOrganicShoppingAnnotationSignal(IndexingDocjoinerDataVersionVersionInfo commerceDataqualityOrganicShoppingAnnotationSignal) {
- this.commerceDataqualityOrganicShoppingAnnotationSignal = commerceDataqualityOrganicShoppingAnnotationSignal;
+ public IndexingDocjoinerDataVersion setIndexingSelectionPriorScorerParameterSet(IndexingDocjoinerDataVersionVersionInfo indexingSelectionPriorScorerParameterSet) {
+ this.indexingSelectionPriorScorerParameterSet = indexingSelectionPriorScorerParameterSet;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getCommerceDataqualityOrganicShoppingSiteQuality() {
- return commerceDataqualityOrganicShoppingSiteQuality;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionProcessingPriorityExtension() {
+ return indexingSelectionProcessingPriorityExtension;
}
/**
- * @param commerceDataqualityOrganicShoppingSiteQuality commerceDataqualityOrganicShoppingSiteQuality or {@code null} for none
+ * @param indexingSelectionProcessingPriorityExtension indexingSelectionProcessingPriorityExtension or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setCommerceDataqualityOrganicShoppingSiteQuality(IndexingDocjoinerDataVersionVersionInfo commerceDataqualityOrganicShoppingSiteQuality) {
- this.commerceDataqualityOrganicShoppingSiteQuality = commerceDataqualityOrganicShoppingSiteQuality;
+ public IndexingDocjoinerDataVersion setIndexingSelectionProcessingPriorityExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionProcessingPriorityExtension) {
+ this.indexingSelectionProcessingPriorityExtension = indexingSelectionProcessingPriorityExtension;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getCommonsenseQueriosityGoldmineQnaAnnotations() {
- return commonsenseQueriosityGoldmineQnaAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionProtoBasePromotionInfo() {
+ return indexingSelectionProtoBasePromotionInfo;
}
/**
- * @param commonsenseQueriosityGoldmineQnaAnnotations commonsenseQueriosityGoldmineQnaAnnotations or {@code null} for none
+ * @param indexingSelectionProtoBasePromotionInfo indexingSelectionProtoBasePromotionInfo or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setCommonsenseQueriosityGoldmineQnaAnnotations(IndexingDocjoinerDataVersionVersionInfo commonsenseQueriosityGoldmineQnaAnnotations) {
- this.commonsenseQueriosityGoldmineQnaAnnotations = commonsenseQueriosityGoldmineQnaAnnotations;
+ public IndexingDocjoinerDataVersion setIndexingSelectionProtoBasePromotionInfo(IndexingDocjoinerDataVersionVersionInfo indexingSelectionProtoBasePromotionInfo) {
+ this.indexingSelectionProtoBasePromotionInfo = indexingSelectionProtoBasePromotionInfo;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getCommonsenseScoredCompoundReferenceAnnotation() {
- return commonsenseScoredCompoundReferenceAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionTensorFlowExtension() {
+ return indexingSelectionTensorFlowExtension;
}
/**
- * @param commonsenseScoredCompoundReferenceAnnotation commonsenseScoredCompoundReferenceAnnotation or {@code null} for none
+ * @param indexingSelectionTensorFlowExtension indexingSelectionTensorFlowExtension or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setCommonsenseScoredCompoundReferenceAnnotation(IndexingDocjoinerDataVersionVersionInfo commonsenseScoredCompoundReferenceAnnotation) {
- this.commonsenseScoredCompoundReferenceAnnotation = commonsenseScoredCompoundReferenceAnnotation;
+ public IndexingDocjoinerDataVersion setIndexingSelectionTensorFlowExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionTensorFlowExtension) {
+ this.indexingSelectionTensorFlowExtension = indexingSelectionTensorFlowExtension;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getCommonsenseStoneSoupProtoRaffiaInstructionsSeq() {
- return commonsenseStoneSoupProtoRaffiaInstructionsSeq;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingServiceFirsttimesCrawlFirsttimesSignals() {
+ return indexingServiceFirsttimesCrawlFirsttimesSignals;
}
/**
- * @param commonsenseStoneSoupProtoRaffiaInstructionsSeq commonsenseStoneSoupProtoRaffiaInstructionsSeq or {@code null} for none
+ * @param indexingServiceFirsttimesCrawlFirsttimesSignals indexingServiceFirsttimesCrawlFirsttimesSignals or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setCommonsenseStoneSoupProtoRaffiaInstructionsSeq(IndexingDocjoinerDataVersionVersionInfo commonsenseStoneSoupProtoRaffiaInstructionsSeq) {
- this.commonsenseStoneSoupProtoRaffiaInstructionsSeq = commonsenseStoneSoupProtoRaffiaInstructionsSeq;
+ public IndexingDocjoinerDataVersion setIndexingServiceFirsttimesCrawlFirsttimesSignals(IndexingDocjoinerDataVersionVersionInfo indexingServiceFirsttimesCrawlFirsttimesSignals) {
+ this.indexingServiceFirsttimesCrawlFirsttimesSignals = indexingServiceFirsttimesCrawlFirsttimesSignals;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getContraContentReviewAnnotations() {
- return contraContentReviewAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSignalAggregatorUrlPatternSignals() {
+ return indexingSignalAggregatorUrlPatternSignals;
}
/**
- * @param contraContentReviewAnnotations contraContentReviewAnnotations or {@code null} for none
+ * @param indexingSignalAggregatorUrlPatternSignals indexingSignalAggregatorUrlPatternSignals or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setContraContentReviewAnnotations(IndexingDocjoinerDataVersionVersionInfo contraContentReviewAnnotations) {
- this.contraContentReviewAnnotations = contraContentReviewAnnotations;
+ public IndexingDocjoinerDataVersion setIndexingSignalAggregatorUrlPatternSignals(IndexingDocjoinerDataVersionVersionInfo indexingSignalAggregatorUrlPatternSignals) {
+ this.indexingSignalAggregatorUrlPatternSignals = indexingSignalAggregatorUrlPatternSignals;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getContraCuratedContent() {
- return contraCuratedContent;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSignalsAccumulatedOnlineSignals() {
+ return indexingSignalsAccumulatedOnlineSignals;
}
/**
- * @param contraCuratedContent contraCuratedContent or {@code null} for none
+ * @param indexingSignalsAccumulatedOnlineSignals indexingSignalsAccumulatedOnlineSignals or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setContraCuratedContent(IndexingDocjoinerDataVersionVersionInfo contraCuratedContent) {
- this.contraCuratedContent = contraCuratedContent;
+ public IndexingDocjoinerDataVersion setIndexingSignalsAccumulatedOnlineSignals(IndexingDocjoinerDataVersionVersionInfo indexingSignalsAccumulatedOnlineSignals) {
+ this.indexingSignalsAccumulatedOnlineSignals = indexingSignalsAccumulatedOnlineSignals;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getCountryCountryAttachment() {
- return countryCountryAttachment;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSignalsImpressionsPerDayContainer() {
+ return indexingSignalsImpressionsPerDayContainer;
}
/**
- * @param countryCountryAttachment countryCountryAttachment or {@code null} for none
+ * @param indexingSignalsImpressionsPerDayContainer indexingSignalsImpressionsPerDayContainer or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setCountryCountryAttachment(IndexingDocjoinerDataVersionVersionInfo countryCountryAttachment) {
- this.countryCountryAttachment = countryCountryAttachment;
+ public IndexingDocjoinerDataVersion setIndexingSignalsImpressionsPerDayContainer(IndexingDocjoinerDataVersionVersionInfo indexingSignalsImpressionsPerDayContainer) {
+ this.indexingSignalsImpressionsPerDayContainer = indexingSignalsImpressionsPerDayContainer;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getCrawzallSignal() {
- return crawzallSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSocialCountsSocialWidgetsIndicator() {
+ return indexingSocialCountsSocialWidgetsIndicator;
}
/**
- * @param crawzallSignal crawzallSignal or {@code null} for none
+ * @param indexingSocialCountsSocialWidgetsIndicator indexingSocialCountsSocialWidgetsIndicator or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setCrawzallSignal(IndexingDocjoinerDataVersionVersionInfo crawzallSignal) {
- this.crawzallSignal = crawzallSignal;
+ public IndexingDocjoinerDataVersion setIndexingSocialCountsSocialWidgetsIndicator(IndexingDocjoinerDataVersionVersionInfo indexingSocialCountsSocialWidgetsIndicator) {
+ this.indexingSocialCountsSocialWidgetsIndicator = indexingSocialCountsSocialWidgetsIndicator;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getCreator() {
- return creator;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSpeechGoldminePodcastAnnotation() {
+ return indexingSpeechGoldminePodcastAnnotation;
}
/**
- * @param creator creator or {@code null} for none
+ * @param indexingSpeechGoldminePodcastAnnotation indexingSpeechGoldminePodcastAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setCreator(IndexingDocjoinerDataVersionVersionInfo creator) {
- this.creator = creator;
+ public IndexingDocjoinerDataVersion setIndexingSpeechGoldminePodcastAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingSpeechGoldminePodcastAnnotation) {
+ this.indexingSpeechGoldminePodcastAnnotation = indexingSpeechGoldminePodcastAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDatacommonsDatacommonsTriplesSignal() {
- return datacommonsDatacommonsTriplesSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingSpeechSpeechPagePropertiesProto() {
+ return indexingSpeechSpeechPagePropertiesProto;
}
/**
- * @param datacommonsDatacommonsTriplesSignal datacommonsDatacommonsTriplesSignal or {@code null} for none
+ * @param indexingSpeechSpeechPagePropertiesProto indexingSpeechSpeechPagePropertiesProto or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDatacommonsDatacommonsTriplesSignal(IndexingDocjoinerDataVersionVersionInfo datacommonsDatacommonsTriplesSignal) {
- this.datacommonsDatacommonsTriplesSignal = datacommonsDatacommonsTriplesSignal;
+ public IndexingDocjoinerDataVersion setIndexingSpeechSpeechPagePropertiesProto(IndexingDocjoinerDataVersionVersionInfo indexingSpeechSpeechPagePropertiesProto) {
+ this.indexingSpeechSpeechPagePropertiesProto = indexingSpeechSpeechPagePropertiesProto;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDateAnnotationTags() {
- return dateAnnotationTags;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingThirdpartyThirdPartyInputs() {
+ return indexingThirdpartyThirdPartyInputs;
}
/**
- * @param dateAnnotationTags dateAnnotationTags or {@code null} for none
+ * @param indexingThirdpartyThirdPartyInputs indexingThirdpartyThirdPartyInputs or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDateAnnotationTags(IndexingDocjoinerDataVersionVersionInfo dateAnnotationTags) {
- this.dateAnnotationTags = dateAnnotationTags;
+ public IndexingDocjoinerDataVersion setIndexingThirdpartyThirdPartyInputs(IndexingDocjoinerDataVersionVersionInfo indexingThirdpartyThirdPartyInputs) {
+ this.indexingThirdpartyThirdPartyInputs = indexingThirdpartyThirdPartyInputs;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDateAnnotations() {
- return dateAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingUgcPageParamInfo() {
+ return indexingUgcPageParamInfo;
}
/**
- * @param dateAnnotations dateAnnotations or {@code null} for none
+ * @param indexingUgcPageParamInfo indexingUgcPageParamInfo or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDateAnnotations(IndexingDocjoinerDataVersionVersionInfo dateAnnotations) {
- this.dateAnnotations = dateAnnotations;
+ public IndexingDocjoinerDataVersion setIndexingUgcPageParamInfo(IndexingDocjoinerDataVersionVersionInfo indexingUgcPageParamInfo) {
+ this.indexingUgcPageParamInfo = indexingUgcPageParamInfo;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDateRangeAnnotations() {
- return dateRangeAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingUnionKeyData() {
+ return indexingUnionKeyData;
}
/**
- * @param dateRangeAnnotations dateRangeAnnotations or {@code null} for none
+ * @param indexingUnionKeyData indexingUnionKeyData or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDateRangeAnnotations(IndexingDocjoinerDataVersionVersionInfo dateRangeAnnotations) {
- this.dateRangeAnnotations = dateRangeAnnotations;
+ public IndexingDocjoinerDataVersion setIndexingUnionKeyData(IndexingDocjoinerDataVersionVersionInfo indexingUnionKeyData) {
+ this.indexingUnionKeyData = indexingUnionKeyData;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDateTimeAnnotations() {
- return dateTimeAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingUrlPatternUrlTreeUrlPatternAnnotations() {
+ return indexingUrlPatternUrlTreeUrlPatternAnnotations;
}
/**
- * @param dateTimeAnnotations dateTimeAnnotations or {@code null} for none
+ * @param indexingUrlPatternUrlTreeUrlPatternAnnotations indexingUrlPatternUrlTreeUrlPatternAnnotations or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDateTimeAnnotations(IndexingDocjoinerDataVersionVersionInfo dateTimeAnnotations) {
- this.dateTimeAnnotations = dateTimeAnnotations;
+ public IndexingDocjoinerDataVersion setIndexingUrlPatternUrlTreeUrlPatternAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingUrlPatternUrlTreeUrlPatternAnnotations) {
+ this.indexingUrlPatternUrlTreeUrlPatternAnnotations = indexingUrlPatternUrlTreeUrlPatternAnnotations;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDiscoverSource() {
- return discoverSource;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingVideosVideoAnchorSourceInfo() {
+ return indexingVideosVideoAnchorSourceInfo;
}
/**
- * @param discoverSource discoverSource or {@code null} for none
+ * @param indexingVideosVideoAnchorSourceInfo indexingVideosVideoAnchorSourceInfo or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDiscoverSource(IndexingDocjoinerDataVersionVersionInfo discoverSource) {
- this.discoverSource = discoverSource;
+ public IndexingDocjoinerDataVersion setIndexingVideosVideoAnchorSourceInfo(IndexingDocjoinerDataVersionVersionInfo indexingVideosVideoAnchorSourceInfo) {
+ this.indexingVideosVideoAnchorSourceInfo = indexingVideosVideoAnchorSourceInfo;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDiscussion() {
- return discussion;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingVideosVideoPlaylistAnchorSignal() {
+ return indexingVideosVideoPlaylistAnchorSignal;
}
/**
- * @param discussion discussion or {@code null} for none
+ * @param indexingVideosVideoPlaylistAnchorSignal indexingVideosVideoPlaylistAnchorSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDiscussion(IndexingDocjoinerDataVersionVersionInfo discussion) {
- this.discussion = discussion;
+ public IndexingDocjoinerDataVersion setIndexingVideosVideoPlaylistAnchorSignal(IndexingDocjoinerDataVersionVersionInfo indexingVideosVideoPlaylistAnchorSignal) {
+ this.indexingVideosVideoPlaylistAnchorSignal = indexingVideosVideoPlaylistAnchorSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDocumentIntent() {
- return documentIntent;
+ public IndexingDocjoinerDataVersionVersionInfo getIndexingWebChannelsWebChannelAnnotations() {
+ return indexingWebChannelsWebChannelAnnotations;
}
/**
- * @param documentIntent documentIntent or {@code null} for none
+ * @param indexingWebChannelsWebChannelAnnotations indexingWebChannelsWebChannelAnnotations or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDocumentIntent(IndexingDocjoinerDataVersionVersionInfo documentIntent) {
- this.documentIntent = documentIntent;
+ public IndexingDocjoinerDataVersion setIndexingWebChannelsWebChannelAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingWebChannelsWebChannelAnnotations) {
+ this.indexingWebChannelsWebChannelAnnotations = indexingWebChannelsWebChannelAnnotations;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDotsGaramondSignal() {
- return dotsGaramondSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getInfoextractionPinpointPinpointAnnotationSignal() {
+ return infoextractionPinpointPinpointAnnotationSignal;
}
/**
- * @param dotsGaramondSignal dotsGaramondSignal or {@code null} for none
+ * @param infoextractionPinpointPinpointAnnotationSignal infoextractionPinpointPinpointAnnotationSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDotsGaramondSignal(IndexingDocjoinerDataVersionVersionInfo dotsGaramondSignal) {
- this.dotsGaramondSignal = dotsGaramondSignal;
+ public IndexingDocjoinerDataVersion setInfoextractionPinpointPinpointAnnotationSignal(IndexingDocjoinerDataVersionVersionInfo infoextractionPinpointPinpointAnnotationSignal) {
+ this.infoextractionPinpointPinpointAnnotationSignal = infoextractionPinpointPinpointAnnotationSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getDotsNewsstandSignal() {
- return dotsNewsstandSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getInfoextractionPinpointPinpointSignal() {
+ return infoextractionPinpointPinpointSignal;
}
/**
- * @param dotsNewsstandSignal dotsNewsstandSignal or {@code null} for none
+ * @param infoextractionPinpointPinpointSignal infoextractionPinpointPinpointSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setDotsNewsstandSignal(IndexingDocjoinerDataVersionVersionInfo dotsNewsstandSignal) {
- this.dotsNewsstandSignal = dotsNewsstandSignal;
+ public IndexingDocjoinerDataVersion setInfoextractionPinpointPinpointSignal(IndexingDocjoinerDataVersionVersionInfo infoextractionPinpointPinpointSignal) {
+ this.infoextractionPinpointPinpointSignal = infoextractionPinpointPinpointSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getEmailAddressAnnotations() {
- return emailAddressAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getInstantChromeViews() {
+ return instantChromeViews;
}
/**
- * @param emailAddressAnnotations emailAddressAnnotations or {@code null} for none
+ * @param instantChromeViews instantChromeViews or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setEmailAddressAnnotations(IndexingDocjoinerDataVersionVersionInfo emailAddressAnnotations) {
- this.emailAddressAnnotations = emailAddressAnnotations;
+ public IndexingDocjoinerDataVersion setInstantChromeViews(IndexingDocjoinerDataVersionVersionInfo instantChromeViews) {
+ this.instantChromeViews = instantChromeViews;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getExtractedBookInfo() {
- return extractedBookInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getInstantNavboost() {
+ return instantNavboost;
}
/**
- * @param extractedBookInfo extractedBookInfo or {@code null} for none
+ * @param instantNavboost instantNavboost or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setExtractedBookInfo(IndexingDocjoinerDataVersionVersionInfo extractedBookInfo) {
- this.extractedBookInfo = extractedBookInfo;
+ public IndexingDocjoinerDataVersion setInstantNavboost(IndexingDocjoinerDataVersionVersionInfo instantNavboost) {
+ this.instantNavboost = instantNavboost;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getFatcatCompactDocClassification() {
- return fatcatCompactDocClassification;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation() {
+ return knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation;
}
/**
- * @param fatcatCompactDocClassification fatcatCompactDocClassification or {@code null} for none
+ * @param knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setFatcatCompactDocClassification(IndexingDocjoinerDataVersionVersionInfo fatcatCompactDocClassification) {
- this.fatcatCompactDocClassification = fatcatCompactDocClassification;
+ public IndexingDocjoinerDataVersion setKnowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation) {
+ this.knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation = knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getFatcatSiteVerticalsAnnotation() {
- return fatcatSiteVerticalsAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsDocumentSignals() {
+ return knowledgeMiningFactsDocumentSignals;
}
/**
- * @param fatcatSiteVerticalsAnnotation fatcatSiteVerticalsAnnotation or {@code null} for none
+ * @param knowledgeMiningFactsDocumentSignals knowledgeMiningFactsDocumentSignals or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setFatcatSiteVerticalsAnnotation(IndexingDocjoinerDataVersionVersionInfo fatcatSiteVerticalsAnnotation) {
- this.fatcatSiteVerticalsAnnotation = fatcatSiteVerticalsAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsDocumentSignals(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsDocumentSignals) {
+ this.knowledgeMiningFactsDocumentSignals = knowledgeMiningFactsDocumentSignals;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getFirstseen() {
- return firstseen;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsFactEvaluationSignals() {
+ return knowledgeMiningFactsFactEvaluationSignals;
}
/**
- * @param firstseen firstseen or {@code null} for none
+ * @param knowledgeMiningFactsFactEvaluationSignals knowledgeMiningFactsFactEvaluationSignals or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setFirstseen(IndexingDocjoinerDataVersionVersionInfo firstseen) {
- this.firstseen = firstseen;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsFactEvaluationSignals(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsFactEvaluationSignals) {
+ this.knowledgeMiningFactsFactEvaluationSignals = knowledgeMiningFactsFactEvaluationSignals;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getFontsAnalysisAnnotatorFontsAnnotation() {
- return fontsAnalysisAnnotatorFontsAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsHtmlTableSignal() {
+ return knowledgeMiningFactsHtmlTableSignal;
}
/**
- * @param fontsAnalysisAnnotatorFontsAnnotation fontsAnalysisAnnotatorFontsAnnotation or {@code null} for none
+ * @param knowledgeMiningFactsHtmlTableSignal knowledgeMiningFactsHtmlTableSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setFontsAnalysisAnnotatorFontsAnnotation(IndexingDocjoinerDataVersionVersionInfo fontsAnalysisAnnotatorFontsAnnotation) {
- this.fontsAnalysisAnnotatorFontsAnnotation = fontsAnalysisAnnotatorFontsAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsHtmlTableSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsHtmlTableSignal) {
+ this.knowledgeMiningFactsHtmlTableSignal = knowledgeMiningFactsHtmlTableSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getForumRankingForumPostsSafeSearchAnnotation() {
- return forumRankingForumPostsSafeSearchAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsKatsSignals() {
+ return knowledgeMiningFactsKatsSignals;
}
/**
- * @param forumRankingForumPostsSafeSearchAnnotation forumRankingForumPostsSafeSearchAnnotation or {@code null} for none
+ * @param knowledgeMiningFactsKatsSignals knowledgeMiningFactsKatsSignals or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setForumRankingForumPostsSafeSearchAnnotation(IndexingDocjoinerDataVersionVersionInfo forumRankingForumPostsSafeSearchAnnotation) {
- this.forumRankingForumPostsSafeSearchAnnotation = forumRankingForumPostsSafeSearchAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsKatsSignals(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsKatsSignals) {
+ this.knowledgeMiningFactsKatsSignals = knowledgeMiningFactsKatsSignals;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getFoundationSplinterSignal() {
- return foundationSplinterSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsLocalizedFact() {
+ return knowledgeMiningFactsLocalizedFact;
}
/**
- * @param foundationSplinterSignal foundationSplinterSignal or {@code null} for none
+ * @param knowledgeMiningFactsLocalizedFact knowledgeMiningFactsLocalizedFact or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setFoundationSplinterSignal(IndexingDocjoinerDataVersionVersionInfo foundationSplinterSignal) {
- this.foundationSplinterSignal = foundationSplinterSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsLocalizedFact(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsLocalizedFact) {
+ this.knowledgeMiningFactsLocalizedFact = knowledgeMiningFactsLocalizedFact;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getFreshboxFreshboxArticleAnnotation() {
- return freshboxFreshboxArticleAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsObjectAnnotationsSignal() {
+ return knowledgeMiningFactsObjectAnnotationsSignal;
}
/**
- * @param freshboxFreshboxArticleAnnotation freshboxFreshboxArticleAnnotation or {@code null} for none
+ * @param knowledgeMiningFactsObjectAnnotationsSignal knowledgeMiningFactsObjectAnnotationsSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setFreshboxFreshboxArticleAnnotation(IndexingDocjoinerDataVersionVersionInfo freshboxFreshboxArticleAnnotation) {
- this.freshboxFreshboxArticleAnnotation = freshboxFreshboxArticleAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsObjectAnnotationsSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsObjectAnnotationsSignal) {
+ this.knowledgeMiningFactsObjectAnnotationsSignal = knowledgeMiningFactsObjectAnnotationsSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getGeoPointAnnotations() {
- return geoPointAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsProductCompositionSignal() {
+ return knowledgeMiningFactsProductCompositionSignal;
}
/**
- * @param geoPointAnnotations geoPointAnnotations or {@code null} for none
+ * @param knowledgeMiningFactsProductCompositionSignal knowledgeMiningFactsProductCompositionSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setGeoPointAnnotations(IndexingDocjoinerDataVersionVersionInfo geoPointAnnotations) {
- this.geoPointAnnotations = geoPointAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsProductCompositionSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsProductCompositionSignal) {
+ this.knowledgeMiningFactsProductCompositionSignal = knowledgeMiningFactsProductCompositionSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getGeoPointResolution() {
- return geoPointResolution;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsServingData() {
+ return knowledgeMiningFactsServingData;
}
/**
- * @param geoPointResolution geoPointResolution or {@code null} for none
+ * @param knowledgeMiningFactsServingData knowledgeMiningFactsServingData or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setGeoPointResolution(IndexingDocjoinerDataVersionVersionInfo geoPointResolution) {
- this.geoPointResolution = geoPointResolution;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsServingData(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsServingData) {
+ this.knowledgeMiningFactsServingData = knowledgeMiningFactsServingData;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getGeostoreAddressProto() {
- return geostoreAddressProto;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsShoppingSignals() {
+ return knowledgeMiningFactsShoppingSignals;
}
/**
- * @param geostoreAddressProto geostoreAddressProto or {@code null} for none
+ * @param knowledgeMiningFactsShoppingSignals knowledgeMiningFactsShoppingSignals or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setGeostoreAddressProto(IndexingDocjoinerDataVersionVersionInfo geostoreAddressProto) {
- this.geostoreAddressProto = geostoreAddressProto;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsShoppingSignals(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsShoppingSignals) {
+ this.knowledgeMiningFactsShoppingSignals = knowledgeMiningFactsShoppingSignals;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getI2eV2ImageEntitiesInfos() {
- return i2eV2ImageEntitiesInfos;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsStructuredSnippetsSignal() {
+ return knowledgeMiningFactsStructuredSnippetsSignal;
}
/**
- * @param i2eV2ImageEntitiesInfos i2eV2ImageEntitiesInfos or {@code null} for none
+ * @param knowledgeMiningFactsStructuredSnippetsSignal knowledgeMiningFactsStructuredSnippetsSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setI2eV2ImageEntitiesInfos(IndexingDocjoinerDataVersionVersionInfo i2eV2ImageEntitiesInfos) {
- this.i2eV2ImageEntitiesInfos = i2eV2ImageEntitiesInfos;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsStructuredSnippetsSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsStructuredSnippetsSignal) {
+ this.knowledgeMiningFactsStructuredSnippetsSignal = knowledgeMiningFactsStructuredSnippetsSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageContentAnnotationLabels() {
- return imageContentAnnotationLabels;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUdrExtraFactData() {
+ return knowledgeMiningFactsUdrExtraFactData;
}
/**
- * @param imageContentAnnotationLabels imageContentAnnotationLabels or {@code null} for none
+ * @param knowledgeMiningFactsUdrExtraFactData knowledgeMiningFactsUdrExtraFactData or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageContentAnnotationLabels(IndexingDocjoinerDataVersionVersionInfo imageContentAnnotationLabels) {
- this.imageContentAnnotationLabels = imageContentAnnotationLabels;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUdrExtraFactData(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUdrExtraFactData) {
+ this.knowledgeMiningFactsUdrExtraFactData = knowledgeMiningFactsUdrExtraFactData;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageContentColorSearchColorDetectionResults() {
- return imageContentColorSearchColorDetectionResults;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUdrExtraFactMentionData() {
+ return knowledgeMiningFactsUdrExtraFactMentionData;
}
/**
- * @param imageContentColorSearchColorDetectionResults imageContentColorSearchColorDetectionResults or {@code null} for none
+ * @param knowledgeMiningFactsUdrExtraFactMentionData knowledgeMiningFactsUdrExtraFactMentionData or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageContentColorSearchColorDetectionResults(IndexingDocjoinerDataVersionVersionInfo imageContentColorSearchColorDetectionResults) {
- this.imageContentColorSearchColorDetectionResults = imageContentColorSearchColorDetectionResults;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUdrExtraFactMentionData(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUdrExtraFactMentionData) {
+ this.knowledgeMiningFactsUdrExtraFactMentionData = knowledgeMiningFactsUdrExtraFactMentionData;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageDataList() {
- return imageDataList;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUniversalFactMetadata() {
+ return knowledgeMiningFactsUniversalFactMetadata;
}
/**
- * @param imageDataList imageDataList or {@code null} for none
+ * @param knowledgeMiningFactsUniversalFactMetadata knowledgeMiningFactsUniversalFactMetadata or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageDataList(IndexingDocjoinerDataVersionVersionInfo imageDataList) {
- this.imageDataList = imageDataList;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUniversalFactMetadata(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUniversalFactMetadata) {
+ this.knowledgeMiningFactsUniversalFactMetadata = knowledgeMiningFactsUniversalFactMetadata;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageExtraImageExtraTerms() {
- return imageExtraImageExtraTerms;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUniversalFactScores() {
+ return knowledgeMiningFactsUniversalFactScores;
}
/**
- * @param imageExtraImageExtraTerms imageExtraImageExtraTerms or {@code null} for none
+ * @param knowledgeMiningFactsUniversalFactScores knowledgeMiningFactsUniversalFactScores or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageExtraImageExtraTerms(IndexingDocjoinerDataVersionVersionInfo imageExtraImageExtraTerms) {
- this.imageExtraImageExtraTerms = imageExtraImageExtraTerms;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUniversalFactScores(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUniversalFactScores) {
+ this.knowledgeMiningFactsUniversalFactScores = knowledgeMiningFactsUniversalFactScores;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageMonetizationFeaturedDocumentProperties() {
- return imageMonetizationFeaturedDocumentProperties;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUniversalTableSignal() {
+ return knowledgeMiningFactsUniversalTableSignal;
}
/**
- * @param imageMonetizationFeaturedDocumentProperties imageMonetizationFeaturedDocumentProperties or {@code null} for none
+ * @param knowledgeMiningFactsUniversalTableSignal knowledgeMiningFactsUniversalTableSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageMonetizationFeaturedDocumentProperties(IndexingDocjoinerDataVersionVersionInfo imageMonetizationFeaturedDocumentProperties) {
- this.imageMonetizationFeaturedDocumentProperties = imageMonetizationFeaturedDocumentProperties;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUniversalTableSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUniversalTableSignal) {
+ this.knowledgeMiningFactsUniversalTableSignal = knowledgeMiningFactsUniversalTableSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageMustangFaviconInfo() {
- return imageMustangFaviconInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsWebKvSiteGroupSignal() {
+ return knowledgeMiningFactsWebKvSiteGroupSignal;
}
/**
- * @param imageMustangFaviconInfo imageMustangFaviconInfo or {@code null} for none
+ * @param knowledgeMiningFactsWebKvSiteGroupSignal knowledgeMiningFactsWebKvSiteGroupSignal or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageMustangFaviconInfo(IndexingDocjoinerDataVersionVersionInfo imageMustangFaviconInfo) {
- this.imageMustangFaviconInfo = imageMustangFaviconInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningFactsWebKvSiteGroupSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsWebKvSiteGroupSignal) {
+ this.knowledgeMiningFactsWebKvSiteGroupSignal = knowledgeMiningFactsWebKvSiteGroupSignal;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageMustangWebsearchImageSnippetResponse() {
- return imageMustangWebsearchImageSnippetResponse;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningShoppingBrowseonomyData() {
+ return knowledgeMiningShoppingBrowseonomyData;
}
/**
- * @param imageMustangWebsearchImageSnippetResponse imageMustangWebsearchImageSnippetResponse or {@code null} for none
+ * @param knowledgeMiningShoppingBrowseonomyData knowledgeMiningShoppingBrowseonomyData or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageMustangWebsearchImageSnippetResponse(IndexingDocjoinerDataVersionVersionInfo imageMustangWebsearchImageSnippetResponse) {
- this.imageMustangWebsearchImageSnippetResponse = imageMustangWebsearchImageSnippetResponse;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningShoppingBrowseonomyData(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningShoppingBrowseonomyData) {
+ this.knowledgeMiningShoppingBrowseonomyData = knowledgeMiningShoppingBrowseonomyData;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageQualityLabelmakerDocMediaLabels() {
- return imageQualityLabelmakerDocMediaLabels;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningShoppingTwdModelVersions() {
+ return knowledgeMiningShoppingTwdModelVersions;
}
/**
- * @param imageQualityLabelmakerDocMediaLabels imageQualityLabelmakerDocMediaLabels or {@code null} for none
+ * @param knowledgeMiningShoppingTwdModelVersions knowledgeMiningShoppingTwdModelVersions or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageQualityLabelmakerDocMediaLabels(IndexingDocjoinerDataVersionVersionInfo imageQualityLabelmakerDocMediaLabels) {
- this.imageQualityLabelmakerDocMediaLabels = imageQualityLabelmakerDocMediaLabels;
+ public IndexingDocjoinerDataVersion setKnowledgeMiningShoppingTwdModelVersions(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningShoppingTwdModelVersions) {
+ this.knowledgeMiningShoppingTwdModelVersions = knowledgeMiningShoppingTwdModelVersions;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageQualityLandingPageProtoLandingPageSalientTextSet() {
- return imageQualityLandingPageProtoLandingPageSalientTextSet;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumConsumerNewsAnnotation() {
+ return knowledgeMumConsumerNewsAnnotation;
}
/**
- * @param imageQualityLandingPageProtoLandingPageSalientTextSet imageQualityLandingPageProtoLandingPageSalientTextSet or {@code null} for none
+ * @param knowledgeMumConsumerNewsAnnotation knowledgeMumConsumerNewsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageQualityLandingPageProtoLandingPageSalientTextSet(IndexingDocjoinerDataVersionVersionInfo imageQualityLandingPageProtoLandingPageSalientTextSet) {
- this.imageQualityLandingPageProtoLandingPageSalientTextSet = imageQualityLandingPageProtoLandingPageSalientTextSet;
+ public IndexingDocjoinerDataVersion setKnowledgeMumConsumerNewsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumConsumerNewsAnnotation) {
+ this.knowledgeMumConsumerNewsAnnotation = knowledgeMumConsumerNewsAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageQualityLayoutDocument() {
- return imageQualityLayoutDocument;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuAccusatoryTitleAnnotation() {
+ return knowledgeMumDcuAccusatoryTitleAnnotation;
}
/**
- * @param imageQualityLayoutDocument imageQualityLayoutDocument or {@code null} for none
+ * @param knowledgeMumDcuAccusatoryTitleAnnotation knowledgeMumDcuAccusatoryTitleAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageQualityLayoutDocument(IndexingDocjoinerDataVersionVersionInfo imageQualityLayoutDocument) {
- this.imageQualityLayoutDocument = imageQualityLayoutDocument;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuAccusatoryTitleAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuAccusatoryTitleAnnotation) {
+ this.knowledgeMumDcuAccusatoryTitleAnnotation = knowledgeMumDcuAccusatoryTitleAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageQualityRichdataProtoImageAnchor() {
- return imageQualityRichdataProtoImageAnchor;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuAmusingAnnotation() {
+ return knowledgeMumDcuAmusingAnnotation;
}
/**
- * @param imageQualityRichdataProtoImageAnchor imageQualityRichdataProtoImageAnchor or {@code null} for none
+ * @param knowledgeMumDcuAmusingAnnotation knowledgeMumDcuAmusingAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageQualityRichdataProtoImageAnchor(IndexingDocjoinerDataVersionVersionInfo imageQualityRichdataProtoImageAnchor) {
- this.imageQualityRichdataProtoImageAnchor = imageQualityRichdataProtoImageAnchor;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuAmusingAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuAmusingAnnotation) {
+ this.knowledgeMumDcuAmusingAnnotation = knowledgeMumDcuAmusingAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageQualityRichdataProtoRichdata() {
- return imageQualityRichdataProtoRichdata;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBaseCuriosityAnnotation() {
+ return knowledgeMumDcuBaseCuriosityAnnotation;
}
/**
- * @param imageQualityRichdataProtoRichdata imageQualityRichdataProtoRichdata or {@code null} for none
+ * @param knowledgeMumDcuBaseCuriosityAnnotation knowledgeMumDcuBaseCuriosityAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageQualityRichdataProtoRichdata(IndexingDocjoinerDataVersionVersionInfo imageQualityRichdataProtoRichdata) {
- this.imageQualityRichdataProtoRichdata = imageQualityRichdataProtoRichdata;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBaseCuriosityAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBaseCuriosityAnnotation) {
+ this.knowledgeMumDcuBaseCuriosityAnnotation = knowledgeMumDcuBaseCuriosityAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageQualitySalientTermsImageQuerySmearingList() {
- return imageQualitySalientTermsImageQuerySmearingList;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBaseCuriosityV2Annotation() {
+ return knowledgeMumDcuBaseCuriosityV2Annotation;
}
/**
- * @param imageQualitySalientTermsImageQuerySmearingList imageQualitySalientTermsImageQuerySmearingList or {@code null} for none
+ * @param knowledgeMumDcuBaseCuriosityV2Annotation knowledgeMumDcuBaseCuriosityV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageQualitySalientTermsImageQuerySmearingList(IndexingDocjoinerDataVersionVersionInfo imageQualitySalientTermsImageQuerySmearingList) {
- this.imageQualitySalientTermsImageQuerySmearingList = imageQualitySalientTermsImageQuerySmearingList;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBaseCuriosityV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBaseCuriosityV2Annotation) {
+ this.knowledgeMumDcuBaseCuriosityV2Annotation = knowledgeMumDcuBaseCuriosityV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageQualitySalientTermsImageSalientTermSetMap() {
- return imageQualitySalientTermsImageSalientTermSetMap;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBaseCuriosityV3Annotation() {
+ return knowledgeMumDcuBaseCuriosityV3Annotation;
}
/**
- * @param imageQualitySalientTermsImageSalientTermSetMap imageQualitySalientTermsImageSalientTermSetMap or {@code null} for none
+ * @param knowledgeMumDcuBaseCuriosityV3Annotation knowledgeMumDcuBaseCuriosityV3Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageQualitySalientTermsImageSalientTermSetMap(IndexingDocjoinerDataVersionVersionInfo imageQualitySalientTermsImageSalientTermSetMap) {
- this.imageQualitySalientTermsImageSalientTermSetMap = imageQualitySalientTermsImageSalientTermSetMap;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBaseCuriosityV3Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBaseCuriosityV3Annotation) {
+ this.knowledgeMumDcuBaseCuriosityV3Annotation = knowledgeMumDcuBaseCuriosityV3Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageQualitySensitiveFaceSkinToneSignals() {
- return imageQualitySensitiveFaceSkinToneSignals;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBeginnerAnnotation() {
+ return knowledgeMumDcuBeginnerAnnotation;
}
/**
- * @param imageQualitySensitiveFaceSkinToneSignals imageQualitySensitiveFaceSkinToneSignals or {@code null} for none
+ * @param knowledgeMumDcuBeginnerAnnotation knowledgeMumDcuBeginnerAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageQualitySensitiveFaceSkinToneSignals(IndexingDocjoinerDataVersionVersionInfo imageQualitySensitiveFaceSkinToneSignals) {
- this.imageQualitySensitiveFaceSkinToneSignals = imageQualitySensitiveFaceSkinToneSignals;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBeginnerAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBeginnerAnnotation) {
+ this.knowledgeMumDcuBeginnerAnnotation = knowledgeMumDcuBeginnerAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageQualitySensitiveMediaOrPeopleEntities() {
- return imageQualitySensitiveMediaOrPeopleEntities;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBeginnerTitleAnnotation() {
+ return knowledgeMumDcuBeginnerTitleAnnotation;
}
/**
- * @param imageQualitySensitiveMediaOrPeopleEntities imageQualitySensitiveMediaOrPeopleEntities or {@code null} for none
+ * @param knowledgeMumDcuBeginnerTitleAnnotation knowledgeMumDcuBeginnerTitleAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageQualitySensitiveMediaOrPeopleEntities(IndexingDocjoinerDataVersionVersionInfo imageQualitySensitiveMediaOrPeopleEntities) {
- this.imageQualitySensitiveMediaOrPeopleEntities = imageQualitySensitiveMediaOrPeopleEntities;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBeginnerTitleAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBeginnerTitleAnnotation) {
+ this.knowledgeMumDcuBeginnerTitleAnnotation = knowledgeMumDcuBeginnerTitleAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageRepositoryGeolocation() {
- return imageRepositoryGeolocation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBoringAnnotation() {
+ return knowledgeMumDcuBoringAnnotation;
}
/**
- * @param imageRepositoryGeolocation imageRepositoryGeolocation or {@code null} for none
+ * @param knowledgeMumDcuBoringAnnotation knowledgeMumDcuBoringAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageRepositoryGeolocation(IndexingDocjoinerDataVersionVersionInfo imageRepositoryGeolocation) {
- this.imageRepositoryGeolocation = imageRepositoryGeolocation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBoringAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBoringAnnotation) {
+ this.knowledgeMumDcuBoringAnnotation = knowledgeMumDcuBoringAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageRepositoryPicasaGeoData() {
- return imageRepositoryPicasaGeoData;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBoringVideoAnnotation() {
+ return knowledgeMumDcuBoringVideoAnnotation;
}
/**
- * @param imageRepositoryPicasaGeoData imageRepositoryPicasaGeoData or {@code null} for none
+ * @param knowledgeMumDcuBoringVideoAnnotation knowledgeMumDcuBoringVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageRepositoryPicasaGeoData(IndexingDocjoinerDataVersionVersionInfo imageRepositoryPicasaGeoData) {
- this.imageRepositoryPicasaGeoData = imageRepositoryPicasaGeoData;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBoringVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBoringVideoAnnotation) {
+ this.knowledgeMumDcuBoringVideoAnnotation = knowledgeMumDcuBoringVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageSearchRejectedImageInfoList() {
- return imageSearchRejectedImageInfoList;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBoringVideoCandidateAnnotation() {
+ return knowledgeMumDcuBoringVideoCandidateAnnotation;
}
/**
- * @param imageSearchRejectedImageInfoList imageSearchRejectedImageInfoList or {@code null} for none
+ * @param knowledgeMumDcuBoringVideoCandidateAnnotation knowledgeMumDcuBoringVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageSearchRejectedImageInfoList(IndexingDocjoinerDataVersionVersionInfo imageSearchRejectedImageInfoList) {
- this.imageSearchRejectedImageInfoList = imageSearchRejectedImageInfoList;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBoringVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBoringVideoCandidateAnnotation) {
+ this.knowledgeMumDcuBoringVideoCandidateAnnotation = knowledgeMumDcuBoringVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageStockStockImageAnnotation() {
- return imageStockStockImageAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBroadTitleAnnotation() {
+ return knowledgeMumDcuBroadTitleAnnotation;
}
/**
- * @param imageStockStockImageAnnotation imageStockStockImageAnnotation or {@code null} for none
+ * @param knowledgeMumDcuBroadTitleAnnotation knowledgeMumDcuBroadTitleAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageStockStockImageAnnotation(IndexingDocjoinerDataVersionVersionInfo imageStockStockImageAnnotation) {
- this.imageStockStockImageAnnotation = imageStockStockImageAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBroadTitleAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBroadTitleAnnotation) {
+ this.knowledgeMumDcuBroadTitleAnnotation = knowledgeMumDcuBroadTitleAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageembed() {
- return imageembed;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuBroadlyConsumableAnnotation() {
+ return knowledgeMumDcuBroadlyConsumableAnnotation;
}
/**
- * @param imageembed imageembed or {@code null} for none
+ * @param knowledgeMumDcuBroadlyConsumableAnnotation knowledgeMumDcuBroadlyConsumableAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageembed(IndexingDocjoinerDataVersionVersionInfo imageembed) {
- this.imageembed = imageembed;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuBroadlyConsumableAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuBroadlyConsumableAnnotation) {
+ this.knowledgeMumDcuBroadlyConsumableAnnotation = knowledgeMumDcuBroadlyConsumableAnnotation;
return this;
}
/**
- * END DATA FIELDS
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getImageembedDomainNorm() {
- return imageembedDomainNorm;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuClickbaitPlusAnnotation() {
+ return knowledgeMumDcuClickbaitPlusAnnotation;
}
/**
- * END DATA FIELDS
- * @param imageembedDomainNorm imageembedDomainNorm or {@code null} for none
+ * @param knowledgeMumDcuClickbaitPlusAnnotation knowledgeMumDcuClickbaitPlusAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setImageembedDomainNorm(IndexingDocjoinerDataVersionVersionInfo imageembedDomainNorm) {
- this.imageembedDomainNorm = imageembedDomainNorm;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuClickbaitPlusAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuClickbaitPlusAnnotation) {
+ this.knowledgeMumDcuClickbaitPlusAnnotation = knowledgeMumDcuClickbaitPlusAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAnnotationMeta() {
- return indexingAnnotationsAnnotationMeta;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuClickbaitPlusCandidateAnnotation() {
+ return knowledgeMumDcuClickbaitPlusCandidateAnnotation;
}
/**
- * @param indexingAnnotationsAnnotationMeta indexingAnnotationsAnnotationMeta or {@code null} for none
+ * @param knowledgeMumDcuClickbaitPlusCandidateAnnotation knowledgeMumDcuClickbaitPlusCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsAnnotationMeta(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAnnotationMeta) {
- this.indexingAnnotationsAnnotationMeta = indexingAnnotationsAnnotationMeta;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuClickbaitPlusCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuClickbaitPlusCandidateAnnotation) {
+ this.knowledgeMumDcuClickbaitPlusCandidateAnnotation = knowledgeMumDcuClickbaitPlusCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAppMarketAppMarketAnnotation() {
- return indexingAnnotationsAppMarketAppMarketAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCommercialNewsAnnotation() {
+ return knowledgeMumDcuCommercialNewsAnnotation;
}
/**
- * @param indexingAnnotationsAppMarketAppMarketAnnotation indexingAnnotationsAppMarketAppMarketAnnotation or {@code null} for none
+ * @param knowledgeMumDcuCommercialNewsAnnotation knowledgeMumDcuCommercialNewsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsAppMarketAppMarketAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAppMarketAppMarketAnnotation) {
- this.indexingAnnotationsAppMarketAppMarketAnnotation = indexingAnnotationsAppMarketAppMarketAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCommercialNewsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialNewsAnnotation) {
+ this.knowledgeMumDcuCommercialNewsAnnotation = knowledgeMumDcuCommercialNewsAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAppsCacheColonAnnotation() {
- return indexingAnnotationsAppsCacheColonAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCommercialVideoAnnotation() {
+ return knowledgeMumDcuCommercialVideoAnnotation;
}
/**
- * @param indexingAnnotationsAppsCacheColonAnnotation indexingAnnotationsAppsCacheColonAnnotation or {@code null} for none
+ * @param knowledgeMumDcuCommercialVideoAnnotation knowledgeMumDcuCommercialVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsAppsCacheColonAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAppsCacheColonAnnotation) {
- this.indexingAnnotationsAppsCacheColonAnnotation = indexingAnnotationsAppsCacheColonAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCommercialVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialVideoAnnotation) {
+ this.knowledgeMumDcuCommercialVideoAnnotation = knowledgeMumDcuCommercialVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation() {
- return indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCommercialVideoCandidateAnnotation() {
+ return knowledgeMumDcuCommercialVideoCandidateAnnotation;
}
/**
- * @param indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation or {@code null} for none
+ * @param knowledgeMumDcuCommercialVideoCandidateAnnotation knowledgeMumDcuCommercialVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation) {
- this.indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation = indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCommercialVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialVideoCandidateAnnotation) {
+ this.knowledgeMumDcuCommercialVideoCandidateAnnotation = knowledgeMumDcuCommercialVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations() {
- return indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCommercialVideoV2Annotation() {
+ return knowledgeMumDcuCommercialVideoV2Annotation;
}
/**
- * @param indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations or {@code null} for none
+ * @param knowledgeMumDcuCommercialVideoV2Annotation knowledgeMumDcuCommercialVideoV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations) {
- this.indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations = indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCommercialVideoV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialVideoV2Annotation) {
+ this.knowledgeMumDcuCommercialVideoV2Annotation = knowledgeMumDcuCommercialVideoV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsCanonicalUrl() {
- return indexingAnnotationsCanonicalUrl;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCommercialVideoV2CandidateAnnotation() {
+ return knowledgeMumDcuCommercialVideoV2CandidateAnnotation;
}
/**
- * @param indexingAnnotationsCanonicalUrl indexingAnnotationsCanonicalUrl or {@code null} for none
+ * @param knowledgeMumDcuCommercialVideoV2CandidateAnnotation knowledgeMumDcuCommercialVideoV2CandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsCanonicalUrl(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsCanonicalUrl) {
- this.indexingAnnotationsCanonicalUrl = indexingAnnotationsCanonicalUrl;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCommercialVideoV2CandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCommercialVideoV2CandidateAnnotation) {
+ this.knowledgeMumDcuCommercialVideoV2CandidateAnnotation = knowledgeMumDcuCommercialVideoV2CandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsCleanTextProto() {
- return indexingAnnotationsCleanTextProto;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuComplexAnnotation() {
+ return knowledgeMumDcuComplexAnnotation;
}
/**
- * @param indexingAnnotationsCleanTextProto indexingAnnotationsCleanTextProto or {@code null} for none
+ * @param knowledgeMumDcuComplexAnnotation knowledgeMumDcuComplexAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsCleanTextProto(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsCleanTextProto) {
- this.indexingAnnotationsCleanTextProto = indexingAnnotationsCleanTextProto;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuComplexAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuComplexAnnotation) {
+ this.knowledgeMumDcuComplexAnnotation = knowledgeMumDcuComplexAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsCollectionsDocCollections() {
- return indexingAnnotationsCollectionsDocCollections;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCoolProjectVideoAnnotation() {
+ return knowledgeMumDcuCoolProjectVideoAnnotation;
}
/**
- * @param indexingAnnotationsCollectionsDocCollections indexingAnnotationsCollectionsDocCollections or {@code null} for none
+ * @param knowledgeMumDcuCoolProjectVideoAnnotation knowledgeMumDcuCoolProjectVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsCollectionsDocCollections(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsCollectionsDocCollections) {
- this.indexingAnnotationsCollectionsDocCollections = indexingAnnotationsCollectionsDocCollections;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCoolProjectVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCoolProjectVideoAnnotation) {
+ this.knowledgeMumDcuCoolProjectVideoAnnotation = knowledgeMumDcuCoolProjectVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsCommentBlockGroups() {
- return indexingAnnotationsCommentBlockGroups;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCoolProjectVideoCandidateAnnotation() {
+ return knowledgeMumDcuCoolProjectVideoCandidateAnnotation;
}
/**
- * @param indexingAnnotationsCommentBlockGroups indexingAnnotationsCommentBlockGroups or {@code null} for none
+ * @param knowledgeMumDcuCoolProjectVideoCandidateAnnotation knowledgeMumDcuCoolProjectVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsCommentBlockGroups(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsCommentBlockGroups) {
- this.indexingAnnotationsCommentBlockGroups = indexingAnnotationsCommentBlockGroups;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCoolProjectVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCoolProjectVideoCandidateAnnotation) {
+ this.knowledgeMumDcuCoolProjectVideoCandidateAnnotation = knowledgeMumDcuCoolProjectVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsDatasetModelAnnotation() {
- return indexingAnnotationsDatasetModelAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCoolProjectVideoV2Annotation() {
+ return knowledgeMumDcuCoolProjectVideoV2Annotation;
}
/**
- * @param indexingAnnotationsDatasetModelAnnotation indexingAnnotationsDatasetModelAnnotation or {@code null} for none
+ * @param knowledgeMumDcuCoolProjectVideoV2Annotation knowledgeMumDcuCoolProjectVideoV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsDatasetModelAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsDatasetModelAnnotation) {
- this.indexingAnnotationsDatasetModelAnnotation = indexingAnnotationsDatasetModelAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCoolProjectVideoV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCoolProjectVideoV2Annotation) {
+ this.knowledgeMumDcuCoolProjectVideoV2Annotation = knowledgeMumDcuCoolProjectVideoV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsDatesDateTimes() {
- return indexingAnnotationsDatesDateTimes;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCoolProjectVideoV2CandidateAnnotation() {
+ return knowledgeMumDcuCoolProjectVideoV2CandidateAnnotation;
}
/**
- * @param indexingAnnotationsDatesDateTimes indexingAnnotationsDatesDateTimes or {@code null} for none
+ * @param knowledgeMumDcuCoolProjectVideoV2CandidateAnnotation knowledgeMumDcuCoolProjectVideoV2CandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsDatesDateTimes(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsDatesDateTimes) {
- this.indexingAnnotationsDatesDateTimes = indexingAnnotationsDatesDateTimes;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCoolProjectVideoV2CandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCoolProjectVideoV2CandidateAnnotation) {
+ this.knowledgeMumDcuCoolProjectVideoV2CandidateAnnotation = knowledgeMumDcuCoolProjectVideoV2CandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsDocImportance() {
- return indexingAnnotationsDocImportance;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCreativeVideoAnnotation() {
+ return knowledgeMumDcuCreativeVideoAnnotation;
}
/**
- * @param indexingAnnotationsDocImportance indexingAnnotationsDocImportance or {@code null} for none
+ * @param knowledgeMumDcuCreativeVideoAnnotation knowledgeMumDcuCreativeVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsDocImportance(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsDocImportance) {
- this.indexingAnnotationsDocImportance = indexingAnnotationsDocImportance;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCreativeVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCreativeVideoAnnotation) {
+ this.knowledgeMumDcuCreativeVideoAnnotation = knowledgeMumDcuCreativeVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation() {
- return indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCreativeVideoCandidateAnnotation() {
+ return knowledgeMumDcuCreativeVideoCandidateAnnotation;
}
/**
- * @param indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation or {@code null} for none
+ * @param knowledgeMumDcuCreativeVideoCandidateAnnotation knowledgeMumDcuCreativeVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation) {
- this.indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation = indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCreativeVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCreativeVideoCandidateAnnotation) {
+ this.knowledgeMumDcuCreativeVideoCandidateAnnotation = knowledgeMumDcuCreativeVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsEntityPage() {
- return indexingAnnotationsEntityPage;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCuteShortVideoAnnotation() {
+ return knowledgeMumDcuCuteShortVideoAnnotation;
}
/**
- * @param indexingAnnotationsEntityPage indexingAnnotationsEntityPage or {@code null} for none
+ * @param knowledgeMumDcuCuteShortVideoAnnotation knowledgeMumDcuCuteShortVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsEntityPage(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsEntityPage) {
- this.indexingAnnotationsEntityPage = indexingAnnotationsEntityPage;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCuteShortVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCuteShortVideoAnnotation) {
+ this.knowledgeMumDcuCuteShortVideoAnnotation = knowledgeMumDcuCuteShortVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsFeedbackSet() {
- return indexingAnnotationsFeedbackSet;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuCuteShortVideoCandidateAnnotation() {
+ return knowledgeMumDcuCuteShortVideoCandidateAnnotation;
}
/**
- * @param indexingAnnotationsFeedbackSet indexingAnnotationsFeedbackSet or {@code null} for none
+ * @param knowledgeMumDcuCuteShortVideoCandidateAnnotation knowledgeMumDcuCuteShortVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsFeedbackSet(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsFeedbackSet) {
- this.indexingAnnotationsFeedbackSet = indexingAnnotationsFeedbackSet;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuCuteShortVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuCuteShortVideoCandidateAnnotation) {
+ this.knowledgeMumDcuCuteShortVideoCandidateAnnotation = knowledgeMumDcuCuteShortVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsIBertEmbeddingAnnotation() {
- return indexingAnnotationsIBertEmbeddingAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDepressingTitleAnnotation() {
+ return knowledgeMumDcuDepressingTitleAnnotation;
}
/**
- * @param indexingAnnotationsIBertEmbeddingAnnotation indexingAnnotationsIBertEmbeddingAnnotation or {@code null} for none
+ * @param knowledgeMumDcuDepressingTitleAnnotation knowledgeMumDcuDepressingTitleAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsIBertEmbeddingAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsIBertEmbeddingAnnotation) {
- this.indexingAnnotationsIBertEmbeddingAnnotation = indexingAnnotationsIBertEmbeddingAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDepressingTitleAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDepressingTitleAnnotation) {
+ this.knowledgeMumDcuDepressingTitleAnnotation = knowledgeMumDcuDepressingTitleAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsImageRepositoryImageLicenseInfoAnnotation() {
- return indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDietaryAnnotation() {
+ return knowledgeMumDcuDietaryAnnotation;
}
/**
- * @param indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation or {@code null} for none
+ * @param knowledgeMumDcuDietaryAnnotation knowledgeMumDcuDietaryAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsImageRepositoryImageLicenseInfoAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation) {
- this.indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation = indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDietaryAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDietaryAnnotation) {
+ this.knowledgeMumDcuDietaryAnnotation = knowledgeMumDcuDietaryAnnotation;
return this;
}
/**
* @return value or {@code null} for none
- */
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsPcuAmpError() {
- return indexingAnnotationsPcuAmpError;
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDisasterAnnotation() {
+ return knowledgeMumDcuDisasterAnnotation;
}
/**
- * @param indexingAnnotationsPcuAmpError indexingAnnotationsPcuAmpError or {@code null} for none
+ * @param knowledgeMumDcuDisasterAnnotation knowledgeMumDcuDisasterAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsPcuAmpError(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsPcuAmpError) {
- this.indexingAnnotationsPcuAmpError = indexingAnnotationsPcuAmpError;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDisasterAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDisasterAnnotation) {
+ this.knowledgeMumDcuDisasterAnnotation = knowledgeMumDcuDisasterAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsPcuSignedExchangeInfo() {
- return indexingAnnotationsPcuSignedExchangeInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDisasterV2Annotation() {
+ return knowledgeMumDcuDisasterV2Annotation;
}
/**
- * @param indexingAnnotationsPcuSignedExchangeInfo indexingAnnotationsPcuSignedExchangeInfo or {@code null} for none
+ * @param knowledgeMumDcuDisasterV2Annotation knowledgeMumDcuDisasterV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsPcuSignedExchangeInfo(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsPcuSignedExchangeInfo) {
- this.indexingAnnotationsPcuSignedExchangeInfo = indexingAnnotationsPcuSignedExchangeInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDisasterV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDisasterV2Annotation) {
+ this.knowledgeMumDcuDisasterV2Annotation = knowledgeMumDcuDisasterV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsPersonPersonAnnotation() {
- return indexingAnnotationsPersonPersonAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDiscriminatoryAnnotation() {
+ return knowledgeMumDcuDiscriminatoryAnnotation;
}
/**
- * @param indexingAnnotationsPersonPersonAnnotation indexingAnnotationsPersonPersonAnnotation or {@code null} for none
+ * @param knowledgeMumDcuDiscriminatoryAnnotation knowledgeMumDcuDiscriminatoryAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsPersonPersonAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsPersonPersonAnnotation) {
- this.indexingAnnotationsPersonPersonAnnotation = indexingAnnotationsPersonPersonAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDiscriminatoryAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDiscriminatoryAnnotation) {
+ this.knowledgeMumDcuDiscriminatoryAnnotation = knowledgeMumDcuDiscriminatoryAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsSduPageTypeAnnotation() {
- return indexingAnnotationsSduPageTypeAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDisgustingAnnotation() {
+ return knowledgeMumDcuDisgustingAnnotation;
}
/**
- * @param indexingAnnotationsSduPageTypeAnnotation indexingAnnotationsSduPageTypeAnnotation or {@code null} for none
+ * @param knowledgeMumDcuDisgustingAnnotation knowledgeMumDcuDisgustingAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsSduPageTypeAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsSduPageTypeAnnotation) {
- this.indexingAnnotationsSduPageTypeAnnotation = indexingAnnotationsSduPageTypeAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDisgustingAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDisgustingAnnotation) {
+ this.knowledgeMumDcuDisgustingAnnotation = knowledgeMumDcuDisgustingAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsSocialLinksSocialLinksAnnotation() {
- return indexingAnnotationsSocialLinksSocialLinksAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDisgustingV2Annotation() {
+ return knowledgeMumDcuDisgustingV2Annotation;
}
/**
- * @param indexingAnnotationsSocialLinksSocialLinksAnnotation indexingAnnotationsSocialLinksSocialLinksAnnotation or {@code null} for none
+ * @param knowledgeMumDcuDisgustingV2Annotation knowledgeMumDcuDisgustingV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsSocialLinksSocialLinksAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsSocialLinksSocialLinksAnnotation) {
- this.indexingAnnotationsSocialLinksSocialLinksAnnotation = indexingAnnotationsSocialLinksSocialLinksAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDisgustingV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDisgustingV2Annotation) {
+ this.knowledgeMumDcuDisgustingV2Annotation = knowledgeMumDcuDisgustingV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsSubscribewithgoogleSwgAnnotation() {
- return indexingAnnotationsSubscribewithgoogleSwgAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDismissRatioUserBehaviorAnnotation() {
+ return knowledgeMumDcuDismissRatioUserBehaviorAnnotation;
}
/**
- * @param indexingAnnotationsSubscribewithgoogleSwgAnnotation indexingAnnotationsSubscribewithgoogleSwgAnnotation or {@code null} for none
+ * @param knowledgeMumDcuDismissRatioUserBehaviorAnnotation knowledgeMumDcuDismissRatioUserBehaviorAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsSubscribewithgoogleSwgAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsSubscribewithgoogleSwgAnnotation) {
- this.indexingAnnotationsSubscribewithgoogleSwgAnnotation = indexingAnnotationsSubscribewithgoogleSwgAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDismissRatioUserBehaviorAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDismissRatioUserBehaviorAnnotation) {
+ this.knowledgeMumDcuDismissRatioUserBehaviorAnnotation = knowledgeMumDcuDismissRatioUserBehaviorAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsTwitterEmbeddedTweetsAnnotation() {
- return indexingAnnotationsTwitterEmbeddedTweetsAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDistanceSensitiveAnnotation() {
+ return knowledgeMumDcuDistanceSensitiveAnnotation;
}
/**
- * @param indexingAnnotationsTwitterEmbeddedTweetsAnnotation indexingAnnotationsTwitterEmbeddedTweetsAnnotation or {@code null} for none
+ * @param knowledgeMumDcuDistanceSensitiveAnnotation knowledgeMumDcuDistanceSensitiveAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsTwitterEmbeddedTweetsAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsTwitterEmbeddedTweetsAnnotation) {
- this.indexingAnnotationsTwitterEmbeddedTweetsAnnotation = indexingAnnotationsTwitterEmbeddedTweetsAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDistanceSensitiveAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDistanceSensitiveAnnotation) {
+ this.knowledgeMumDcuDistanceSensitiveAnnotation = knowledgeMumDcuDistanceSensitiveAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsTypedNumberTypedNumberAnnotations() {
- return indexingAnnotationsTypedNumberTypedNumberAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDiyProjectVideoAnnotation() {
+ return knowledgeMumDcuDiyProjectVideoAnnotation;
}
/**
- * @param indexingAnnotationsTypedNumberTypedNumberAnnotations indexingAnnotationsTypedNumberTypedNumberAnnotations or {@code null} for none
+ * @param knowledgeMumDcuDiyProjectVideoAnnotation knowledgeMumDcuDiyProjectVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsTypedNumberTypedNumberAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsTypedNumberTypedNumberAnnotations) {
- this.indexingAnnotationsTypedNumberTypedNumberAnnotations = indexingAnnotationsTypedNumberTypedNumberAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDiyProjectVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDiyProjectVideoAnnotation) {
+ this.knowledgeMumDcuDiyProjectVideoAnnotation = knowledgeMumDcuDiyProjectVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsWaPassagesQueryToPassageAnnotations() {
- return indexingAnnotationsWaPassagesQueryToPassageAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDiyProjectVideoCandidateAnnotation() {
+ return knowledgeMumDcuDiyProjectVideoCandidateAnnotation;
}
/**
- * @param indexingAnnotationsWaPassagesQueryToPassageAnnotations indexingAnnotationsWaPassagesQueryToPassageAnnotations or {@code null} for none
+ * @param knowledgeMumDcuDiyProjectVideoCandidateAnnotation knowledgeMumDcuDiyProjectVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsWaPassagesQueryToPassageAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsWaPassagesQueryToPassageAnnotations) {
- this.indexingAnnotationsWaPassagesQueryToPassageAnnotations = indexingAnnotationsWaPassagesQueryToPassageAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDiyProjectVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDiyProjectVideoCandidateAnnotation) {
+ this.knowledgeMumDcuDiyProjectVideoCandidateAnnotation = knowledgeMumDcuDiyProjectVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations() {
- return indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDqsAnnotation() {
+ return knowledgeMumDcuDqsAnnotation;
}
/**
- * @param indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations or {@code null} for none
+ * @param knowledgeMumDcuDqsAnnotation knowledgeMumDcuDqsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations) {
- this.indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations = indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDqsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDqsAnnotation) {
+ this.knowledgeMumDcuDqsAnnotation = knowledgeMumDcuDqsAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAppsAffiliatedInstantAppInfo() {
- return indexingAppsAffiliatedInstantAppInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDramaticTitleAnnotation() {
+ return knowledgeMumDcuDramaticTitleAnnotation;
}
/**
- * @param indexingAppsAffiliatedInstantAppInfo indexingAppsAffiliatedInstantAppInfo or {@code null} for none
+ * @param knowledgeMumDcuDramaticTitleAnnotation knowledgeMumDcuDramaticTitleAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAppsAffiliatedInstantAppInfo(IndexingDocjoinerDataVersionVersionInfo indexingAppsAffiliatedInstantAppInfo) {
- this.indexingAppsAffiliatedInstantAppInfo = indexingAppsAffiliatedInstantAppInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDramaticTitleAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDramaticTitleAnnotation) {
+ this.knowledgeMumDcuDramaticTitleAnnotation = knowledgeMumDcuDramaticTitleAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingAppsMergedAppInfoAnnotation() {
- return indexingAppsMergedAppInfoAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuDryFactsAnnotation() {
+ return knowledgeMumDcuDryFactsAnnotation;
}
/**
- * @param indexingAppsMergedAppInfoAnnotation indexingAppsMergedAppInfoAnnotation or {@code null} for none
+ * @param knowledgeMumDcuDryFactsAnnotation knowledgeMumDcuDryFactsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingAppsMergedAppInfoAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingAppsMergedAppInfoAnnotation) {
- this.indexingAppsMergedAppInfoAnnotation = indexingAppsMergedAppInfoAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuDryFactsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuDryFactsAnnotation) {
+ this.knowledgeMumDcuDryFactsAnnotation = knowledgeMumDcuDryFactsAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesBadPageParseResult() {
- return indexingBadpagesBadPageParseResult;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEasyReadAnnotation() {
+ return knowledgeMumDcuEasyReadAnnotation;
}
/**
- * @param indexingBadpagesBadPageParseResult indexingBadpagesBadPageParseResult or {@code null} for none
+ * @param knowledgeMumDcuEasyReadAnnotation knowledgeMumDcuEasyReadAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingBadpagesBadPageParseResult(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesBadPageParseResult) {
- this.indexingBadpagesBadPageParseResult = indexingBadpagesBadPageParseResult;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEasyReadAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEasyReadAnnotation) {
+ this.knowledgeMumDcuEasyReadAnnotation = knowledgeMumDcuEasyReadAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesCollapserInfo() {
- return indexingBadpagesCollapserInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEducationalVideoAnnotation() {
+ return knowledgeMumDcuEducationalVideoAnnotation;
}
/**
- * @param indexingBadpagesCollapserInfo indexingBadpagesCollapserInfo or {@code null} for none
+ * @param knowledgeMumDcuEducationalVideoAnnotation knowledgeMumDcuEducationalVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingBadpagesCollapserInfo(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesCollapserInfo) {
- this.indexingBadpagesCollapserInfo = indexingBadpagesCollapserInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEducationalVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEducationalVideoAnnotation) {
+ this.knowledgeMumDcuEducationalVideoAnnotation = knowledgeMumDcuEducationalVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesIndexSelectionRemoval() {
- return indexingBadpagesIndexSelectionRemoval;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEducationalVideoCandidateAnnotation() {
+ return knowledgeMumDcuEducationalVideoCandidateAnnotation;
}
/**
- * @param indexingBadpagesIndexSelectionRemoval indexingBadpagesIndexSelectionRemoval or {@code null} for none
+ * @param knowledgeMumDcuEducationalVideoCandidateAnnotation knowledgeMumDcuEducationalVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingBadpagesIndexSelectionRemoval(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesIndexSelectionRemoval) {
- this.indexingBadpagesIndexSelectionRemoval = indexingBadpagesIndexSelectionRemoval;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEducationalVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEducationalVideoCandidateAnnotation) {
+ this.knowledgeMumDcuEducationalVideoCandidateAnnotation = knowledgeMumDcuEducationalVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesLoginPageResult() {
- return indexingBadpagesLoginPageResult;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEngagingVideoAnnotation() {
+ return knowledgeMumDcuEngagingVideoAnnotation;
}
/**
- * @param indexingBadpagesLoginPageResult indexingBadpagesLoginPageResult or {@code null} for none
+ * @param knowledgeMumDcuEngagingVideoAnnotation knowledgeMumDcuEngagingVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingBadpagesLoginPageResult(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesLoginPageResult) {
- this.indexingBadpagesLoginPageResult = indexingBadpagesLoginPageResult;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEngagingVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoAnnotation) {
+ this.knowledgeMumDcuEngagingVideoAnnotation = knowledgeMumDcuEngagingVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingBadpagesUnifiedModelFeatures() {
- return indexingBadpagesUnifiedModelFeatures;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEngagingVideoCandidateAnnotation() {
+ return knowledgeMumDcuEngagingVideoCandidateAnnotation;
}
/**
- * @param indexingBadpagesUnifiedModelFeatures indexingBadpagesUnifiedModelFeatures or {@code null} for none
+ * @param knowledgeMumDcuEngagingVideoCandidateAnnotation knowledgeMumDcuEngagingVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingBadpagesUnifiedModelFeatures(IndexingDocjoinerDataVersionVersionInfo indexingBadpagesUnifiedModelFeatures) {
- this.indexingBadpagesUnifiedModelFeatures = indexingBadpagesUnifiedModelFeatures;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEngagingVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoCandidateAnnotation) {
+ this.knowledgeMumDcuEngagingVideoCandidateAnnotation = knowledgeMumDcuEngagingVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingBeringPublisherOnPageAdsAnnotation() {
- return indexingBeringPublisherOnPageAdsAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEngagingVideoV2Annotation() {
+ return knowledgeMumDcuEngagingVideoV2Annotation;
}
/**
- * @param indexingBeringPublisherOnPageAdsAnnotation indexingBeringPublisherOnPageAdsAnnotation or {@code null} for none
+ * @param knowledgeMumDcuEngagingVideoV2Annotation knowledgeMumDcuEngagingVideoV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingBeringPublisherOnPageAdsAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingBeringPublisherOnPageAdsAnnotation) {
- this.indexingBeringPublisherOnPageAdsAnnotation = indexingBeringPublisherOnPageAdsAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEngagingVideoV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoV2Annotation) {
+ this.knowledgeMumDcuEngagingVideoV2Annotation = knowledgeMumDcuEngagingVideoV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingCenterpieceCenterPieceAnnotations() {
- return indexingCenterpieceCenterPieceAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEngagingVideoV2CandidateAnnotation() {
+ return knowledgeMumDcuEngagingVideoV2CandidateAnnotation;
}
/**
- * @param indexingCenterpieceCenterPieceAnnotations indexingCenterpieceCenterPieceAnnotations or {@code null} for none
+ * @param knowledgeMumDcuEngagingVideoV2CandidateAnnotation knowledgeMumDcuEngagingVideoV2CandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingCenterpieceCenterPieceAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceCenterPieceAnnotations) {
- this.indexingCenterpieceCenterPieceAnnotations = indexingCenterpieceCenterPieceAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEngagingVideoV2CandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoV2CandidateAnnotation) {
+ this.knowledgeMumDcuEngagingVideoV2CandidateAnnotation = knowledgeMumDcuEngagingVideoV2CandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingCenterpieceCenterpieceChecksums() {
- return indexingCenterpieceCenterpieceChecksums;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEngagingVideoV3Annotation() {
+ return knowledgeMumDcuEngagingVideoV3Annotation;
}
/**
- * @param indexingCenterpieceCenterpieceChecksums indexingCenterpieceCenterpieceChecksums or {@code null} for none
+ * @param knowledgeMumDcuEngagingVideoV3Annotation knowledgeMumDcuEngagingVideoV3Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingCenterpieceCenterpieceChecksums(IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceCenterpieceChecksums) {
- this.indexingCenterpieceCenterpieceChecksums = indexingCenterpieceCenterpieceChecksums;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEngagingVideoV3Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoV3Annotation) {
+ this.knowledgeMumDcuEngagingVideoV3Annotation = knowledgeMumDcuEngagingVideoV3Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingCenterpieceComponentLearningSource() {
- return indexingCenterpieceComponentLearningSource;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEngagingVideoV3CandidateAnnotation() {
+ return knowledgeMumDcuEngagingVideoV3CandidateAnnotation;
}
/**
- * @param indexingCenterpieceComponentLearningSource indexingCenterpieceComponentLearningSource or {@code null} for none
+ * @param knowledgeMumDcuEngagingVideoV3CandidateAnnotation knowledgeMumDcuEngagingVideoV3CandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingCenterpieceComponentLearningSource(IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceComponentLearningSource) {
- this.indexingCenterpieceComponentLearningSource = indexingCenterpieceComponentLearningSource;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEngagingVideoV3CandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingVideoV3CandidateAnnotation) {
+ this.knowledgeMumDcuEngagingVideoV3CandidateAnnotation = knowledgeMumDcuEngagingVideoV3CandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingCenterpieceSectionTitleAnnotations() {
- return indexingCenterpieceSectionTitleAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEngagingnessAnnotation() {
+ return knowledgeMumDcuEngagingnessAnnotation;
}
/**
- * @param indexingCenterpieceSectionTitleAnnotations indexingCenterpieceSectionTitleAnnotations or {@code null} for none
+ * @param knowledgeMumDcuEngagingnessAnnotation knowledgeMumDcuEngagingnessAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingCenterpieceSectionTitleAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingCenterpieceSectionTitleAnnotations) {
- this.indexingCenterpieceSectionTitleAnnotations = indexingCenterpieceSectionTitleAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEngagingnessAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingnessAnnotation) {
+ this.knowledgeMumDcuEngagingnessAnnotation = knowledgeMumDcuEngagingnessAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterContentGenerationInfo() {
- return indexingConverterContentGenerationInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEngagingnessLeAnnotation() {
+ return knowledgeMumDcuEngagingnessLeAnnotation;
}
/**
- * @param indexingConverterContentGenerationInfo indexingConverterContentGenerationInfo or {@code null} for none
+ * @param knowledgeMumDcuEngagingnessLeAnnotation knowledgeMumDcuEngagingnessLeAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingConverterContentGenerationInfo(IndexingDocjoinerDataVersionVersionInfo indexingConverterContentGenerationInfo) {
- this.indexingConverterContentGenerationInfo = indexingConverterContentGenerationInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEngagingnessLeAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingnessLeAnnotation) {
+ this.knowledgeMumDcuEngagingnessLeAnnotation = knowledgeMumDcuEngagingnessLeAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterContentParserResults() {
- return indexingConverterContentParserResults;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEngagingnessMmAnnotation() {
+ return knowledgeMumDcuEngagingnessMmAnnotation;
}
/**
- * @param indexingConverterContentParserResults indexingConverterContentParserResults or {@code null} for none
+ * @param knowledgeMumDcuEngagingnessMmAnnotation knowledgeMumDcuEngagingnessMmAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingConverterContentParserResults(IndexingDocjoinerDataVersionVersionInfo indexingConverterContentParserResults) {
- this.indexingConverterContentParserResults = indexingConverterContentParserResults;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEngagingnessMmAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEngagingnessMmAnnotation) {
+ this.knowledgeMumDcuEngagingnessMmAnnotation = knowledgeMumDcuEngagingnessMmAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterFileMetaInfo() {
- return indexingConverterFileMetaInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEnjoyableMutedVideoAnnotation() {
+ return knowledgeMumDcuEnjoyableMutedVideoAnnotation;
}
/**
- * @param indexingConverterFileMetaInfo indexingConverterFileMetaInfo or {@code null} for none
+ * @param knowledgeMumDcuEnjoyableMutedVideoAnnotation knowledgeMumDcuEnjoyableMutedVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingConverterFileMetaInfo(IndexingDocjoinerDataVersionVersionInfo indexingConverterFileMetaInfo) {
- this.indexingConverterFileMetaInfo = indexingConverterFileMetaInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEnjoyableMutedVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEnjoyableMutedVideoAnnotation) {
+ this.knowledgeMumDcuEnjoyableMutedVideoAnnotation = knowledgeMumDcuEnjoyableMutedVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterLinkRelOutlinks() {
- return indexingConverterLinkRelOutlinks;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation() {
+ return knowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation;
}
/**
- * @param indexingConverterLinkRelOutlinks indexingConverterLinkRelOutlinks or {@code null} for none
+ * @param knowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation knowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingConverterLinkRelOutlinks(IndexingDocjoinerDataVersionVersionInfo indexingConverterLinkRelOutlinks) {
- this.indexingConverterLinkRelOutlinks = indexingConverterLinkRelOutlinks;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation) {
+ this.knowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation = knowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterMetaDetectorsResultsProto() {
- return indexingConverterMetaDetectorsResultsProto;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEntertainingVideoAnnotation() {
+ return knowledgeMumDcuEntertainingVideoAnnotation;
}
/**
- * @param indexingConverterMetaDetectorsResultsProto indexingConverterMetaDetectorsResultsProto or {@code null} for none
+ * @param knowledgeMumDcuEntertainingVideoAnnotation knowledgeMumDcuEntertainingVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingConverterMetaDetectorsResultsProto(IndexingDocjoinerDataVersionVersionInfo indexingConverterMetaDetectorsResultsProto) {
- this.indexingConverterMetaDetectorsResultsProto = indexingConverterMetaDetectorsResultsProto;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEntertainingVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEntertainingVideoAnnotation) {
+ this.knowledgeMumDcuEntertainingVideoAnnotation = knowledgeMumDcuEntertainingVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterPdfFileMetaInfo() {
- return indexingConverterPdfFileMetaInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuEntertainingVideoCandidateAnnotation() {
+ return knowledgeMumDcuEntertainingVideoCandidateAnnotation;
}
/**
- * @param indexingConverterPdfFileMetaInfo indexingConverterPdfFileMetaInfo or {@code null} for none
+ * @param knowledgeMumDcuEntertainingVideoCandidateAnnotation knowledgeMumDcuEntertainingVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingConverterPdfFileMetaInfo(IndexingDocjoinerDataVersionVersionInfo indexingConverterPdfFileMetaInfo) {
- this.indexingConverterPdfFileMetaInfo = indexingConverterPdfFileMetaInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuEntertainingVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuEntertainingVideoCandidateAnnotation) {
+ this.knowledgeMumDcuEntertainingVideoCandidateAnnotation = knowledgeMumDcuEntertainingVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingConverterPdfPageAnnotations() {
- return indexingConverterPdfPageAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFactualAnnotation() {
+ return knowledgeMumDcuFactualAnnotation;
}
/**
- * @param indexingConverterPdfPageAnnotations indexingConverterPdfPageAnnotations or {@code null} for none
+ * @param knowledgeMumDcuFactualAnnotation knowledgeMumDcuFactualAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingConverterPdfPageAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingConverterPdfPageAnnotations) {
- this.indexingConverterPdfPageAnnotations = indexingConverterPdfPageAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFactualAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFactualAnnotation) {
+ this.knowledgeMumDcuFactualAnnotation = knowledgeMumDcuFactualAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingCustomCorpusCdmAnnotations() {
- return indexingCustomCorpusCdmAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFlavorAnnotation() {
+ return knowledgeMumDcuFlavorAnnotation;
}
/**
- * @param indexingCustomCorpusCdmAnnotations indexingCustomCorpusCdmAnnotations or {@code null} for none
+ * @param knowledgeMumDcuFlavorAnnotation knowledgeMumDcuFlavorAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingCustomCorpusCdmAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingCustomCorpusCdmAnnotations) {
- this.indexingCustomCorpusCdmAnnotations = indexingCustomCorpusCdmAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFlavorAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFlavorAnnotation) {
+ this.knowledgeMumDcuFlavorAnnotation = knowledgeMumDcuFlavorAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingDeepwebStoreListAnnotation() {
- return indexingDeepwebStoreListAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFlavorMmAnnotation() {
+ return knowledgeMumDcuFlavorMmAnnotation;
}
/**
- * @param indexingDeepwebStoreListAnnotation indexingDeepwebStoreListAnnotation or {@code null} for none
+ * @param knowledgeMumDcuFlavorMmAnnotation knowledgeMumDcuFlavorMmAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingDeepwebStoreListAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingDeepwebStoreListAnnotation) {
- this.indexingDeepwebStoreListAnnotation = indexingDeepwebStoreListAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFlavorMmAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFlavorMmAnnotation) {
+ this.knowledgeMumDcuFlavorMmAnnotation = knowledgeMumDcuFlavorMmAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingDocjoinerServingTimeClusterIds() {
- return indexingDocjoinerServingTimeClusterIds;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFlavorMmCandidateAnnotation() {
+ return knowledgeMumDcuFlavorMmCandidateAnnotation;
}
/**
- * @param indexingDocjoinerServingTimeClusterIds indexingDocjoinerServingTimeClusterIds or {@code null} for none
+ * @param knowledgeMumDcuFlavorMmCandidateAnnotation knowledgeMumDcuFlavorMmCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingDocjoinerServingTimeClusterIds(IndexingDocjoinerDataVersionVersionInfo indexingDocjoinerServingTimeClusterIds) {
- this.indexingDocjoinerServingTimeClusterIds = indexingDocjoinerServingTimeClusterIds;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFlavorMmCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFlavorMmCandidateAnnotation) {
+ this.knowledgeMumDcuFlavorMmCandidateAnnotation = knowledgeMumDcuFlavorMmCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingDocjoinerWikiInfo() {
- return indexingDocjoinerWikiInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFlavorMmV2CandidateAnnotation() {
+ return knowledgeMumDcuFlavorMmV2CandidateAnnotation;
}
/**
- * @param indexingDocjoinerWikiInfo indexingDocjoinerWikiInfo or {@code null} for none
+ * @param knowledgeMumDcuFlavorMmV2CandidateAnnotation knowledgeMumDcuFlavorMmV2CandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingDocjoinerWikiInfo(IndexingDocjoinerDataVersionVersionInfo indexingDocjoinerWikiInfo) {
- this.indexingDocjoinerWikiInfo = indexingDocjoinerWikiInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFlavorMmV2CandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFlavorMmV2CandidateAnnotation) {
+ this.knowledgeMumDcuFlavorMmV2CandidateAnnotation = knowledgeMumDcuFlavorMmV2CandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingDocskeletonRepeatedPatternRepeatedPatternAnnotation() {
- return indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFunFactsAnnotation() {
+ return knowledgeMumDcuFunFactsAnnotation;
}
/**
- * @param indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation or {@code null} for none
+ * @param knowledgeMumDcuFunFactsAnnotation knowledgeMumDcuFunFactsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingDocskeletonRepeatedPatternRepeatedPatternAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation) {
- this.indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation = indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFunFactsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunFactsAnnotation) {
+ this.knowledgeMumDcuFunFactsAnnotation = knowledgeMumDcuFunFactsAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingDupsLocalizedLocalizedCluster() {
- return indexingDupsLocalizedLocalizedCluster;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFunVideoAnnotation() {
+ return knowledgeMumDcuFunVideoAnnotation;
}
/**
- * @param indexingDupsLocalizedLocalizedCluster indexingDupsLocalizedLocalizedCluster or {@code null} for none
+ * @param knowledgeMumDcuFunVideoAnnotation knowledgeMumDcuFunVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingDupsLocalizedLocalizedCluster(IndexingDocjoinerDataVersionVersionInfo indexingDupsLocalizedLocalizedCluster) {
- this.indexingDupsLocalizedLocalizedCluster = indexingDupsLocalizedLocalizedCluster;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFunVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunVideoAnnotation) {
+ this.knowledgeMumDcuFunVideoAnnotation = knowledgeMumDcuFunVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingFreshSchedulerFreshSchedulerDoubleInstantExtension() {
- return indexingFreshSchedulerFreshSchedulerDoubleInstantExtension;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFunVideoCandidateAnnotation() {
+ return knowledgeMumDcuFunVideoCandidateAnnotation;
}
/**
- * @param indexingFreshSchedulerFreshSchedulerDoubleInstantExtension indexingFreshSchedulerFreshSchedulerDoubleInstantExtension or {@code null} for none
+ * @param knowledgeMumDcuFunVideoCandidateAnnotation knowledgeMumDcuFunVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingFreshSchedulerFreshSchedulerDoubleInstantExtension(IndexingDocjoinerDataVersionVersionInfo indexingFreshSchedulerFreshSchedulerDoubleInstantExtension) {
- this.indexingFreshSchedulerFreshSchedulerDoubleInstantExtension = indexingFreshSchedulerFreshSchedulerDoubleInstantExtension;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFunVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunVideoCandidateAnnotation) {
+ this.knowledgeMumDcuFunVideoCandidateAnnotation = knowledgeMumDcuFunVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal() {
- return indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFunnyShortVideoAnnotation() {
+ return knowledgeMumDcuFunnyShortVideoAnnotation;
}
/**
- * @param indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal or {@code null} for none
+ * @param knowledgeMumDcuFunnyShortVideoAnnotation knowledgeMumDcuFunnyShortVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal(IndexingDocjoinerDataVersionVersionInfo indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal) {
- this.indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal = indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFunnyShortVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunnyShortVideoAnnotation) {
+ this.knowledgeMumDcuFunnyShortVideoAnnotation = knowledgeMumDcuFunnyShortVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingImagesRelatedImageSignal() {
- return indexingImagesRelatedImageSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuFunnyShortVideoCandidateAnnotation() {
+ return knowledgeMumDcuFunnyShortVideoCandidateAnnotation;
}
/**
- * @param indexingImagesRelatedImageSignal indexingImagesRelatedImageSignal or {@code null} for none
+ * @param knowledgeMumDcuFunnyShortVideoCandidateAnnotation knowledgeMumDcuFunnyShortVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingImagesRelatedImageSignal(IndexingDocjoinerDataVersionVersionInfo indexingImagesRelatedImageSignal) {
- this.indexingImagesRelatedImageSignal = indexingImagesRelatedImageSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuFunnyShortVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuFunnyShortVideoCandidateAnnotation) {
+ this.knowledgeMumDcuFunnyShortVideoCandidateAnnotation = knowledgeMumDcuFunnyShortVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantActiveClusterScorerSignal() {
- return indexingInstantActiveClusterScorerSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuGameplayVideoAnnotation() {
+ return knowledgeMumDcuGameplayVideoAnnotation;
}
/**
- * @param indexingInstantActiveClusterScorerSignal indexingInstantActiveClusterScorerSignal or {@code null} for none
+ * @param knowledgeMumDcuGameplayVideoAnnotation knowledgeMumDcuGameplayVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingInstantActiveClusterScorerSignal(IndexingDocjoinerDataVersionVersionInfo indexingInstantActiveClusterScorerSignal) {
- this.indexingInstantActiveClusterScorerSignal = indexingInstantActiveClusterScorerSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuGameplayVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuGameplayVideoAnnotation) {
+ this.knowledgeMumDcuGameplayVideoAnnotation = knowledgeMumDcuGameplayVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantBaseReindexWhitelistData() {
- return indexingInstantBaseReindexWhitelistData;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuGameplayVideoCandidateAnnotation() {
+ return knowledgeMumDcuGameplayVideoCandidateAnnotation;
}
/**
- * @param indexingInstantBaseReindexWhitelistData indexingInstantBaseReindexWhitelistData or {@code null} for none
+ * @param knowledgeMumDcuGameplayVideoCandidateAnnotation knowledgeMumDcuGameplayVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingInstantBaseReindexWhitelistData(IndexingDocjoinerDataVersionVersionInfo indexingInstantBaseReindexWhitelistData) {
- this.indexingInstantBaseReindexWhitelistData = indexingInstantBaseReindexWhitelistData;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuGameplayVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuGameplayVideoCandidateAnnotation) {
+ this.knowledgeMumDcuGameplayVideoCandidateAnnotation = knowledgeMumDcuGameplayVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantClusterScorerArticle() {
- return indexingInstantClusterScorerArticle;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuGoodCommercialAnnotation() {
+ return knowledgeMumDcuGoodCommercialAnnotation;
}
/**
- * @param indexingInstantClusterScorerArticle indexingInstantClusterScorerArticle or {@code null} for none
+ * @param knowledgeMumDcuGoodCommercialAnnotation knowledgeMumDcuGoodCommercialAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingInstantClusterScorerArticle(IndexingDocjoinerDataVersionVersionInfo indexingInstantClusterScorerArticle) {
- this.indexingInstantClusterScorerArticle = indexingInstantClusterScorerArticle;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuGoodCommercialAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuGoodCommercialAnnotation) {
+ this.knowledgeMumDcuGoodCommercialAnnotation = knowledgeMumDcuGoodCommercialAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantClusterScorerSignal() {
- return indexingInstantClusterScorerSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuGossipNewsAnnotation() {
+ return knowledgeMumDcuGossipNewsAnnotation;
}
/**
- * @param indexingInstantClusterScorerSignal indexingInstantClusterScorerSignal or {@code null} for none
+ * @param knowledgeMumDcuGossipNewsAnnotation knowledgeMumDcuGossipNewsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingInstantClusterScorerSignal(IndexingDocjoinerDataVersionVersionInfo indexingInstantClusterScorerSignal) {
- this.indexingInstantClusterScorerSignal = indexingInstantClusterScorerSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuGossipNewsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuGossipNewsAnnotation) {
+ this.knowledgeMumDcuGossipNewsAnnotation = knowledgeMumDcuGossipNewsAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantHistoricalContentSignals() {
- return indexingInstantHistoricalContentSignals;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuHeartRatioUserBehaviorAnnotation() {
+ return knowledgeMumDcuHeartRatioUserBehaviorAnnotation;
}
/**
- * @param indexingInstantHistoricalContentSignals indexingInstantHistoricalContentSignals or {@code null} for none
+ * @param knowledgeMumDcuHeartRatioUserBehaviorAnnotation knowledgeMumDcuHeartRatioUserBehaviorAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingInstantHistoricalContentSignals(IndexingDocjoinerDataVersionVersionInfo indexingInstantHistoricalContentSignals) {
- this.indexingInstantHistoricalContentSignals = indexingInstantHistoricalContentSignals;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuHeartRatioUserBehaviorAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuHeartRatioUserBehaviorAnnotation) {
+ this.knowledgeMumDcuHeartRatioUserBehaviorAnnotation = knowledgeMumDcuHeartRatioUserBehaviorAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantNewsHighlyCitedDocumentSignal() {
- return indexingInstantNewsHighlyCitedDocumentSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuHowToVideoAnnotation() {
+ return knowledgeMumDcuHowToVideoAnnotation;
}
/**
- * @param indexingInstantNewsHighlyCitedDocumentSignal indexingInstantNewsHighlyCitedDocumentSignal or {@code null} for none
+ * @param knowledgeMumDcuHowToVideoAnnotation knowledgeMumDcuHowToVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingInstantNewsHighlyCitedDocumentSignal(IndexingDocjoinerDataVersionVersionInfo indexingInstantNewsHighlyCitedDocumentSignal) {
- this.indexingInstantNewsHighlyCitedDocumentSignal = indexingInstantNewsHighlyCitedDocumentSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuHowToVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuHowToVideoAnnotation) {
+ this.knowledgeMumDcuHowToVideoAnnotation = knowledgeMumDcuHowToVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantNewsImagesInfo() {
- return indexingInstantNewsImagesInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuHowToVideoCandidateAnnotation() {
+ return knowledgeMumDcuHowToVideoCandidateAnnotation;
}
/**
- * @param indexingInstantNewsImagesInfo indexingInstantNewsImagesInfo or {@code null} for none
+ * @param knowledgeMumDcuHowToVideoCandidateAnnotation knowledgeMumDcuHowToVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingInstantNewsImagesInfo(IndexingDocjoinerDataVersionVersionInfo indexingInstantNewsImagesInfo) {
- this.indexingInstantNewsImagesInfo = indexingInstantNewsImagesInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuHowToVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuHowToVideoCandidateAnnotation) {
+ this.knowledgeMumDcuHowToVideoCandidateAnnotation = knowledgeMumDcuHowToVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingInstantSignalSourceTagsExtension() {
- return indexingInstantSignalSourceTagsExtension;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuInspiredQueryRateAnnotation() {
+ return knowledgeMumDcuInspiredQueryRateAnnotation;
}
/**
- * @param indexingInstantSignalSourceTagsExtension indexingInstantSignalSourceTagsExtension or {@code null} for none
+ * @param knowledgeMumDcuInspiredQueryRateAnnotation knowledgeMumDcuInspiredQueryRateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingInstantSignalSourceTagsExtension(IndexingDocjoinerDataVersionVersionInfo indexingInstantSignalSourceTagsExtension) {
- this.indexingInstantSignalSourceTagsExtension = indexingInstantSignalSourceTagsExtension;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuInspiredQueryRateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiredQueryRateAnnotation) {
+ this.knowledgeMumDcuInspiredQueryRateAnnotation = knowledgeMumDcuInspiredQueryRateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingLatticeLatticeAnnotations() {
- return indexingLatticeLatticeAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuInspiringAnnotation() {
+ return knowledgeMumDcuInspiringAnnotation;
}
/**
- * @param indexingLatticeLatticeAnnotations indexingLatticeLatticeAnnotations or {@code null} for none
+ * @param knowledgeMumDcuInspiringAnnotation knowledgeMumDcuInspiringAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingLatticeLatticeAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingLatticeLatticeAnnotations) {
- this.indexingLatticeLatticeAnnotations = indexingLatticeLatticeAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuInspiringAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiringAnnotation) {
+ this.knowledgeMumDcuInspiringAnnotation = knowledgeMumDcuInspiringAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMetricsUrlIndexingProps() {
- return indexingMetricsUrlIndexingProps;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuInspiringTitleAnnotation() {
+ return knowledgeMumDcuInspiringTitleAnnotation;
}
/**
- * @param indexingMetricsUrlIndexingProps indexingMetricsUrlIndexingProps or {@code null} for none
+ * @param knowledgeMumDcuInspiringTitleAnnotation knowledgeMumDcuInspiringTitleAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMetricsUrlIndexingProps(IndexingDocjoinerDataVersionVersionInfo indexingMetricsUrlIndexingProps) {
- this.indexingMetricsUrlIndexingProps = indexingMetricsUrlIndexingProps;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuInspiringTitleAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiringTitleAnnotation) {
+ this.knowledgeMumDcuInspiringTitleAnnotation = knowledgeMumDcuInspiringTitleAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMlDomNodeSegments() {
- return indexingMlDomNodeSegments;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuInspiringUserBehaviorAnnotation() {
+ return knowledgeMumDcuInspiringUserBehaviorAnnotation;
}
/**
- * @param indexingMlDomNodeSegments indexingMlDomNodeSegments or {@code null} for none
+ * @param knowledgeMumDcuInspiringUserBehaviorAnnotation knowledgeMumDcuInspiringUserBehaviorAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMlDomNodeSegments(IndexingDocjoinerDataVersionVersionInfo indexingMlDomNodeSegments) {
- this.indexingMlDomNodeSegments = indexingMlDomNodeSegments;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuInspiringUserBehaviorAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiringUserBehaviorAnnotation) {
+ this.knowledgeMumDcuInspiringUserBehaviorAnnotation = knowledgeMumDcuInspiringUserBehaviorAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMlEntityInfoboxes() {
- return indexingMlEntityInfoboxes;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuInspiringV2Annotation() {
+ return knowledgeMumDcuInspiringV2Annotation;
}
/**
- * @param indexingMlEntityInfoboxes indexingMlEntityInfoboxes or {@code null} for none
+ * @param knowledgeMumDcuInspiringV2Annotation knowledgeMumDcuInspiringV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMlEntityInfoboxes(IndexingDocjoinerDataVersionVersionInfo indexingMlEntityInfoboxes) {
- this.indexingMlEntityInfoboxes = indexingMlEntityInfoboxes;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuInspiringV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInspiringV2Annotation) {
+ this.knowledgeMumDcuInspiringV2Annotation = knowledgeMumDcuInspiringV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMlPageStructure() {
- return indexingMlPageStructure;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuIntelligentAnnotation() {
+ return knowledgeMumDcuIntelligentAnnotation;
}
/**
- * @param indexingMlPageStructure indexingMlPageStructure or {@code null} for none
+ * @param knowledgeMumDcuIntelligentAnnotation knowledgeMumDcuIntelligentAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMlPageStructure(IndexingDocjoinerDataVersionVersionInfo indexingMlPageStructure) {
- this.indexingMlPageStructure = indexingMlPageStructure;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuIntelligentAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuIntelligentAnnotation) {
+ this.knowledgeMumDcuIntelligentAnnotation = knowledgeMumDcuIntelligentAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMlSemanticArticle() {
- return indexingMlSemanticArticle;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuInterviewVideoAnnotation() {
+ return knowledgeMumDcuInterviewVideoAnnotation;
}
/**
- * @param indexingMlSemanticArticle indexingMlSemanticArticle or {@code null} for none
+ * @param knowledgeMumDcuInterviewVideoAnnotation knowledgeMumDcuInterviewVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMlSemanticArticle(IndexingDocjoinerDataVersionVersionInfo indexingMlSemanticArticle) {
- this.indexingMlSemanticArticle = indexingMlSemanticArticle;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuInterviewVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInterviewVideoAnnotation) {
+ this.knowledgeMumDcuInterviewVideoAnnotation = knowledgeMumDcuInterviewVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMlShoppingUniverseAnnotation() {
- return indexingMlShoppingUniverseAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuInterviewVideoCandidateAnnotation() {
+ return knowledgeMumDcuInterviewVideoCandidateAnnotation;
}
/**
- * @param indexingMlShoppingUniverseAnnotation indexingMlShoppingUniverseAnnotation or {@code null} for none
+ * @param knowledgeMumDcuInterviewVideoCandidateAnnotation knowledgeMumDcuInterviewVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMlShoppingUniverseAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingMlShoppingUniverseAnnotation) {
- this.indexingMlShoppingUniverseAnnotation = indexingMlShoppingUniverseAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuInterviewVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuInterviewVideoCandidateAnnotation) {
+ this.knowledgeMumDcuInterviewVideoCandidateAnnotation = knowledgeMumDcuInterviewVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMlVerticalVerticalClassificationResult() {
- return indexingMlVerticalVerticalClassificationResult;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuLectureVideoAnnotation() {
+ return knowledgeMumDcuLectureVideoAnnotation;
}
/**
- * @param indexingMlVerticalVerticalClassificationResult indexingMlVerticalVerticalClassificationResult or {@code null} for none
+ * @param knowledgeMumDcuLectureVideoAnnotation knowledgeMumDcuLectureVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMlVerticalVerticalClassificationResult(IndexingDocjoinerDataVersionVersionInfo indexingMlVerticalVerticalClassificationResult) {
- this.indexingMlVerticalVerticalClassificationResult = indexingMlVerticalVerticalClassificationResult;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuLectureVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLectureVideoAnnotation) {
+ this.knowledgeMumDcuLectureVideoAnnotation = knowledgeMumDcuLectureVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMlVerticalVerticalClassificationV2() {
- return indexingMlVerticalVerticalClassificationV2;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuLectureVideoCandidateAnnotation() {
+ return knowledgeMumDcuLectureVideoCandidateAnnotation;
}
/**
- * @param indexingMlVerticalVerticalClassificationV2 indexingMlVerticalVerticalClassificationV2 or {@code null} for none
+ * @param knowledgeMumDcuLectureVideoCandidateAnnotation knowledgeMumDcuLectureVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMlVerticalVerticalClassificationV2(IndexingDocjoinerDataVersionVersionInfo indexingMlVerticalVerticalClassificationV2) {
- this.indexingMlVerticalVerticalClassificationV2 = indexingMlVerticalVerticalClassificationV2;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuLectureVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLectureVideoCandidateAnnotation) {
+ this.knowledgeMumDcuLectureVideoCandidateAnnotation = knowledgeMumDcuLectureVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileClientDependentInfo() {
- return indexingMobileClientDependentInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuLifehackVideoAnnotation() {
+ return knowledgeMumDcuLifehackVideoAnnotation;
}
/**
- * @param indexingMobileClientDependentInfo indexingMobileClientDependentInfo or {@code null} for none
+ * @param knowledgeMumDcuLifehackVideoAnnotation knowledgeMumDcuLifehackVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMobileClientDependentInfo(IndexingDocjoinerDataVersionVersionInfo indexingMobileClientDependentInfo) {
- this.indexingMobileClientDependentInfo = indexingMobileClientDependentInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuLifehackVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLifehackVideoAnnotation) {
+ this.knowledgeMumDcuLifehackVideoAnnotation = knowledgeMumDcuLifehackVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileInterstitialsProtoDesktopInterstitials() {
- return indexingMobileInterstitialsProtoDesktopInterstitials;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuLifehackVideoCandidateAnnotation() {
+ return knowledgeMumDcuLifehackVideoCandidateAnnotation;
}
/**
- * @param indexingMobileInterstitialsProtoDesktopInterstitials indexingMobileInterstitialsProtoDesktopInterstitials or {@code null} for none
+ * @param knowledgeMumDcuLifehackVideoCandidateAnnotation knowledgeMumDcuLifehackVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMobileInterstitialsProtoDesktopInterstitials(IndexingDocjoinerDataVersionVersionInfo indexingMobileInterstitialsProtoDesktopInterstitials) {
- this.indexingMobileInterstitialsProtoDesktopInterstitials = indexingMobileInterstitialsProtoDesktopInterstitials;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuLifehackVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLifehackVideoCandidateAnnotation) {
+ this.knowledgeMumDcuLifehackVideoCandidateAnnotation = knowledgeMumDcuLifehackVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileObelixInfo() {
- return indexingMobileObelixInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuLifestyleAnnotation() {
+ return knowledgeMumDcuLifestyleAnnotation;
}
/**
- * @param indexingMobileObelixInfo indexingMobileObelixInfo or {@code null} for none
+ * @param knowledgeMumDcuLifestyleAnnotation knowledgeMumDcuLifestyleAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMobileObelixInfo(IndexingDocjoinerDataVersionVersionInfo indexingMobileObelixInfo) {
- this.indexingMobileObelixInfo = indexingMobileObelixInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuLifestyleAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuLifestyleAnnotation) {
+ this.knowledgeMumDcuLifestyleAnnotation = knowledgeMumDcuLifestyleAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileSmartphoneContentAnnotations() {
- return indexingMobileSmartphoneContentAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuListicleTitleAnnotation() {
+ return knowledgeMumDcuListicleTitleAnnotation;
}
/**
- * @param indexingMobileSmartphoneContentAnnotations indexingMobileSmartphoneContentAnnotations or {@code null} for none
+ * @param knowledgeMumDcuListicleTitleAnnotation knowledgeMumDcuListicleTitleAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMobileSmartphoneContentAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingMobileSmartphoneContentAnnotations) {
- this.indexingMobileSmartphoneContentAnnotations = indexingMobileSmartphoneContentAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuListicleTitleAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuListicleTitleAnnotation) {
+ this.knowledgeMumDcuListicleTitleAnnotation = knowledgeMumDcuListicleTitleAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileSmartphonePatternClassification() {
- return indexingMobileSmartphonePatternClassification;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuMayhemNewsAnnotation() {
+ return knowledgeMumDcuMayhemNewsAnnotation;
}
/**
- * @param indexingMobileSmartphonePatternClassification indexingMobileSmartphonePatternClassification or {@code null} for none
+ * @param knowledgeMumDcuMayhemNewsAnnotation knowledgeMumDcuMayhemNewsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMobileSmartphonePatternClassification(IndexingDocjoinerDataVersionVersionInfo indexingMobileSmartphonePatternClassification) {
- this.indexingMobileSmartphonePatternClassification = indexingMobileSmartphonePatternClassification;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuMayhemNewsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuMayhemNewsAnnotation) {
+ this.knowledgeMumDcuMayhemNewsAnnotation = knowledgeMumDcuMayhemNewsAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingMobileSpeedPageSpeedFieldData() {
- return indexingMobileSpeedPageSpeedFieldData;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuMediaVideoAnnotation() {
+ return knowledgeMumDcuMediaVideoAnnotation;
}
/**
- * @param indexingMobileSpeedPageSpeedFieldData indexingMobileSpeedPageSpeedFieldData or {@code null} for none
+ * @param knowledgeMumDcuMediaVideoAnnotation knowledgeMumDcuMediaVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingMobileSpeedPageSpeedFieldData(IndexingDocjoinerDataVersionVersionInfo indexingMobileSpeedPageSpeedFieldData) {
- this.indexingMobileSpeedPageSpeedFieldData = indexingMobileSpeedPageSpeedFieldData;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuMediaVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuMediaVideoAnnotation) {
+ this.knowledgeMumDcuMediaVideoAnnotation = knowledgeMumDcuMediaVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingPlusonePlusOneSignal() {
- return indexingPlusonePlusOneSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuMediaVideoCandidateAnnotation() {
+ return knowledgeMumDcuMediaVideoCandidateAnnotation;
}
/**
- * @param indexingPlusonePlusOneSignal indexingPlusonePlusOneSignal or {@code null} for none
+ * @param knowledgeMumDcuMediaVideoCandidateAnnotation knowledgeMumDcuMediaVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingPlusonePlusOneSignal(IndexingDocjoinerDataVersionVersionInfo indexingPlusonePlusOneSignal) {
- this.indexingPlusonePlusOneSignal = indexingPlusonePlusOneSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuMediaVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuMediaVideoCandidateAnnotation) {
+ this.knowledgeMumDcuMediaVideoCandidateAnnotation = knowledgeMumDcuMediaVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingPlusoneSocialScoreSignal() {
- return indexingPlusoneSocialScoreSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuNegativeToneAnnotation() {
+ return knowledgeMumDcuNegativeToneAnnotation;
}
/**
- * @param indexingPlusoneSocialScoreSignal indexingPlusoneSocialScoreSignal or {@code null} for none
+ * @param knowledgeMumDcuNegativeToneAnnotation knowledgeMumDcuNegativeToneAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingPlusoneSocialScoreSignal(IndexingDocjoinerDataVersionVersionInfo indexingPlusoneSocialScoreSignal) {
- this.indexingPlusoneSocialScoreSignal = indexingPlusoneSocialScoreSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuNegativeToneAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuNegativeToneAnnotation) {
+ this.knowledgeMumDcuNegativeToneAnnotation = knowledgeMumDcuNegativeToneAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingRaffiaDataRecoveryInfo() {
- return indexingRaffiaDataRecoveryInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuNewsVideoAnnotation() {
+ return knowledgeMumDcuNewsVideoAnnotation;
}
/**
- * @param indexingRaffiaDataRecoveryInfo indexingRaffiaDataRecoveryInfo or {@code null} for none
+ * @param knowledgeMumDcuNewsVideoAnnotation knowledgeMumDcuNewsVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingRaffiaDataRecoveryInfo(IndexingDocjoinerDataVersionVersionInfo indexingRaffiaDataRecoveryInfo) {
- this.indexingRaffiaDataRecoveryInfo = indexingRaffiaDataRecoveryInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuNewsVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuNewsVideoAnnotation) {
+ this.knowledgeMumDcuNewsVideoAnnotation = knowledgeMumDcuNewsVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingRaffiaIndexingIntermediate() {
- return indexingRaffiaIndexingIntermediate;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuNewsVideoCandidateAnnotation() {
+ return knowledgeMumDcuNewsVideoCandidateAnnotation;
}
/**
- * @param indexingRaffiaIndexingIntermediate indexingRaffiaIndexingIntermediate or {@code null} for none
+ * @param knowledgeMumDcuNewsVideoCandidateAnnotation knowledgeMumDcuNewsVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingRaffiaIndexingIntermediate(IndexingDocjoinerDataVersionVersionInfo indexingRaffiaIndexingIntermediate) {
- this.indexingRaffiaIndexingIntermediate = indexingRaffiaIndexingIntermediate;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuNewsVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuNewsVideoCandidateAnnotation) {
+ this.knowledgeMumDcuNewsVideoCandidateAnnotation = knowledgeMumDcuNewsVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingRaffiaMediaProcessingMetadata() {
- return indexingRaffiaMediaProcessingMetadata;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuNewsyTitleAnnotation() {
+ return knowledgeMumDcuNewsyTitleAnnotation;
}
/**
- * @param indexingRaffiaMediaProcessingMetadata indexingRaffiaMediaProcessingMetadata or {@code null} for none
+ * @param knowledgeMumDcuNewsyTitleAnnotation knowledgeMumDcuNewsyTitleAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingRaffiaMediaProcessingMetadata(IndexingDocjoinerDataVersionVersionInfo indexingRaffiaMediaProcessingMetadata) {
- this.indexingRaffiaMediaProcessingMetadata = indexingRaffiaMediaProcessingMetadata;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuNewsyTitleAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuNewsyTitleAnnotation) {
+ this.knowledgeMumDcuNewsyTitleAnnotation = knowledgeMumDcuNewsyTitleAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingRaffiaOverlayCDocAttachment() {
- return indexingRaffiaOverlayCDocAttachment;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuOpinionPiecesAnnotation() {
+ return knowledgeMumDcuOpinionPiecesAnnotation;
}
/**
- * @param indexingRaffiaOverlayCDocAttachment indexingRaffiaOverlayCDocAttachment or {@code null} for none
+ * @param knowledgeMumDcuOpinionPiecesAnnotation knowledgeMumDcuOpinionPiecesAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingRaffiaOverlayCDocAttachment(IndexingDocjoinerDataVersionVersionInfo indexingRaffiaOverlayCDocAttachment) {
- this.indexingRaffiaOverlayCDocAttachment = indexingRaffiaOverlayCDocAttachment;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuOpinionPiecesAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuOpinionPiecesAnnotation) {
+ this.knowledgeMumDcuOpinionPiecesAnnotation = knowledgeMumDcuOpinionPiecesAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionAcquisitionMetadataAttachment() {
- return indexingSelectionAcquisitionMetadataAttachment;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuPersonalNarrativeAnnotation() {
+ return knowledgeMumDcuPersonalNarrativeAnnotation;
}
/**
- * @param indexingSelectionAcquisitionMetadataAttachment indexingSelectionAcquisitionMetadataAttachment or {@code null} for none
+ * @param knowledgeMumDcuPersonalNarrativeAnnotation knowledgeMumDcuPersonalNarrativeAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionAcquisitionMetadataAttachment(IndexingDocjoinerDataVersionVersionInfo indexingSelectionAcquisitionMetadataAttachment) {
- this.indexingSelectionAcquisitionMetadataAttachment = indexingSelectionAcquisitionMetadataAttachment;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuPersonalNarrativeAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPersonalNarrativeAnnotation) {
+ this.knowledgeMumDcuPersonalNarrativeAnnotation = knowledgeMumDcuPersonalNarrativeAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionDoubleIndexingExtension() {
- return indexingSelectionDoubleIndexingExtension;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuPracticalAnnotation() {
+ return knowledgeMumDcuPracticalAnnotation;
}
/**
- * @param indexingSelectionDoubleIndexingExtension indexingSelectionDoubleIndexingExtension or {@code null} for none
+ * @param knowledgeMumDcuPracticalAnnotation knowledgeMumDcuPracticalAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionDoubleIndexingExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionDoubleIndexingExtension) {
- this.indexingSelectionDoubleIndexingExtension = indexingSelectionDoubleIndexingExtension;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuPracticalAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPracticalAnnotation) {
+ this.knowledgeMumDcuPracticalAnnotation = knowledgeMumDcuPracticalAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionFastServingPush() {
- return indexingSelectionFastServingPush;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuPracticalVideoAnnotation() {
+ return knowledgeMumDcuPracticalVideoAnnotation;
}
/**
- * @param indexingSelectionFastServingPush indexingSelectionFastServingPush or {@code null} for none
+ * @param knowledgeMumDcuPracticalVideoAnnotation knowledgeMumDcuPracticalVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionFastServingPush(IndexingDocjoinerDataVersionVersionInfo indexingSelectionFastServingPush) {
- this.indexingSelectionFastServingPush = indexingSelectionFastServingPush;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuPracticalVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPracticalVideoAnnotation) {
+ this.knowledgeMumDcuPracticalVideoAnnotation = knowledgeMumDcuPracticalVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionFreshdocsPassthroughExtension() {
- return indexingSelectionFreshdocsPassthroughExtension;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuPracticalVideoCandidateAnnotation() {
+ return knowledgeMumDcuPracticalVideoCandidateAnnotation;
}
/**
- * @param indexingSelectionFreshdocsPassthroughExtension indexingSelectionFreshdocsPassthroughExtension or {@code null} for none
+ * @param knowledgeMumDcuPracticalVideoCandidateAnnotation knowledgeMumDcuPracticalVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionFreshdocsPassthroughExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionFreshdocsPassthroughExtension) {
- this.indexingSelectionFreshdocsPassthroughExtension = indexingSelectionFreshdocsPassthroughExtension;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuPracticalVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPracticalVideoCandidateAnnotation) {
+ this.knowledgeMumDcuPracticalVideoCandidateAnnotation = knowledgeMumDcuPracticalVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionImageImageSelectionAttachment() {
- return indexingSelectionImageImageSelectionAttachment;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuPredictedTrafficRatioAnnotation() {
+ return knowledgeMumDcuPredictedTrafficRatioAnnotation;
}
/**
- * @param indexingSelectionImageImageSelectionAttachment indexingSelectionImageImageSelectionAttachment or {@code null} for none
+ * @param knowledgeMumDcuPredictedTrafficRatioAnnotation knowledgeMumDcuPredictedTrafficRatioAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionImageImageSelectionAttachment(IndexingDocjoinerDataVersionVersionInfo indexingSelectionImageImageSelectionAttachment) {
- this.indexingSelectionImageImageSelectionAttachment = indexingSelectionImageImageSelectionAttachment;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuPredictedTrafficRatioAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuPredictedTrafficRatioAnnotation) {
+ this.knowledgeMumDcuPredictedTrafficRatioAnnotation = knowledgeMumDcuPredictedTrafficRatioAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionLanguageExtension() {
- return indexingSelectionLanguageExtension;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuProductReviewVideoAnnotation() {
+ return knowledgeMumDcuProductReviewVideoAnnotation;
}
/**
- * @param indexingSelectionLanguageExtension indexingSelectionLanguageExtension or {@code null} for none
+ * @param knowledgeMumDcuProductReviewVideoAnnotation knowledgeMumDcuProductReviewVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionLanguageExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionLanguageExtension) {
- this.indexingSelectionLanguageExtension = indexingSelectionLanguageExtension;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuProductReviewVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuProductReviewVideoAnnotation) {
+ this.knowledgeMumDcuProductReviewVideoAnnotation = knowledgeMumDcuProductReviewVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionPriorScorerParameterSet() {
- return indexingSelectionPriorScorerParameterSet;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuProductReviewVideoCandidateAnnotation() {
+ return knowledgeMumDcuProductReviewVideoCandidateAnnotation;
}
/**
- * @param indexingSelectionPriorScorerParameterSet indexingSelectionPriorScorerParameterSet or {@code null} for none
+ * @param knowledgeMumDcuProductReviewVideoCandidateAnnotation knowledgeMumDcuProductReviewVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionPriorScorerParameterSet(IndexingDocjoinerDataVersionVersionInfo indexingSelectionPriorScorerParameterSet) {
- this.indexingSelectionPriorScorerParameterSet = indexingSelectionPriorScorerParameterSet;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuProductReviewVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuProductReviewVideoCandidateAnnotation) {
+ this.knowledgeMumDcuProductReviewVideoCandidateAnnotation = knowledgeMumDcuProductReviewVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionProcessingPriorityExtension() {
- return indexingSelectionProcessingPriorityExtension;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuProfanityAnnotation() {
+ return knowledgeMumDcuProfanityAnnotation;
}
/**
- * @param indexingSelectionProcessingPriorityExtension indexingSelectionProcessingPriorityExtension or {@code null} for none
+ * @param knowledgeMumDcuProfanityAnnotation knowledgeMumDcuProfanityAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionProcessingPriorityExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionProcessingPriorityExtension) {
- this.indexingSelectionProcessingPriorityExtension = indexingSelectionProcessingPriorityExtension;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuProfanityAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuProfanityAnnotation) {
+ this.knowledgeMumDcuProfanityAnnotation = knowledgeMumDcuProfanityAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionProtoBasePromotionInfo() {
- return indexingSelectionProtoBasePromotionInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuProfanityV2Annotation() {
+ return knowledgeMumDcuProfanityV2Annotation;
}
/**
- * @param indexingSelectionProtoBasePromotionInfo indexingSelectionProtoBasePromotionInfo or {@code null} for none
+ * @param knowledgeMumDcuProfanityV2Annotation knowledgeMumDcuProfanityV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionProtoBasePromotionInfo(IndexingDocjoinerDataVersionVersionInfo indexingSelectionProtoBasePromotionInfo) {
- this.indexingSelectionProtoBasePromotionInfo = indexingSelectionProtoBasePromotionInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuProfanityV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuProfanityV2Annotation) {
+ this.knowledgeMumDcuProfanityV2Annotation = knowledgeMumDcuProfanityV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSelectionTensorFlowExtension() {
- return indexingSelectionTensorFlowExtension;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuRacyAnnotation() {
+ return knowledgeMumDcuRacyAnnotation;
}
/**
- * @param indexingSelectionTensorFlowExtension indexingSelectionTensorFlowExtension or {@code null} for none
+ * @param knowledgeMumDcuRacyAnnotation knowledgeMumDcuRacyAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSelectionTensorFlowExtension(IndexingDocjoinerDataVersionVersionInfo indexingSelectionTensorFlowExtension) {
- this.indexingSelectionTensorFlowExtension = indexingSelectionTensorFlowExtension;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuRacyAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuRacyAnnotation) {
+ this.knowledgeMumDcuRacyAnnotation = knowledgeMumDcuRacyAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSignalAggregatorUrlPatternSignals() {
- return indexingSignalAggregatorUrlPatternSignals;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuRacyV2Annotation() {
+ return knowledgeMumDcuRacyV2Annotation;
}
/**
- * @param indexingSignalAggregatorUrlPatternSignals indexingSignalAggregatorUrlPatternSignals or {@code null} for none
+ * @param knowledgeMumDcuRacyV2Annotation knowledgeMumDcuRacyV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSignalAggregatorUrlPatternSignals(IndexingDocjoinerDataVersionVersionInfo indexingSignalAggregatorUrlPatternSignals) {
- this.indexingSignalAggregatorUrlPatternSignals = indexingSignalAggregatorUrlPatternSignals;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuRacyV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuRacyV2Annotation) {
+ this.knowledgeMumDcuRacyV2Annotation = knowledgeMumDcuRacyV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSignalsAccumulatedOnlineSignals() {
- return indexingSignalsAccumulatedOnlineSignals;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuRealLifeTipsAnnotation() {
+ return knowledgeMumDcuRealLifeTipsAnnotation;
}
/**
- * @param indexingSignalsAccumulatedOnlineSignals indexingSignalsAccumulatedOnlineSignals or {@code null} for none
+ * @param knowledgeMumDcuRealLifeTipsAnnotation knowledgeMumDcuRealLifeTipsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSignalsAccumulatedOnlineSignals(IndexingDocjoinerDataVersionVersionInfo indexingSignalsAccumulatedOnlineSignals) {
- this.indexingSignalsAccumulatedOnlineSignals = indexingSignalsAccumulatedOnlineSignals;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuRealLifeTipsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuRealLifeTipsAnnotation) {
+ this.knowledgeMumDcuRealLifeTipsAnnotation = knowledgeMumDcuRealLifeTipsAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSignalsImpressionsPerDayContainer() {
- return indexingSignalsImpressionsPerDayContainer;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuRemoteRelevanceAnnotation() {
+ return knowledgeMumDcuRemoteRelevanceAnnotation;
}
/**
- * @param indexingSignalsImpressionsPerDayContainer indexingSignalsImpressionsPerDayContainer or {@code null} for none
+ * @param knowledgeMumDcuRemoteRelevanceAnnotation knowledgeMumDcuRemoteRelevanceAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSignalsImpressionsPerDayContainer(IndexingDocjoinerDataVersionVersionInfo indexingSignalsImpressionsPerDayContainer) {
- this.indexingSignalsImpressionsPerDayContainer = indexingSignalsImpressionsPerDayContainer;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuRemoteRelevanceAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuRemoteRelevanceAnnotation) {
+ this.knowledgeMumDcuRemoteRelevanceAnnotation = knowledgeMumDcuRemoteRelevanceAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSocialCountsSocialWidgetsIndicator() {
- return indexingSocialCountsSocialWidgetsIndicator;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuReviewsAnnotation() {
+ return knowledgeMumDcuReviewsAnnotation;
}
/**
- * @param indexingSocialCountsSocialWidgetsIndicator indexingSocialCountsSocialWidgetsIndicator or {@code null} for none
+ * @param knowledgeMumDcuReviewsAnnotation knowledgeMumDcuReviewsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSocialCountsSocialWidgetsIndicator(IndexingDocjoinerDataVersionVersionInfo indexingSocialCountsSocialWidgetsIndicator) {
- this.indexingSocialCountsSocialWidgetsIndicator = indexingSocialCountsSocialWidgetsIndicator;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuReviewsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuReviewsAnnotation) {
+ this.knowledgeMumDcuReviewsAnnotation = knowledgeMumDcuReviewsAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSpeechGoldminePodcastAnnotation() {
- return indexingSpeechGoldminePodcastAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuSensationalClickbaitAnnotation() {
+ return knowledgeMumDcuSensationalClickbaitAnnotation;
}
/**
- * @param indexingSpeechGoldminePodcastAnnotation indexingSpeechGoldminePodcastAnnotation or {@code null} for none
+ * @param knowledgeMumDcuSensationalClickbaitAnnotation knowledgeMumDcuSensationalClickbaitAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSpeechGoldminePodcastAnnotation(IndexingDocjoinerDataVersionVersionInfo indexingSpeechGoldminePodcastAnnotation) {
- this.indexingSpeechGoldminePodcastAnnotation = indexingSpeechGoldminePodcastAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuSensationalClickbaitAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuSensationalClickbaitAnnotation) {
+ this.knowledgeMumDcuSensationalClickbaitAnnotation = knowledgeMumDcuSensationalClickbaitAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingSpeechSpeechPagePropertiesProto() {
- return indexingSpeechSpeechPagePropertiesProto;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuSensationalClickbaitV2Annotation() {
+ return knowledgeMumDcuSensationalClickbaitV2Annotation;
}
/**
- * @param indexingSpeechSpeechPagePropertiesProto indexingSpeechSpeechPagePropertiesProto or {@code null} for none
+ * @param knowledgeMumDcuSensationalClickbaitV2Annotation knowledgeMumDcuSensationalClickbaitV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingSpeechSpeechPagePropertiesProto(IndexingDocjoinerDataVersionVersionInfo indexingSpeechSpeechPagePropertiesProto) {
- this.indexingSpeechSpeechPagePropertiesProto = indexingSpeechSpeechPagePropertiesProto;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuSensationalClickbaitV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuSensationalClickbaitV2Annotation) {
+ this.knowledgeMumDcuSensationalClickbaitV2Annotation = knowledgeMumDcuSensationalClickbaitV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingThirdpartyThirdPartyInputs() {
- return indexingThirdpartyThirdPartyInputs;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuSensationalClickbaitV3Annotation() {
+ return knowledgeMumDcuSensationalClickbaitV3Annotation;
}
/**
- * @param indexingThirdpartyThirdPartyInputs indexingThirdpartyThirdPartyInputs or {@code null} for none
+ * @param knowledgeMumDcuSensationalClickbaitV3Annotation knowledgeMumDcuSensationalClickbaitV3Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingThirdpartyThirdPartyInputs(IndexingDocjoinerDataVersionVersionInfo indexingThirdpartyThirdPartyInputs) {
- this.indexingThirdpartyThirdPartyInputs = indexingThirdpartyThirdPartyInputs;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuSensationalClickbaitV3Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuSensationalClickbaitV3Annotation) {
+ this.knowledgeMumDcuSensationalClickbaitV3Annotation = knowledgeMumDcuSensationalClickbaitV3Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingUgcPageParamInfo() {
- return indexingUgcPageParamInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuSexualUserBehaviorAnnotation() {
+ return knowledgeMumDcuSexualUserBehaviorAnnotation;
}
/**
- * @param indexingUgcPageParamInfo indexingUgcPageParamInfo or {@code null} for none
+ * @param knowledgeMumDcuSexualUserBehaviorAnnotation knowledgeMumDcuSexualUserBehaviorAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingUgcPageParamInfo(IndexingDocjoinerDataVersionVersionInfo indexingUgcPageParamInfo) {
- this.indexingUgcPageParamInfo = indexingUgcPageParamInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuSexualUserBehaviorAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuSexualUserBehaviorAnnotation) {
+ this.knowledgeMumDcuSexualUserBehaviorAnnotation = knowledgeMumDcuSexualUserBehaviorAnnotation;
return this;
}
/**
+ * END DATA FIELDS
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingUnionKeyData() {
- return indexingUnionKeyData;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuShareRatioUserBehaviorAnnotation() {
+ return knowledgeMumDcuShareRatioUserBehaviorAnnotation;
}
/**
- * @param indexingUnionKeyData indexingUnionKeyData or {@code null} for none
+ * END DATA FIELDS
+ * @param knowledgeMumDcuShareRatioUserBehaviorAnnotation knowledgeMumDcuShareRatioUserBehaviorAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingUnionKeyData(IndexingDocjoinerDataVersionVersionInfo indexingUnionKeyData) {
- this.indexingUnionKeyData = indexingUnionKeyData;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuShareRatioUserBehaviorAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuShareRatioUserBehaviorAnnotation) {
+ this.knowledgeMumDcuShareRatioUserBehaviorAnnotation = knowledgeMumDcuShareRatioUserBehaviorAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingUrlPatternUrlTreeUrlPatternAnnotations() {
- return indexingUrlPatternUrlTreeUrlPatternAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuStalenessAnnotation() {
+ return knowledgeMumDcuStalenessAnnotation;
}
/**
- * @param indexingUrlPatternUrlTreeUrlPatternAnnotations indexingUrlPatternUrlTreeUrlPatternAnnotations or {@code null} for none
+ * @param knowledgeMumDcuStalenessAnnotation knowledgeMumDcuStalenessAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingUrlPatternUrlTreeUrlPatternAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingUrlPatternUrlTreeUrlPatternAnnotations) {
- this.indexingUrlPatternUrlTreeUrlPatternAnnotations = indexingUrlPatternUrlTreeUrlPatternAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuStalenessAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuStalenessAnnotation) {
+ this.knowledgeMumDcuStalenessAnnotation = knowledgeMumDcuStalenessAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingVideosVideoAnchorSourceInfo() {
- return indexingVideosVideoAnchorSourceInfo;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuStoryAnnotation() {
+ return knowledgeMumDcuStoryAnnotation;
}
/**
- * @param indexingVideosVideoAnchorSourceInfo indexingVideosVideoAnchorSourceInfo or {@code null} for none
+ * @param knowledgeMumDcuStoryAnnotation knowledgeMumDcuStoryAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingVideosVideoAnchorSourceInfo(IndexingDocjoinerDataVersionVersionInfo indexingVideosVideoAnchorSourceInfo) {
- this.indexingVideosVideoAnchorSourceInfo = indexingVideosVideoAnchorSourceInfo;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuStoryAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuStoryAnnotation) {
+ this.knowledgeMumDcuStoryAnnotation = knowledgeMumDcuStoryAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingVideosVideoPlaylistAnchorSignal() {
- return indexingVideosVideoPlaylistAnchorSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuStorytellingVideoAnnotation() {
+ return knowledgeMumDcuStorytellingVideoAnnotation;
}
/**
- * @param indexingVideosVideoPlaylistAnchorSignal indexingVideosVideoPlaylistAnchorSignal or {@code null} for none
+ * @param knowledgeMumDcuStorytellingVideoAnnotation knowledgeMumDcuStorytellingVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingVideosVideoPlaylistAnchorSignal(IndexingDocjoinerDataVersionVersionInfo indexingVideosVideoPlaylistAnchorSignal) {
- this.indexingVideosVideoPlaylistAnchorSignal = indexingVideosVideoPlaylistAnchorSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuStorytellingVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuStorytellingVideoAnnotation) {
+ this.knowledgeMumDcuStorytellingVideoAnnotation = knowledgeMumDcuStorytellingVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getIndexingWebChannelsWebChannelAnnotations() {
- return indexingWebChannelsWebChannelAnnotations;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuStorytellingVideoCandidateAnnotation() {
+ return knowledgeMumDcuStorytellingVideoCandidateAnnotation;
}
/**
- * @param indexingWebChannelsWebChannelAnnotations indexingWebChannelsWebChannelAnnotations or {@code null} for none
+ * @param knowledgeMumDcuStorytellingVideoCandidateAnnotation knowledgeMumDcuStorytellingVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setIndexingWebChannelsWebChannelAnnotations(IndexingDocjoinerDataVersionVersionInfo indexingWebChannelsWebChannelAnnotations) {
- this.indexingWebChannelsWebChannelAnnotations = indexingWebChannelsWebChannelAnnotations;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuStorytellingVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuStorytellingVideoCandidateAnnotation) {
+ this.knowledgeMumDcuStorytellingVideoCandidateAnnotation = knowledgeMumDcuStorytellingVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getInfoextractionPinpointPinpointAnnotationSignal() {
- return infoextractionPinpointPinpointAnnotationSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuThoughtProvokingAnnotation() {
+ return knowledgeMumDcuThoughtProvokingAnnotation;
}
/**
- * @param infoextractionPinpointPinpointAnnotationSignal infoextractionPinpointPinpointAnnotationSignal or {@code null} for none
+ * @param knowledgeMumDcuThoughtProvokingAnnotation knowledgeMumDcuThoughtProvokingAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setInfoextractionPinpointPinpointAnnotationSignal(IndexingDocjoinerDataVersionVersionInfo infoextractionPinpointPinpointAnnotationSignal) {
- this.infoextractionPinpointPinpointAnnotationSignal = infoextractionPinpointPinpointAnnotationSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuThoughtProvokingAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuThoughtProvokingAnnotation) {
+ this.knowledgeMumDcuThoughtProvokingAnnotation = knowledgeMumDcuThoughtProvokingAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getInfoextractionPinpointPinpointSignal() {
- return infoextractionPinpointPinpointSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuThoughtProvokingV2Annotation() {
+ return knowledgeMumDcuThoughtProvokingV2Annotation;
}
/**
- * @param infoextractionPinpointPinpointSignal infoextractionPinpointPinpointSignal or {@code null} for none
+ * @param knowledgeMumDcuThoughtProvokingV2Annotation knowledgeMumDcuThoughtProvokingV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setInfoextractionPinpointPinpointSignal(IndexingDocjoinerDataVersionVersionInfo infoextractionPinpointPinpointSignal) {
- this.infoextractionPinpointPinpointSignal = infoextractionPinpointPinpointSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuThoughtProvokingV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuThoughtProvokingV2Annotation) {
+ this.knowledgeMumDcuThoughtProvokingV2Annotation = knowledgeMumDcuThoughtProvokingV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getInstantChromeViews() {
- return instantChromeViews;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuTimeSensitiveAnnotation() {
+ return knowledgeMumDcuTimeSensitiveAnnotation;
}
/**
- * @param instantChromeViews instantChromeViews or {@code null} for none
+ * @param knowledgeMumDcuTimeSensitiveAnnotation knowledgeMumDcuTimeSensitiveAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setInstantChromeViews(IndexingDocjoinerDataVersionVersionInfo instantChromeViews) {
- this.instantChromeViews = instantChromeViews;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuTimeSensitiveAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTimeSensitiveAnnotation) {
+ this.knowledgeMumDcuTimeSensitiveAnnotation = knowledgeMumDcuTimeSensitiveAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getInstantNavboost() {
- return instantNavboost;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuTimelessAnnotation() {
+ return knowledgeMumDcuTimelessAnnotation;
}
/**
- * @param instantNavboost instantNavboost or {@code null} for none
+ * @param knowledgeMumDcuTimelessAnnotation knowledgeMumDcuTimelessAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setInstantNavboost(IndexingDocjoinerDataVersionVersionInfo instantNavboost) {
- this.instantNavboost = instantNavboost;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuTimelessAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTimelessAnnotation) {
+ this.knowledgeMumDcuTimelessAnnotation = knowledgeMumDcuTimelessAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation() {
- return knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuTimelessVideoAnnotation() {
+ return knowledgeMumDcuTimelessVideoAnnotation;
}
/**
- * @param knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation or {@code null} for none
+ * @param knowledgeMumDcuTimelessVideoAnnotation knowledgeMumDcuTimelessVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation) {
- this.knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation = knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuTimelessVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTimelessVideoAnnotation) {
+ this.knowledgeMumDcuTimelessVideoAnnotation = knowledgeMumDcuTimelessVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsDocumentSignals() {
- return knowledgeMiningFactsDocumentSignals;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuTimelessVideoCandidateAnnotation() {
+ return knowledgeMumDcuTimelessVideoCandidateAnnotation;
}
/**
- * @param knowledgeMiningFactsDocumentSignals knowledgeMiningFactsDocumentSignals or {@code null} for none
+ * @param knowledgeMumDcuTimelessVideoCandidateAnnotation knowledgeMumDcuTimelessVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsDocumentSignals(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsDocumentSignals) {
- this.knowledgeMiningFactsDocumentSignals = knowledgeMiningFactsDocumentSignals;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuTimelessVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTimelessVideoCandidateAnnotation) {
+ this.knowledgeMumDcuTimelessVideoCandidateAnnotation = knowledgeMumDcuTimelessVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsFactEvaluationSignals() {
- return knowledgeMiningFactsFactEvaluationSignals;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuTrailerVideoAnnotation() {
+ return knowledgeMumDcuTrailerVideoAnnotation;
}
/**
- * @param knowledgeMiningFactsFactEvaluationSignals knowledgeMiningFactsFactEvaluationSignals or {@code null} for none
+ * @param knowledgeMumDcuTrailerVideoAnnotation knowledgeMumDcuTrailerVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsFactEvaluationSignals(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsFactEvaluationSignals) {
- this.knowledgeMiningFactsFactEvaluationSignals = knowledgeMiningFactsFactEvaluationSignals;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuTrailerVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTrailerVideoAnnotation) {
+ this.knowledgeMumDcuTrailerVideoAnnotation = knowledgeMumDcuTrailerVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsHtmlTableSignal() {
- return knowledgeMiningFactsHtmlTableSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuTrailerVideoCandidateAnnotation() {
+ return knowledgeMumDcuTrailerVideoCandidateAnnotation;
}
/**
- * @param knowledgeMiningFactsHtmlTableSignal knowledgeMiningFactsHtmlTableSignal or {@code null} for none
+ * @param knowledgeMumDcuTrailerVideoCandidateAnnotation knowledgeMumDcuTrailerVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsHtmlTableSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsHtmlTableSignal) {
- this.knowledgeMiningFactsHtmlTableSignal = knowledgeMiningFactsHtmlTableSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuTrailerVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuTrailerVideoCandidateAnnotation) {
+ this.knowledgeMumDcuTrailerVideoCandidateAnnotation = knowledgeMumDcuTrailerVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsKatsSignals() {
- return knowledgeMiningFactsKatsSignals;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuUsefulUserBehaviorAnnotation() {
+ return knowledgeMumDcuUsefulUserBehaviorAnnotation;
}
/**
- * @param knowledgeMiningFactsKatsSignals knowledgeMiningFactsKatsSignals or {@code null} for none
+ * @param knowledgeMumDcuUsefulUserBehaviorAnnotation knowledgeMumDcuUsefulUserBehaviorAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsKatsSignals(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsKatsSignals) {
- this.knowledgeMiningFactsKatsSignals = knowledgeMiningFactsKatsSignals;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuUsefulUserBehaviorAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuUsefulUserBehaviorAnnotation) {
+ this.knowledgeMumDcuUsefulUserBehaviorAnnotation = knowledgeMumDcuUsefulUserBehaviorAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsLocalizedFact() {
- return knowledgeMiningFactsLocalizedFact;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuUsefulVideoAnnotation() {
+ return knowledgeMumDcuUsefulVideoAnnotation;
}
/**
- * @param knowledgeMiningFactsLocalizedFact knowledgeMiningFactsLocalizedFact or {@code null} for none
+ * @param knowledgeMumDcuUsefulVideoAnnotation knowledgeMumDcuUsefulVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsLocalizedFact(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsLocalizedFact) {
- this.knowledgeMiningFactsLocalizedFact = knowledgeMiningFactsLocalizedFact;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuUsefulVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuUsefulVideoAnnotation) {
+ this.knowledgeMumDcuUsefulVideoAnnotation = knowledgeMumDcuUsefulVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsObjectAnnotationsSignal() {
- return knowledgeMiningFactsObjectAnnotationsSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuUsefulVideoCandidateAnnotation() {
+ return knowledgeMumDcuUsefulVideoCandidateAnnotation;
}
/**
- * @param knowledgeMiningFactsObjectAnnotationsSignal knowledgeMiningFactsObjectAnnotationsSignal or {@code null} for none
+ * @param knowledgeMumDcuUsefulVideoCandidateAnnotation knowledgeMumDcuUsefulVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsObjectAnnotationsSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsObjectAnnotationsSignal) {
- this.knowledgeMiningFactsObjectAnnotationsSignal = knowledgeMiningFactsObjectAnnotationsSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuUsefulVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuUsefulVideoCandidateAnnotation) {
+ this.knowledgeMumDcuUsefulVideoCandidateAnnotation = knowledgeMumDcuUsefulVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsProductCompositionSignal() {
- return knowledgeMiningFactsProductCompositionSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuVideoFlavorAnnotation() {
+ return knowledgeMumDcuVideoFlavorAnnotation;
}
/**
- * @param knowledgeMiningFactsProductCompositionSignal knowledgeMiningFactsProductCompositionSignal or {@code null} for none
- */
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsProductCompositionSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsProductCompositionSignal) {
- this.knowledgeMiningFactsProductCompositionSignal = knowledgeMiningFactsProductCompositionSignal;
+ * @param knowledgeMumDcuVideoFlavorAnnotation knowledgeMumDcuVideoFlavorAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuVideoFlavorAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVideoFlavorAnnotation) {
+ this.knowledgeMumDcuVideoFlavorAnnotation = knowledgeMumDcuVideoFlavorAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsServingData() {
- return knowledgeMiningFactsServingData;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuViolenceAnnotation() {
+ return knowledgeMumDcuViolenceAnnotation;
}
/**
- * @param knowledgeMiningFactsServingData knowledgeMiningFactsServingData or {@code null} for none
+ * @param knowledgeMumDcuViolenceAnnotation knowledgeMumDcuViolenceAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsServingData(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsServingData) {
- this.knowledgeMiningFactsServingData = knowledgeMiningFactsServingData;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuViolenceAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuViolenceAnnotation) {
+ this.knowledgeMumDcuViolenceAnnotation = knowledgeMumDcuViolenceAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsShoppingSignals() {
- return knowledgeMiningFactsShoppingSignals;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuViolenceV2Annotation() {
+ return knowledgeMumDcuViolenceV2Annotation;
}
/**
- * @param knowledgeMiningFactsShoppingSignals knowledgeMiningFactsShoppingSignals or {@code null} for none
+ * @param knowledgeMumDcuViolenceV2Annotation knowledgeMumDcuViolenceV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsShoppingSignals(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsShoppingSignals) {
- this.knowledgeMiningFactsShoppingSignals = knowledgeMiningFactsShoppingSignals;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuViolenceV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuViolenceV2Annotation) {
+ this.knowledgeMumDcuViolenceV2Annotation = knowledgeMumDcuViolenceV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsStructuredSnippetsSignal() {
- return knowledgeMiningFactsStructuredSnippetsSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation() {
+ return knowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation;
}
/**
- * @param knowledgeMiningFactsStructuredSnippetsSignal knowledgeMiningFactsStructuredSnippetsSignal or {@code null} for none
+ * @param knowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation knowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsStructuredSnippetsSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsStructuredSnippetsSignal) {
- this.knowledgeMiningFactsStructuredSnippetsSignal = knowledgeMiningFactsStructuredSnippetsSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation) {
+ this.knowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation = knowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUdrExtraFactData() {
- return knowledgeMiningFactsUdrExtraFactData;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuVisuallyEngagingAnnotation() {
+ return knowledgeMumDcuVisuallyEngagingAnnotation;
}
/**
- * @param knowledgeMiningFactsUdrExtraFactData knowledgeMiningFactsUdrExtraFactData or {@code null} for none
+ * @param knowledgeMumDcuVisuallyEngagingAnnotation knowledgeMumDcuVisuallyEngagingAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUdrExtraFactData(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUdrExtraFactData) {
- this.knowledgeMiningFactsUdrExtraFactData = knowledgeMiningFactsUdrExtraFactData;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuVisuallyEngagingAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVisuallyEngagingAnnotation) {
+ this.knowledgeMumDcuVisuallyEngagingAnnotation = knowledgeMumDcuVisuallyEngagingAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUdrExtraFactMentionData() {
- return knowledgeMiningFactsUdrExtraFactMentionData;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuVisuallyEngagingV2Annotation() {
+ return knowledgeMumDcuVisuallyEngagingV2Annotation;
}
/**
- * @param knowledgeMiningFactsUdrExtraFactMentionData knowledgeMiningFactsUdrExtraFactMentionData or {@code null} for none
+ * @param knowledgeMumDcuVisuallyEngagingV2Annotation knowledgeMumDcuVisuallyEngagingV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUdrExtraFactMentionData(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUdrExtraFactMentionData) {
- this.knowledgeMiningFactsUdrExtraFactMentionData = knowledgeMiningFactsUdrExtraFactMentionData;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuVisuallyEngagingV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVisuallyEngagingV2Annotation) {
+ this.knowledgeMumDcuVisuallyEngagingV2Annotation = knowledgeMumDcuVisuallyEngagingV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUniversalFactMetadata() {
- return knowledgeMiningFactsUniversalFactMetadata;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuVlogVideoAnnotation() {
+ return knowledgeMumDcuVlogVideoAnnotation;
}
/**
- * @param knowledgeMiningFactsUniversalFactMetadata knowledgeMiningFactsUniversalFactMetadata or {@code null} for none
+ * @param knowledgeMumDcuVlogVideoAnnotation knowledgeMumDcuVlogVideoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUniversalFactMetadata(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUniversalFactMetadata) {
- this.knowledgeMiningFactsUniversalFactMetadata = knowledgeMiningFactsUniversalFactMetadata;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuVlogVideoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVlogVideoAnnotation) {
+ this.knowledgeMumDcuVlogVideoAnnotation = knowledgeMumDcuVlogVideoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUniversalFactScores() {
- return knowledgeMiningFactsUniversalFactScores;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuVlogVideoCandidateAnnotation() {
+ return knowledgeMumDcuVlogVideoCandidateAnnotation;
}
/**
- * @param knowledgeMiningFactsUniversalFactScores knowledgeMiningFactsUniversalFactScores or {@code null} for none
+ * @param knowledgeMumDcuVlogVideoCandidateAnnotation knowledgeMumDcuVlogVideoCandidateAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUniversalFactScores(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUniversalFactScores) {
- this.knowledgeMiningFactsUniversalFactScores = knowledgeMiningFactsUniversalFactScores;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuVlogVideoCandidateAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuVlogVideoCandidateAnnotation) {
+ this.knowledgeMumDcuVlogVideoCandidateAnnotation = knowledgeMumDcuVlogVideoCandidateAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsUniversalTableSignal() {
- return knowledgeMiningFactsUniversalTableSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuWellWrittenAnnotation() {
+ return knowledgeMumDcuWellWrittenAnnotation;
}
/**
- * @param knowledgeMiningFactsUniversalTableSignal knowledgeMiningFactsUniversalTableSignal or {@code null} for none
+ * @param knowledgeMumDcuWellWrittenAnnotation knowledgeMumDcuWellWrittenAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsUniversalTableSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsUniversalTableSignal) {
- this.knowledgeMiningFactsUniversalTableSignal = knowledgeMiningFactsUniversalTableSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuWellWrittenAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuWellWrittenAnnotation) {
+ this.knowledgeMumDcuWellWrittenAnnotation = knowledgeMumDcuWellWrittenAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningFactsWebKvSiteGroupSignal() {
- return knowledgeMiningFactsWebKvSiteGroupSignal;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuWithholdingInfoAnnotation() {
+ return knowledgeMumDcuWithholdingInfoAnnotation;
}
/**
- * @param knowledgeMiningFactsWebKvSiteGroupSignal knowledgeMiningFactsWebKvSiteGroupSignal or {@code null} for none
+ * @param knowledgeMumDcuWithholdingInfoAnnotation knowledgeMumDcuWithholdingInfoAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningFactsWebKvSiteGroupSignal(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningFactsWebKvSiteGroupSignal) {
- this.knowledgeMiningFactsWebKvSiteGroupSignal = knowledgeMiningFactsWebKvSiteGroupSignal;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuWithholdingInfoAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuWithholdingInfoAnnotation) {
+ this.knowledgeMumDcuWithholdingInfoAnnotation = knowledgeMumDcuWithholdingInfoAnnotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningShoppingBrowseonomyData() {
- return knowledgeMiningShoppingBrowseonomyData;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuWithholdingInfoV2Annotation() {
+ return knowledgeMumDcuWithholdingInfoV2Annotation;
}
/**
- * @param knowledgeMiningShoppingBrowseonomyData knowledgeMiningShoppingBrowseonomyData or {@code null} for none
+ * @param knowledgeMumDcuWithholdingInfoV2Annotation knowledgeMumDcuWithholdingInfoV2Annotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningShoppingBrowseonomyData(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningShoppingBrowseonomyData) {
- this.knowledgeMiningShoppingBrowseonomyData = knowledgeMiningShoppingBrowseonomyData;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuWithholdingInfoV2Annotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuWithholdingInfoV2Annotation) {
+ this.knowledgeMumDcuWithholdingInfoV2Annotation = knowledgeMumDcuWithholdingInfoV2Annotation;
return this;
}
/**
* @return value or {@code null} for none
*/
- public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMiningShoppingTwdModelVersions() {
- return knowledgeMiningShoppingTwdModelVersions;
+ public IndexingDocjoinerDataVersionVersionInfo getKnowledgeMumDcuWorthyHeadlineNewsAnnotation() {
+ return knowledgeMumDcuWorthyHeadlineNewsAnnotation;
}
/**
- * @param knowledgeMiningShoppingTwdModelVersions knowledgeMiningShoppingTwdModelVersions or {@code null} for none
+ * @param knowledgeMumDcuWorthyHeadlineNewsAnnotation knowledgeMumDcuWorthyHeadlineNewsAnnotation or {@code null} for none
*/
- public IndexingDocjoinerDataVersion setKnowledgeMiningShoppingTwdModelVersions(IndexingDocjoinerDataVersionVersionInfo knowledgeMiningShoppingTwdModelVersions) {
- this.knowledgeMiningShoppingTwdModelVersions = knowledgeMiningShoppingTwdModelVersions;
+ public IndexingDocjoinerDataVersion setKnowledgeMumDcuWorthyHeadlineNewsAnnotation(IndexingDocjoinerDataVersionVersionInfo knowledgeMumDcuWorthyHeadlineNewsAnnotation) {
+ this.knowledgeMumDcuWorthyHeadlineNewsAnnotation = knowledgeMumDcuWorthyHeadlineNewsAnnotation;
return this;
}
@@ -6469,6 +9761,21 @@ public IndexingDocjoinerDataVersion setModernFormatContent(IndexingDocjoinerData
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getMultiverseHubSpokesSignal() {
+ return multiverseHubSpokesSignal;
+ }
+
+ /**
+ * @param multiverseHubSpokesSignal multiverseHubSpokesSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setMultiverseHubSpokesSignal(IndexingDocjoinerDataVersionVersionInfo multiverseHubSpokesSignal) {
+ this.multiverseHubSpokesSignal = multiverseHubSpokesSignal;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -6516,6 +9823,21 @@ public IndexingDocjoinerDataVersion setNewsAnnotationsContentAnnotations(Indexin
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getNewsCorpusDifferentiatedContentAnnotation() {
+ return newsCorpusDifferentiatedContentAnnotation;
+ }
+
+ /**
+ * @param newsCorpusDifferentiatedContentAnnotation newsCorpusDifferentiatedContentAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setNewsCorpusDifferentiatedContentAnnotation(IndexingDocjoinerDataVersionVersionInfo newsCorpusDifferentiatedContentAnnotation) {
+ this.newsCorpusDifferentiatedContentAnnotation = newsCorpusDifferentiatedContentAnnotation;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -6936,6 +10258,23 @@ public IndexingDocjoinerDataVersion setNoindexedImageDataList(IndexingDocjoinerD
return this;
}
+ /**
+ * Must be used together with quality_nsr_nsr_data
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getNsrFdpData() {
+ return nsrFdpData;
+ }
+
+ /**
+ * Must be used together with quality_nsr_nsr_data
+ * @param nsrFdpData nsrFdpData or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setNsrFdpData(IndexingDocjoinerDataVersionVersionInfo nsrFdpData) {
+ this.nsrFdpData = nsrFdpData;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -7431,6 +10770,21 @@ public IndexingDocjoinerDataVersion setOfficialPagesQuerySet(IndexingDocjoinerDa
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getOrbitIntents() {
+ return orbitIntents;
+ }
+
+ /**
+ * @param orbitIntents orbitIntents or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setOrbitIntents(IndexingDocjoinerDataVersionVersionInfo orbitIntents) {
+ this.orbitIntents = orbitIntents;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -7686,6 +11040,21 @@ public IndexingDocjoinerDataVersion setQualityChardPredictedXlq(IndexingDocjoine
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityChardPredictedXlqSevereHoax() {
+ return qualityChardPredictedXlqSevereHoax;
+ }
+
+ /**
+ * @param qualityChardPredictedXlqSevereHoax qualityChardPredictedXlqSevereHoax or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityChardPredictedXlqSevereHoax(IndexingDocjoinerDataVersionVersionInfo qualityChardPredictedXlqSevereHoax) {
+ this.qualityChardPredictedXlqSevereHoax = qualityChardPredictedXlqSevereHoax;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -7866,6 +11235,51 @@ public IndexingDocjoinerDataVersion setQualityExploreQueryableFeedTopicFeedScori
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityFlavorsFlavorSet() {
+ return qualityFlavorsFlavorSet;
+ }
+
+ /**
+ * @param qualityFlavorsFlavorSet qualityFlavorsFlavorSet or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityFlavorsFlavorSet(IndexingDocjoinerDataVersionVersionInfo qualityFlavorsFlavorSet) {
+ this.qualityFlavorsFlavorSet = qualityFlavorsFlavorSet;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityForumrankingUgcPageQualityDocumentAnnotation() {
+ return qualityForumrankingUgcPageQualityDocumentAnnotation;
+ }
+
+ /**
+ * @param qualityForumrankingUgcPageQualityDocumentAnnotation qualityForumrankingUgcPageQualityDocumentAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityForumrankingUgcPageQualityDocumentAnnotation(IndexingDocjoinerDataVersionVersionInfo qualityForumrankingUgcPageQualityDocumentAnnotation) {
+ this.qualityForumrankingUgcPageQualityDocumentAnnotation = qualityForumrankingUgcPageQualityDocumentAnnotation;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityFreshnessAbacusInstantNavBoostDocumentAnon() {
+ return qualityFreshnessAbacusInstantNavBoostDocumentAnon;
+ }
+
+ /**
+ * @param qualityFreshnessAbacusInstantNavBoostDocumentAnon qualityFreshnessAbacusInstantNavBoostDocumentAnon or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityFreshnessAbacusInstantNavBoostDocumentAnon(IndexingDocjoinerDataVersionVersionInfo qualityFreshnessAbacusInstantNavBoostDocumentAnon) {
+ this.qualityFreshnessAbacusInstantNavBoostDocumentAnon = qualityFreshnessAbacusInstantNavBoostDocumentAnon;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -8016,6 +11430,51 @@ public IndexingDocjoinerDataVersion setQualityLisztomaniaDocument(IndexingDocjoi
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityModernProtoUcpDocInfo() {
+ return qualityModernProtoUcpDocInfo;
+ }
+
+ /**
+ * @param qualityModernProtoUcpDocInfo qualityModernProtoUcpDocInfo or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityModernProtoUcpDocInfo(IndexingDocjoinerDataVersionVersionInfo qualityModernProtoUcpDocInfo) {
+ this.qualityModernProtoUcpDocInfo = qualityModernProtoUcpDocInfo;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityModernProtoUcpServingData() {
+ return qualityModernProtoUcpServingData;
+ }
+
+ /**
+ * @param qualityModernProtoUcpServingData qualityModernProtoUcpServingData or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityModernProtoUcpServingData(IndexingDocjoinerDataVersionVersionInfo qualityModernProtoUcpServingData) {
+ this.qualityModernProtoUcpServingData = qualityModernProtoUcpServingData;
+ return this;
+ }
+
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityNaturalPearlsNaturalPearlsDocumentAnnotation() {
+ return qualityNaturalPearlsNaturalPearlsDocumentAnnotation;
+ }
+
+ /**
+ * @param qualityNaturalPearlsNaturalPearlsDocumentAnnotation qualityNaturalPearlsNaturalPearlsDocumentAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityNaturalPearlsNaturalPearlsDocumentAnnotation(IndexingDocjoinerDataVersionVersionInfo qualityNaturalPearlsNaturalPearlsDocumentAnnotation) {
+ this.qualityNaturalPearlsNaturalPearlsDocumentAnnotation = qualityNaturalPearlsNaturalPearlsDocumentAnnotation;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -8331,6 +11790,21 @@ public IndexingDocjoinerDataVersion setQualityPeoplesearchNamedetectorNameOccurr
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityPeoplesearchNamedetectorNavboostNameAnnotations() {
+ return qualityPeoplesearchNamedetectorNavboostNameAnnotations;
+ }
+
+ /**
+ * @param qualityPeoplesearchNamedetectorNavboostNameAnnotations qualityPeoplesearchNamedetectorNavboostNameAnnotations or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityPeoplesearchNamedetectorNavboostNameAnnotations(IndexingDocjoinerDataVersionVersionInfo qualityPeoplesearchNamedetectorNavboostNameAnnotations) {
+ this.qualityPeoplesearchNamedetectorNavboostNameAnnotations = qualityPeoplesearchNamedetectorNavboostNameAnnotations;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -8361,6 +11835,21 @@ public IndexingDocjoinerDataVersion setQualityPopfeedsHubDataAnnotations(Indexin
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityPopfeedsTopicStatsTopicScoreAnnotation() {
+ return qualityPopfeedsTopicStatsTopicScoreAnnotation;
+ }
+
+ /**
+ * @param qualityPopfeedsTopicStatsTopicScoreAnnotation qualityPopfeedsTopicStatsTopicScoreAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityPopfeedsTopicStatsTopicScoreAnnotation(IndexingDocjoinerDataVersionVersionInfo qualityPopfeedsTopicStatsTopicScoreAnnotation) {
+ this.qualityPopfeedsTopicStatsTopicScoreAnnotation = qualityPopfeedsTopicStatsTopicScoreAnnotation;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -8706,6 +12195,21 @@ public IndexingDocjoinerDataVersion setQualitySherlockKnexAnnotation(IndexingDoc
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getQualityShoppingDtcDomainsSignal() {
+ return qualityShoppingDtcDomainsSignal;
+ }
+
+ /**
+ * @param qualityShoppingDtcDomainsSignal qualityShoppingDtcDomainsSignal or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setQualityShoppingDtcDomainsSignal(IndexingDocjoinerDataVersionVersionInfo qualityShoppingDtcDomainsSignal) {
+ this.qualityShoppingDtcDomainsSignal = qualityShoppingDtcDomainsSignal;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -9576,6 +13080,21 @@ public IndexingDocjoinerDataVersion setRepositoryUpdaterIndexSelectionAttachment
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getRepositoryWebrefAuthorExtractionAnnotation() {
+ return repositoryWebrefAuthorExtractionAnnotation;
+ }
+
+ /**
+ * @param repositoryWebrefAuthorExtractionAnnotation repositoryWebrefAuthorExtractionAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setRepositoryWebrefAuthorExtractionAnnotation(IndexingDocjoinerDataVersionVersionInfo repositoryWebrefAuthorExtractionAnnotation) {
+ this.repositoryWebrefAuthorExtractionAnnotation = repositoryWebrefAuthorExtractionAnnotation;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -9666,6 +13185,21 @@ public IndexingDocjoinerDataVersion setRepositoryWebrefPageClassificationSignals
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getRepositoryWebrefPiannoDocumentIntent() {
+ return repositoryWebrefPiannoDocumentIntent;
+ }
+
+ /**
+ * @param repositoryWebrefPiannoDocumentIntent repositoryWebrefPiannoDocumentIntent or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setRepositoryWebrefPiannoDocumentIntent(IndexingDocjoinerDataVersionVersionInfo repositoryWebrefPiannoDocumentIntent) {
+ this.repositoryWebrefPiannoDocumentIntent = repositoryWebrefPiannoDocumentIntent;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -10191,6 +13725,21 @@ public IndexingDocjoinerDataVersion setRichsnippetsSchemaThing(IndexingDocjoiner
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getRobotsPolicy() {
+ return robotsPolicy;
+ }
+
+ /**
+ * @param robotsPolicy robotsPolicy or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setRobotsPolicy(IndexingDocjoinerDataVersionVersionInfo robotsPolicy) {
+ this.robotsPolicy = robotsPolicy;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -10656,6 +14205,21 @@ public IndexingDocjoinerDataVersion setSpamTokensSpamTokensAnnotation(IndexingDo
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getSpambrainDomainSitechunkData() {
+ return spambrainDomainSitechunkData;
+ }
+
+ /**
+ * @param spambrainDomainSitechunkData spambrainDomainSitechunkData or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setSpambrainDomainSitechunkData(IndexingDocjoinerDataVersionVersionInfo spambrainDomainSitechunkData) {
+ this.spambrainDomainSitechunkData = spambrainDomainSitechunkData;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -10761,6 +14325,21 @@ public IndexingDocjoinerDataVersion setTravelAssistantTravelDocClassification(In
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getTrawlerEffectiveRobotsContent() {
+ return trawlerEffectiveRobotsContent;
+ }
+
+ /**
+ * @param trawlerEffectiveRobotsContent trawlerEffectiveRobotsContent or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setTrawlerEffectiveRobotsContent(IndexingDocjoinerDataVersionVersionInfo trawlerEffectiveRobotsContent) {
+ this.trawlerEffectiveRobotsContent = trawlerEffectiveRobotsContent;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
@@ -11076,6 +14655,21 @@ public IndexingDocjoinerDataVersion setVideoScoringSignal(IndexingDocjoinerDataV
return this;
}
+ /**
+ * @return value or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersionVersionInfo getVideoShoppingVideoShoppingAnnotation() {
+ return videoShoppingVideoShoppingAnnotation;
+ }
+
+ /**
+ * @param videoShoppingVideoShoppingAnnotation videoShoppingVideoShoppingAnnotation or {@code null} for none
+ */
+ public IndexingDocjoinerDataVersion setVideoShoppingVideoShoppingAnnotation(IndexingDocjoinerDataVersionVersionInfo videoShoppingVideoShoppingAnnotation) {
+ this.videoShoppingVideoShoppingAnnotation = videoShoppingVideoShoppingAnnotation;
+ return this;
+ }
+
/**
* @return value or {@code null} for none
*/
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/KnowledgeAnswersFacetParsing.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/KnowledgeAnswersFacetParsing.java
new file mode 100644
index 00000000000..bda5b35cc0d
--- /dev/null
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/KnowledgeAnswersFacetParsing.java
@@ -0,0 +1,120 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.contentwarehouse.v1.model;
+
+/**
+ * Construct for how to construe a facet when parse from neural or lexical models. Unlike regular
+ * intent annotations, facets are post-hoc grounded to indicated spoans, so they also need to
+ * provide their input and output slot independently.
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -247,6 +247,13 @@ public final class KnowledgeAnswersIntentQueryArgumentValue extends com.google.a
@com.google.api.client.util.Key
private QualityActionsReminder reminder;
+ /**
+ * A scalar value with optional unit; used ONLY for resolved values after grounding.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private KnowledgeAnswersIntentQueryScalarValue scalarValue;
+
/**
* Sensitive value, see go/sensitive-intents and go/a4w-multi-turn-dialog
* The value may be {@code null}.
@@ -823,6 +830,23 @@ public KnowledgeAnswersIntentQueryArgumentValue setReminder(QualityActionsRemind
return this;
}
+ /**
+ * A scalar value with optional unit; used ONLY for resolved values after grounding.
+ * @return value or {@code null} for none
+ */
+ public KnowledgeAnswersIntentQueryScalarValue getScalarValue() {
+ return scalarValue;
+ }
+
+ /**
+ * A scalar value with optional unit; used ONLY for resolved values after grounding.
+ * @param scalarValue scalarValue or {@code null} for none
+ */
+ public KnowledgeAnswersIntentQueryArgumentValue setScalarValue(KnowledgeAnswersIntentQueryScalarValue scalarValue) {
+ this.scalarValue = scalarValue;
+ return this;
+ }
+
/**
* Sensitive value, see go/sensitive-intents and go/a4w-multi-turn-dialog
* @return value or {@code null} for none
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/KnowledgeAnswersIntentQueryEntityCardSignals.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/KnowledgeAnswersIntentQueryEntityCardSignals.java
new file mode 100644
index 00000000000..1cd2596467e
--- /dev/null
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/KnowledgeAnswersIntentQueryEntityCardSignals.java
@@ -0,0 +1,70 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.contentwarehouse.v1.model;
+
+/**
+ * Signals about the entity card entity.
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,58 +28,58 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AbuseiamManualReviewerInfo extends com.google.api.client.json.GenericJson {
+public final class KnowledgeAnswersIntentQueryScalarValue extends com.google.api.client.json.GenericJson {
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PerDocData.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PerDocData.java
index 024c7151d88..d8c2a5209ad 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PerDocData.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PerDocData.java
@@ -24,7 +24,7 @@
* during search. See mustang/repos_www/attachments.proto:{MustangBasicInfo,MustangContentInfo} for
* protocols used during search and/or docinfo. Next available tag deprecated, use this (and look
* for commented out fields): blaze-bin/net/proto_compiler/protocol-compiler --freetags \
- * indexer/perdocdata/perdocdata.proto Next tag: 223
+ * indexer/perdocdata/perdocdata.proto Next tag: 225
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -382,7 +382,8 @@ public final class PerDocData extends com.google.api.client.json.GenericJson {
* and realtimespam::ClassifierResult for the document level fresh spam classifier (when the doc-
* level fresh spam score is generated). * MicroblogDocQualitySignals for document-level microblog
* spam classifier. This only exists in Firebird for now. * spam_buckets::BucketsData for a
- * document-structure hash
+ * document-structure hash This field is non-personal since the personal fields in MessageSet are
+ * not populated in production.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -460,7 +461,8 @@ public final class PerDocData extends com.google.api.client.json.GenericJson {
/**
* Site rank computed for host-level sitechunks. This value encodes nsr, site_pr and new_nsr. See
- * quality_nsr::util::ConvertNsrDataToHostNsr and go/nsr.
+ * quality_nsr::util::ConvertNsrDataToHostNsr and go/nsr. This field is deprecated - used the
+ * equivalent field inside nsr_data_proto instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -575,7 +577,8 @@ public final class PerDocData extends com.google.api.client.json.GenericJson {
/**
* This field is propagated to shards. In addition, it is populated at serving time by go/web-
- * signal-joins.
+ * signal-joins. This field is deprecated - used the equivalent field inside nsr_data_proto
+ * instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -583,7 +586,8 @@ public final class PerDocData extends com.google.api.client.json.GenericJson {
/**
* This field is propagated to shards. It will also be populated at serving time by go/web-signal-
- * joins (see b/168114815).
+ * joins (see b/168114815). This field is deprecated - used the equivalent field inside
+ * nsr_data_proto instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -592,7 +596,8 @@ public final class PerDocData extends com.google.api.client.json.GenericJson {
/**
* This field is propagated to shards. It will also be populated at serving time by go/web-signal-
* joins (see b/170607253). Bit indicating whether this site is video-focused, but not hosted on
- * any major known video hosting domains.
+ * any major known video hosting domains. This field is deprecated - used the equivalent field
+ * inside nsr_data_proto instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -839,12 +844,19 @@ public final class PerDocData extends com.google.api.client.json.GenericJson {
private SpamMuppetjoinsMuppetSignals spamMuppetSignals;
/**
- * Site level scores coming from spambrain.
+ * Host-v1 sitechunk level scores coming from spambrain.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private SpamBrainData spambrainData;
+ /**
+ * Domain sitechunk level scores coming from spambrain.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private SpamBrainData spambrainDomainSitechunkData;
+
/**
* The document total spam score identified by spambrain, going from 0 to 1.
* The value may be {@code null}.
@@ -923,7 +935,8 @@ public final class PerDocData extends com.google.api.client.json.GenericJson {
/**
* This field is propagated to shards. Stores clustering information on a site level for the
- * Tundra project.
+ * Tundra project. This field is deprecated - used the equivalent field inside nsr_data_proto
+ * instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -1875,7 +1888,8 @@ public PerDocData setEventsDate(java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -79,6 +79,15 @@ public final class PersonalizationMapsAliasIcon extends com.google.api.client.js
@com.google.api.client.util.Key
private java.lang.String formattedAddress;
+ /**
+ * Indicates whether this alias is Ads join compliant for use by 3p clients. See go/ios_address
+ * and go/aliased-locations-provenance for more details. Please contact oolong-team@ for
+ * additional questions regarding usage of this field.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isAdsJoinCompliant;
+
/**
* Free-text alias if alias type is NICKNAME. Otherwise unset. Limited to 40 characters.
* The value may be {@code null}.
@@ -240,6 +249,27 @@ public PersonalizationMapsAliasIcon setFormattedAddress(java.lang.String formatt
return this;
}
+ /**
+ * Indicates whether this alias is Ads join compliant for use by 3p clients. See go/ios_address
+ * and go/aliased-locations-provenance for more details. Please contact oolong-team@ for
+ * additional questions regarding usage of this field.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsAdsJoinCompliant() {
+ return isAdsJoinCompliant;
+ }
+
+ /**
+ * Indicates whether this alias is Ads join compliant for use by 3p clients. See go/ios_address
+ * and go/aliased-locations-provenance for more details. Please contact oolong-team@ for
+ * additional questions regarding usage of this field.
+ * @param isAdsJoinCompliant isAdsJoinCompliant or {@code null} for none
+ */
+ public PersonalizationMapsAliasIcon setIsAdsJoinCompliant(java.lang.Boolean isAdsJoinCompliant) {
+ this.isAdsJoinCompliant = isAdsJoinCompliant;
+ return this;
+ }
+
/**
* Free-text alias if alias type is NICKNAME. Otherwise unset. Limited to 40 characters.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosDynamicDepthMetadata.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosDynamicDepthMetadata.java
index dca8b289b80..e4436a30017 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosDynamicDepthMetadata.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosDynamicDepthMetadata.java
@@ -31,6 +31,33 @@
@SuppressWarnings("javadoc")
public final class PhotosDynamicDepthMetadata extends com.google.api.client.json.GenericJson {
+ /**
+ * Currently there are two versions of DynamicDepth (go/ddv2). DynamicDepth photos without a set
+ * version should be assumed to be ddv1.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer version;
+
+ /**
+ * Currently there are two versions of DynamicDepth (go/ddv2). DynamicDepth photos without a set
+ * version should be assumed to be ddv1.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getVersion() {
+ return version;
+ }
+
+ /**
+ * Currently there are two versions of DynamicDepth (go/ddv2). DynamicDepth photos without a set
+ * version should be assumed to be ddv1.
+ * @param version version or {@code null} for none
+ */
+ public PhotosDynamicDepthMetadata setVersion(java.lang.Integer version) {
+ this.version = version;
+ return this;
+ }
+
@Override
public PhotosDynamicDepthMetadata set(String fieldName, Object value) {
return (PhotosDynamicDepthMetadata) super.set(fieldName, value);
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosHdrMetadata.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosHdrMetadata.java
index a356feab52a..347bee97ef3 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosHdrMetadata.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosHdrMetadata.java
@@ -31,6 +31,12 @@
@SuppressWarnings("javadoc")
public final class PhotosHdrMetadata extends com.google.api.client.json.GenericJson {
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private PhotosHdrMetadataBaseFormat baseFormat;
+
/**
* Indicates the presence of some kind of gainmap-utilizing format.
* The value may be {@code null}.
@@ -38,6 +44,21 @@ public final class PhotosHdrMetadata extends com.google.api.client.json.GenericJ
@com.google.api.client.util.Key
private PhotosHdrMetadataGainmap gainmap;
+ /**
+ * @return value or {@code null} for none
+ */
+ public PhotosHdrMetadataBaseFormat getBaseFormat() {
+ return baseFormat;
+ }
+
+ /**
+ * @param baseFormat baseFormat or {@code null} for none
+ */
+ public PhotosHdrMetadata setBaseFormat(PhotosHdrMetadataBaseFormat baseFormat) {
+ this.baseFormat = baseFormat;
+ return this;
+ }
+
/**
* Indicates the presence of some kind of gainmap-utilizing format.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosHdrMetadataBaseFormat.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosHdrMetadataBaseFormat.java
new file mode 100644
index 00000000000..f09d0814c39
--- /dev/null
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/PhotosHdrMetadataBaseFormat.java
@@ -0,0 +1,68 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.contentwarehouse.v1.model;
+
+/**
+ * Information about the base image. If there is a gain map, this refers to the primary image;
+ * otherwise, it just refers to the single HDR image.
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -843,6 +843,13 @@ public final class PhotosImageMetadata extends com.google.api.client.json.Generi
@com.google.api.client.util.Key
private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -154,6 +154,27 @@ public final class QualityDniDocPreviewRestrictions extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.Integer maxVideoPreviewSecsPublisherDefault;
+ /**
+ * Source of snippet length.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String snippetLengthSource;
+
+ /**
+ * Source of thumbnail size.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String thumbnailSizeSource;
+
+ /**
+ * Source of video preview seconds.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String videoPreviewSecsSource;
+
/**
* Publish date set by webmaster. See detailed description here: http://shortn/_1eC0zzjR7k. Note
* that this will currently only be set for canonical documents where byline date could be
@@ -448,6 +469,57 @@ public QualityDniDocPreviewRestrictions setMaxVideoPreviewSecsPublisherDefault(j
return this;
}
+ /**
+ * Source of snippet length.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getSnippetLengthSource() {
+ return snippetLengthSource;
+ }
+
+ /**
+ * Source of snippet length.
+ * @param snippetLengthSource snippetLengthSource or {@code null} for none
+ */
+ public QualityDniDocPreviewRestrictions setSnippetLengthSource(java.lang.String snippetLengthSource) {
+ this.snippetLengthSource = snippetLengthSource;
+ return this;
+ }
+
+ /**
+ * Source of thumbnail size.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getThumbnailSizeSource() {
+ return thumbnailSizeSource;
+ }
+
+ /**
+ * Source of thumbnail size.
+ * @param thumbnailSizeSource thumbnailSizeSource or {@code null} for none
+ */
+ public QualityDniDocPreviewRestrictions setThumbnailSizeSource(java.lang.String thumbnailSizeSource) {
+ this.thumbnailSizeSource = thumbnailSizeSource;
+ return this;
+ }
+
+ /**
+ * Source of video preview seconds.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getVideoPreviewSecsSource() {
+ return videoPreviewSecsSource;
+ }
+
+ /**
+ * Source of video preview seconds.
+ * @param videoPreviewSecsSource videoPreviewSecsSource or {@code null} for none
+ */
+ public QualityDniDocPreviewRestrictions setVideoPreviewSecsSource(java.lang.String videoPreviewSecsSource) {
+ this.videoPreviewSecsSource = videoPreviewSecsSource;
+ return this;
+ }
+
@Override
public QualityDniDocPreviewRestrictions set(String fieldName, Object value) {
return (QualityDniDocPreviewRestrictions) super.set(fieldName, value);
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityFringeFringeQueryPriorPerDocData.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityFringeFringeQueryPriorPerDocData.java
index e9ff8151a84..7fa6f812afa 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityFringeFringeQueryPriorPerDocData.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityFringeFringeQueryPriorPerDocData.java
@@ -18,7 +18,7 @@
/**
* PerDocData for fringe-query-prior (built into the shards for eventual consumption at Fringe
- * classification time). Not stored in DocJoins. NEXT ID: 13
+ * classification time). Not stored in DocJoins. NEXT ID: 17
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -58,6 +58,13 @@ public final class QualityFringeFringeQueryPriorPerDocData extends com.google.ap
@com.google.api.client.util.Key
private java.lang.Long encodedChardXlqYmylPrediction;
+ /**
+ * An encoding of the Document About Fringe Topic (daft) score in [0, 1].
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Long encodedDaftScore;
+
/**
* An estimate of the vulnerability of this doc to show fringe content, based on the context
* around the document. Can be interpreted as a 'safe' QScore threshold to use (see go/doc-fringe-
@@ -127,14 +134,39 @@ public final class QualityFringeFringeQueryPriorPerDocData extends com.google.ap
@com.google.api.client.util.Key
private java.lang.Long encodedProximityScore;
+ /**
+ * An encoding of the XLQ pseudorater severity score translated into pXLQ score space in [0,1].
+ * The encoding includes the pseudorater version and confidence.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Long encodedPseudoraterPxlqScore;
+
+ /**
+ * Whether the page is a politics page according to petacats on a government domain according to
+ * KG. Used to override pXLQ in Q* delta-pxlq.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean politicsPageGovSite;
+
/**
* Indices on the repository_webref::WebrefEntities::entity field of entities that represent a
- * person or a group of people (aka sensitive entities).
+ * person or a group of people (aka sensitive entities). Will be deprecated once
+ * sensitive_entities_mids is fully launched (see b/290268614).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -32,79 +28,91 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantContextProviderVariant extends com.google.api.client.json.GenericJson {
+public final class QualityNsrKetoKetoVersionedData extends com.google.api.client.json.GenericJson {
/**
+ * What fraction of the site went into the computation of the site_score. Should be a number in
+ * (0, 1].
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.String emptyMidVariant;
+ private java.lang.Float siteFrac;
/**
+ * Site-level aggregated keto score.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.String spotifyVariant;
+ private java.lang.Float siteScore;
/**
+ * Unique id of the version.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.String youtubeVariant;
+ private java.lang.Integer versionId;
/**
+ * What fraction of the site went into the computation of the site_score. Should be a number in
+ * (0, 1].
* @return value or {@code null} for none
*/
- public java.lang.String getEmptyMidVariant() {
- return emptyMidVariant;
+ public java.lang.Float getSiteFrac() {
+ return siteFrac;
}
/**
- * @param emptyMidVariant emptyMidVariant or {@code null} for none
+ * What fraction of the site went into the computation of the site_score. Should be a number in
+ * (0, 1].
+ * @param siteFrac siteFrac or {@code null} for none
*/
- public AssistantContextProviderVariant setEmptyMidVariant(java.lang.String emptyMidVariant) {
- this.emptyMidVariant = emptyMidVariant;
+ public QualityNsrKetoKetoVersionedData setSiteFrac(java.lang.Float siteFrac) {
+ this.siteFrac = siteFrac;
return this;
}
/**
+ * Site-level aggregated keto score.
* @return value or {@code null} for none
*/
- public java.lang.String getSpotifyVariant() {
- return spotifyVariant;
+ public java.lang.Float getSiteScore() {
+ return siteScore;
}
/**
- * @param spotifyVariant spotifyVariant or {@code null} for none
+ * Site-level aggregated keto score.
+ * @param siteScore siteScore or {@code null} for none
*/
- public AssistantContextProviderVariant setSpotifyVariant(java.lang.String spotifyVariant) {
- this.spotifyVariant = spotifyVariant;
+ public QualityNsrKetoKetoVersionedData setSiteScore(java.lang.Float siteScore) {
+ this.siteScore = siteScore;
return this;
}
/**
+ * Unique id of the version.
* @return value or {@code null} for none
*/
- public java.lang.String getYoutubeVariant() {
- return youtubeVariant;
+ public java.lang.Integer getVersionId() {
+ return versionId;
}
/**
- * @param youtubeVariant youtubeVariant or {@code null} for none
+ * Unique id of the version.
+ * @param versionId versionId or {@code null} for none
*/
- public AssistantContextProviderVariant setYoutubeVariant(java.lang.String youtubeVariant) {
- this.youtubeVariant = youtubeVariant;
+ public QualityNsrKetoKetoVersionedData setVersionId(java.lang.Integer versionId) {
+ this.versionId = versionId;
return this;
}
@Override
- public AssistantContextProviderVariant set(String fieldName, Object value) {
- return (AssistantContextProviderVariant) super.set(fieldName, value);
+ public QualityNsrKetoKetoVersionedData set(String fieldName, Object value) {
+ return (QualityNsrKetoKetoVersionedData) super.set(fieldName, value);
}
@Override
- public AssistantContextProviderVariant clone() {
- return (AssistantContextProviderVariant) super.clone();
+ public QualityNsrKetoKetoVersionedData clone() {
+ return (QualityNsrKetoKetoVersionedData) super.clone();
}
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityNsrNsrData.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityNsrNsrData.java
index 3077f61ded0..eb4f8f81500 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityNsrNsrData.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityNsrNsrData.java
@@ -18,7 +18,7 @@
/**
* NOTE: When adding a new field to be propagated to Raffia check if NsrPatternSignalSpec needs to
- * be updated. Next ID: 56
+ * be updated. Next ID: 63
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -51,6 +51,20 @@ public final class QualityNsrNsrData extends com.google.api.client.json.GenericJ
@com.google.api.client.util.Key
private java.lang.Integer chardEncoded;
+ /**
+ * Site-level Chard (encoded as an int).
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -29,58 +28,86 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantGroundingRankerDeviceTargetingFeatures extends com.google.api.client.json.GenericJson {
+public final class QualityNsrNsrDataEncodedEmbedding extends com.google.api.client.json.GenericJson {
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantGroundingRankerDeviceTargetingFeaturesProperties properties;
+ private java.lang.String data;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantGroundingRankerDeviceTargetingFeaturesStates states;
+ private java.lang.Long version;
/**
+ * @see #decodeData()
* @return value or {@code null} for none
*/
- public AssistantGroundingRankerDeviceTargetingFeaturesProperties getProperties() {
- return properties;
+ public java.lang.String getData() {
+ return data;
}
/**
- * @param properties properties or {@code null} for none
+
+ * @see #getData()
+ * @return Base64 decoded value or {@code null} for none
+ *
+ * @since 1.14
+ */
+ public byte[] decodeData() {
+ return com.google.api.client.util.Base64.decodeBase64(data);
+ }
+
+ /**
+ * @see #encodeData()
+ * @param data data or {@code null} for none
+ */
+ public QualityNsrNsrDataEncodedEmbedding setData(java.lang.String data) {
+ this.data = data;
+ return this;
+ }
+
+ /**
+
+ * @see #setData()
+ *
+ *
+ * The value is encoded Base64 or {@code null} for none.
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -38,29 +38,36 @@ public final class QualityNsrPQData extends com.google.api.client.json.GenericJs
private java.lang.Integer chard;
/**
+ * URL-level Chard (encoded as an int).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.Float deltaAutopilotScore;
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -41,8 +42,8 @@ public final class QualityNsrVersionedFloatSignal extends com.google.api.client.
* Unique version id.
* The value may be {@code null}.
*/
- @com.google.api.client.util.Key
- private java.lang.Integer versionId;
+ @com.google.api.client.util.Key @com.google.api.client.json.JsonString
+ private java.lang.Long versionId;
/**
* The corresponding float value.
@@ -65,7 +66,7 @@ public QualityNsrVersionedFloatSignal setValue(java.lang.Float value) {
* Unique version id.
* @return value or {@code null} for none
*/
- public java.lang.Integer getVersionId() {
+ public java.lang.Long getVersionId() {
return versionId;
}
@@ -73,7 +74,7 @@ public java.lang.Integer getVersionId() {
* Unique version id.
* @param versionId versionId or {@code null} for none
*/
- public QualityNsrVersionedFloatSignal setVersionId(java.lang.Integer versionId) {
+ public QualityNsrVersionedFloatSignal setVersionId(java.lang.Long versionId) {
this.versionId = versionId;
return this;
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityNsrVersionedIntSignal.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityNsrVersionedIntSignal.java
new file mode 100644
index 00000000000..fb887b2e44c
--- /dev/null
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/QualityNsrVersionedIntSignal.java
@@ -0,0 +1,91 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.contentwarehouse.v1.model;
+
+/**
+ * A versioned int value. See VersionedIntSignal functions in google3/quality/nsr/proto/proto_util.h
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,88 +28,88 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AbuseiamVideoReviewData extends com.google.api.client.json.GenericJson {
+public final class QualitySitemapSporcSignals extends com.google.api.client.json.GenericJson {
/**
- * Serialized repeated youtube_admin.adminmatch.csai.ReferenceFragment
+ * Score for normal oneline sitelink
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *
+ * The value is encoded Base64 or {@code null} for none.
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,37 +28,46 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AssistantGroundingRankerLaaFeaturesBindingSet extends com.google.api.client.json.GenericJson {
+public final class ReneEmbeddingClusterList extends com.google.api.client.json.GenericJson {
/**
+ * Clusters.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AssistantGroundingRankerAssistantInteractionFeatures assistantInteractionFeatures;
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -150,6 +150,13 @@ public final class RepositoryAnnotationsRdfaRdfaRichSnippetsApplication extends
@com.google.api.client.util.Key
private java.lang.Boolean inAppPurchase;
+ /**
+ * Whether this is a game and avaible on Battlestar (go/battlestar).
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isBattlestarTitle;
+
/**
* Indicates if the localized data comes from default locale. This is needed because the default
* localized data does not specify its locale. If this is true, lang_locale may not be the correct
@@ -666,6 +673,23 @@ public RepositoryAnnotationsRdfaRdfaRichSnippetsApplication setInAppPurchase(jav
return this;
}
+ /**
+ * Whether this is a game and avaible on Battlestar (go/battlestar).
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getIsBattlestarTitle() {
+ return isBattlestarTitle;
+ }
+
+ /**
+ * Whether this is a game and avaible on Battlestar (go/battlestar).
+ * @param isBattlestarTitle isBattlestarTitle or {@code null} for none
+ */
+ public RepositoryAnnotationsRdfaRdfaRichSnippetsApplication setIsBattlestarTitle(java.lang.Boolean isBattlestarTitle) {
+ this.isBattlestarTitle = isBattlestarTitle;
+ return this;
+ }
+
/**
* Indicates if the localized data comes from default locale. This is needed because the default
* localized data does not specify its locale. If this is true, lang_locale may not be the correct
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefAnnotatedCategoryInfo.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefAnnotatedCategoryInfo.java
index a2f8b30e37d..7c86660b4cf 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefAnnotatedCategoryInfo.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefAnnotatedCategoryInfo.java
@@ -31,11 +31,11 @@
public final class RepositoryWebrefAnnotatedCategoryInfo extends com.google.api.client.json.GenericJson {
/**
- * A debug string for the category.
+ * The collection hrid for the category.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private java.lang.String debugString;
+ private java.lang.String collectionHrid;
/**
* The mid of the entity representing the category.
@@ -45,19 +45,19 @@ public final class RepositoryWebrefAnnotatedCategoryInfo extends com.google.api.
private java.math.BigInteger mid;
/**
- * A debug string for the category.
+ * The collection hrid for the category.
* @return value or {@code null} for none
*/
- public java.lang.String getDebugString() {
- return debugString;
+ public java.lang.String getCollectionHrid() {
+ return collectionHrid;
}
/**
- * A debug string for the category.
- * @param debugString debugString or {@code null} for none
+ * The collection hrid for the category.
+ * @param collectionHrid collectionHrid or {@code null} for none
*/
- public RepositoryWebrefAnnotatedCategoryInfo setDebugString(java.lang.String debugString) {
- this.debugString = debugString;
+ public RepositoryWebrefAnnotatedCategoryInfo setCollectionHrid(java.lang.String collectionHrid) {
+ this.collectionHrid = collectionHrid;
return this;
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefEntityAnnotations.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefEntityAnnotations.java
index 1c7f8107bf5..2ad0e91000f 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefEntityAnnotations.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefEntityAnnotations.java
@@ -64,6 +64,13 @@ public final class RepositoryWebrefEntityAnnotations extends com.google.api.clie
@com.google.api.client.util.Key
private RepositoryWebrefExplainedRangeInfo explainedRangeInfo;
+ /**
+ * This is an experimental output for go/multiref. Don't use it without consulting the Webref team
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -28,64 +28,64 @@
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
-public final class AbuseiamManualReviewEvaluationInfo extends com.google.api.client.json.GenericJson {
+public final class RepositoryWebrefImageMention extends com.google.api.client.json.GenericJson {
/**
- * Reviewer performing the manual review.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AbuseiamManualReviewerInfo reviewer;
+ private java.lang.Float confidenceScore;
/**
- * Tool used to perform the manual review.
+ * https://source.corp.google.com/piperdepot/google3/image/search/imagedoc.proto;bpv=1;bpt=1;rcl=5
+ * 92258038;l=275 cdoc -> doc_images -> canonical_docid corresponds to the Image Doc ID
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
- private AbuseiamManualReviewTool tool;
+ private java.lang.String imageDocid;
/**
- * Reviewer performing the manual review.
* @return value or {@code null} for none
*/
- public AbuseiamManualReviewerInfo getReviewer() {
- return reviewer;
+ public java.lang.Float getConfidenceScore() {
+ return confidenceScore;
}
/**
- * Reviewer performing the manual review.
- * @param reviewer reviewer or {@code null} for none
+ * @param confidenceScore confidenceScore or {@code null} for none
*/
- public AbuseiamManualReviewEvaluationInfo setReviewer(AbuseiamManualReviewerInfo reviewer) {
- this.reviewer = reviewer;
+ public RepositoryWebrefImageMention setConfidenceScore(java.lang.Float confidenceScore) {
+ this.confidenceScore = confidenceScore;
return this;
}
/**
- * Tool used to perform the manual review.
+ * https://source.corp.google.com/piperdepot/google3/image/search/imagedoc.proto;bpv=1;bpt=1;rcl=5
+ * 92258038;l=275 cdoc -> doc_images -> canonical_docid corresponds to the Image Doc ID
* @return value or {@code null} for none
*/
- public AbuseiamManualReviewTool getTool() {
- return tool;
+ public java.lang.String getImageDocid() {
+ return imageDocid;
}
/**
- * Tool used to perform the manual review.
- * @param tool tool or {@code null} for none
+ * https://source.corp.google.com/piperdepot/google3/image/search/imagedoc.proto;bpv=1;bpt=1;rcl=5
+ * 92258038;l=275 cdoc -> doc_images -> canonical_docid corresponds to the Image Doc ID
+ * @param imageDocid imageDocid or {@code null} for none
*/
- public AbuseiamManualReviewEvaluationInfo setTool(AbuseiamManualReviewTool tool) {
- this.tool = tool;
+ public RepositoryWebrefImageMention setImageDocid(java.lang.String imageDocid) {
+ this.imageDocid = imageDocid;
return this;
}
@Override
- public AbuseiamManualReviewEvaluationInfo set(String fieldName, Object value) {
- return (AbuseiamManualReviewEvaluationInfo) super.set(fieldName, value);
+ public RepositoryWebrefImageMention set(String fieldName, Object value) {
+ return (RepositoryWebrefImageMention) super.set(fieldName, value);
}
@Override
- public AbuseiamManualReviewEvaluationInfo clone() {
- return (AbuseiamManualReviewEvaluationInfo) super.clone();
+ public RepositoryWebrefImageMention clone() {
+ return (RepositoryWebrefImageMention) super.clone();
}
}
diff --git a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefMdvcMetadataPerVertical.java b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefMdvcMetadataPerVertical.java
index 6a75f87c009..5072edb4331 100644
--- a/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefMdvcMetadataPerVertical.java
+++ b/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/RepositoryWebrefMdvcMetadataPerVertical.java
@@ -88,13 +88,6 @@ public final class RepositoryWebrefMdvcMetadataPerVertical extends com.google.ap
@com.google.api.client.util.Key
private java.lang.Integer resolutionPriority;
- /**
- * Fingerprints that identify the topic's sub-verticals, if any.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key @com.google.api.client.json.JsonString
- private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -71,6 +71,12 @@ public final class RepositoryWebrefSimplifiedCompositeDoc extends com.google.api
@com.google.api.client.util.Key
private RepositoryWebrefPreprocessingUrlMatchingMetadata matchingMetadata;
+ /**
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Document AI Warehouse API. For a detailed explanation
@@ -102,6 +102,29 @@ public final class ResearchScamNeighborSelectionOverride extends com.google.api.
@com.google.api.client.util.Key
private java.lang.Integer perCrowdingAttributePreReorderingNumNeighbors;
+ /**
+ * The scoring extension metadata overrides for single machine classical scam database.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ResearchScamScoringExtensionMetadata scoringExtensionMetadata;
+
+ /**
+ * Note: currently not implemented for all database shard subclasses! Contact ScaM before using.
+ * Provides prematched centers_to_search for tree-X hybrid searchers. Ignores any overwrites
+ * related to centroid matching since they are already matched. `tree_x_hybrid_centers_to_search`
+ * should match by size with `tree_x_hybrid_distances`.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List