You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchRequest.java
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,22 @@ public final class GoogleCloudRetailV2alphaConversationalSearchRequest extends c
89
89
@com.google.api.client.util.Key
90
90
privateGoogleCloudRetailV2alphaUserInfouserInfo;
91
91
92
+
/**
93
+
* Optional. The user labels applied to a resource must meet the following requirements: * Each
94
+
* resource can have multiple labels, up to a maximum of 64. * Each label must be a key-value
95
+
* pair. * Keys have a minimum length of 1 character and a maximum length of 63 characters and
96
+
* cannot be empty. Values can be empty and have a maximum length of 63 characters. * Keys and
97
+
* values can contain only lowercase letters, numeric characters, underscores, and dashes. All
98
+
* characters must use UTF-8 encoding, and international characters are allowed. * The key portion
99
+
* of a label must be unique. However, you can use the same key with multiple resources. * Keys
100
+
* must start with a lowercase letter or international character. See [Google Cloud
Copy file name to clipboardExpand all lines: clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequest.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,13 @@ public final class GoogleCloudRetailV2alphaSearchRequest extends com.google.api.
90
90
@com.google.api.client.util.Key
91
91
privatejava.lang.Stringentity;
92
92
93
+
/**
94
+
* Optional. An ID for the experiment group this search belongs to.
95
+
* The value may be {@code null}.
96
+
*/
97
+
@com.google.api.client.util.Key
98
+
privatejava.lang.StringexperimentId;
99
+
93
100
/**
94
101
* Facet specifications for faceted search. If empty, no facets are returned. A maximum of 200
95
102
* values are allowed. Otherwise, an INVALID_ARGUMENT error is returned.
@@ -458,6 +465,23 @@ public GoogleCloudRetailV2alphaSearchRequest setEntity(java.lang.String entity)
458
465
returnthis;
459
466
}
460
467
468
+
/**
469
+
* Optional. An ID for the experiment group this search belongs to.
470
+
* @return value or {@code null} for none
471
+
*/
472
+
publicjava.lang.StringgetExperimentId() {
473
+
returnexperimentId;
474
+
}
475
+
476
+
/**
477
+
* Optional. An ID for the experiment group this search belongs to.
478
+
* @param experimentId experimentId or {@code null} for none
0 commit comments