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/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2BigQuerySource.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,7 @@ public final class GoogleCloudRetailV2BigQuerySource extends com.google.api.clie
64
64
privatejava.lang.StringgcsStagingDir;
65
65
66
66
/**
67
-
* BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format. Only supported in
68
-
* ImportProductsRequest.
67
+
* BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format.
69
68
* The value may be {@code null}.
70
69
*/
71
70
@com.google.api.client.util.Key
@@ -162,17 +161,15 @@ public GoogleCloudRetailV2BigQuerySource setGcsStagingDir(java.lang.String gcsSt
162
161
}
163
162
164
163
/**
165
-
* BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format. Only supported in
166
-
* ImportProductsRequest.
164
+
* BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format.
167
165
* @return value or {@code null} for none
168
166
*/
169
167
publicGoogleTypeDategetPartitionDate() {
170
168
returnpartitionDate;
171
169
}
172
170
173
171
/**
174
-
* BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format. Only supported in
175
-
* ImportProductsRequest.
172
+
* BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format.
176
173
* @param partitionDate partitionDate or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2CatalogAttribute.java
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,13 @@ public final class GoogleCloudRetailV2CatalogAttribute extends com.google.api.cl
60
60
/**
61
61
* Output only. Indicates whether this attribute has been used by any products. `True` if at least
62
62
* one Product is using this attribute in Product.attributes. Otherwise, this field is `False`.
63
-
* CatalogAttribute can be pre-loaded by using CatalogService.AddCatalogAttribute,
64
-
* CatalogService.ImportCatalogAttributes, or CatalogService.UpdateAttributesConfig APIs. This
65
-
* field is `False` for pre-loaded CatalogAttributes. Only pre-loaded catalog attributes that are
66
-
* neither in use by products nor predefined can be deleted. Catalog attributes that are either in
67
-
* use by products or are predefined attributes cannot be deleted; however, their configuration
68
-
* properties will reset to default values upon removal request. After catalog changes, it takes
69
-
* about 10 minutes for this field to update.
63
+
* CatalogAttribute can be pre-loaded by using CatalogService.AddCatalogAttribute or
64
+
* CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-loaded
65
+
* CatalogAttributes. Only pre-loaded catalog attributes that are neither in use by products nor
66
+
* predefined can be deleted. Catalog attributes that are either in use by products or are
67
+
* predefined attributes cannot be deleted; however, their configuration properties will reset to
68
+
* default values upon removal request. After catalog changes, it takes about 10 minutes for this
69
+
* field to update.
70
70
* The value may be {@code null}.
71
71
*/
72
72
@com.google.api.client.util.Key
@@ -186,13 +186,13 @@ public GoogleCloudRetailV2CatalogAttribute setFacetConfig(GoogleCloudRetailV2Cat
186
186
/**
187
187
* Output only. Indicates whether this attribute has been used by any products. `True` if at least
188
188
* one Product is using this attribute in Product.attributes. Otherwise, this field is `False`.
189
-
* CatalogAttribute can be pre-loaded by using CatalogService.AddCatalogAttribute,
190
-
* CatalogService.ImportCatalogAttributes, or CatalogService.UpdateAttributesConfig APIs. This
191
-
* field is `False` for pre-loaded CatalogAttributes. Only pre-loaded catalog attributes that are
192
-
* neither in use by products nor predefined can be deleted. Catalog attributes that are either in
193
-
* use by products or are predefined attributes cannot be deleted; however, their configuration
194
-
* properties will reset to default values upon removal request. After catalog changes, it takes
195
-
* about 10 minutes for this field to update.
189
+
* CatalogAttribute can be pre-loaded by using CatalogService.AddCatalogAttribute or
190
+
* CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-loaded
191
+
* CatalogAttributes. Only pre-loaded catalog attributes that are neither in use by products nor
192
+
* predefined can be deleted. Catalog attributes that are either in use by products or are
193
+
* predefined attributes cannot be deleted; however, their configuration properties will reset to
194
+
* default values upon removal request. After catalog changes, it takes about 10 minutes for this
195
+
* field to update.
196
196
* @return value or {@code null} for none
197
197
*/
198
198
publicjava.lang.BooleangetInUse() {
@@ -202,13 +202,13 @@ public java.lang.Boolean getInUse() {
202
202
/**
203
203
* Output only. Indicates whether this attribute has been used by any products. `True` if at least
204
204
* one Product is using this attribute in Product.attributes. Otherwise, this field is `False`.
205
-
* CatalogAttribute can be pre-loaded by using CatalogService.AddCatalogAttribute,
206
-
* CatalogService.ImportCatalogAttributes, or CatalogService.UpdateAttributesConfig APIs. This
207
-
* field is `False` for pre-loaded CatalogAttributes. Only pre-loaded catalog attributes that are
208
-
* neither in use by products nor predefined can be deleted. Catalog attributes that are either in
209
-
* use by products or are predefined attributes cannot be deleted; however, their configuration
210
-
* properties will reset to default values upon removal request. After catalog changes, it takes
211
-
* about 10 minutes for this field to update.
205
+
* CatalogAttribute can be pre-loaded by using CatalogService.AddCatalogAttribute or
206
+
* CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-loaded
207
+
* CatalogAttributes. Only pre-loaded catalog attributes that are neither in use by products nor
208
+
* predefined can be deleted. Catalog attributes that are either in use by products or are
209
+
* predefined attributes cannot be deleted; however, their configuration properties will reset to
210
+
* default values upon removal request. After catalog changes, it takes about 10 minutes for this
Copy file name to clipboardExpand all lines: clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ExperimentInfo.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
packagecom.google.api.services.retail.v2.model;
18
18
19
19
/**
20
-
* Metadata for active A/B testing Experiment.
20
+
* Metadata for active A/B testing experiment.
21
21
*
22
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
23
* transmitted over HTTP when working with the Vertex AI Search for Retail API. For a detailed
Copy file name to clipboardExpand all lines: clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ExperimentInfoServingConfigExperiment.java
Copy file name to clipboardExpand all lines: clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2LocalInventory.java
0 commit comments