Skip to content

Commit 3f83abe

Browse files
1 parent 621065b commit 3f83abe

File tree

12 files changed

+18
-159
lines changed

12 files changed

+18
-159
lines changed

clients/google-api-services-retail/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-retail</artifactId>
25-
<version>v2-rev20250417-2.0.0</version>
25+
<version>v2-rev20250501-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-retail:v2-rev20250417-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20250501-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2LocalInventory.java

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,6 @@ public final class GoogleCloudRetailV2LocalInventory extends com.google.api.clie
5151
com.google.api.client.util.Data.nullOf(GoogleCloudRetailV2CustomAttribute.class);
5252
}
5353

54-
/**
55-
* Optional. The availability of the Product at this place_id. Default to Availability.IN_STOCK.
56-
* For primary products with variants set the availability of the primary as
57-
* Availability.OUT_OF_STOCK and set the true availability at the variant level. This way the
58-
* primary product will be considered "in stock" as long as it has at least one variant in stock.
59-
* For primary products with no variants set the true availability at the primary level.
60-
* Corresponding properties: Google Merchant Center property
61-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
62-
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
63-
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
64-
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
65-
* updates#local-inventory-update-methods) for more details.
66-
* The value may be {@code null}.
67-
*/
68-
@com.google.api.client.util.Key
69-
private java.lang.String availability;
70-
7154
/**
7255
* Optional. Supported fulfillment types. Valid fulfillment type values include commonly used
7356
* types (such as pickup in store and same day delivery), and custom types. Customers have to map
@@ -129,43 +112,6 @@ public GoogleCloudRetailV2LocalInventory setAttributes(java.util.Map<String, Goo
129112
return this;
130113
}
131114

132-
/**
133-
* Optional. The availability of the Product at this place_id. Default to Availability.IN_STOCK.
134-
* For primary products with variants set the availability of the primary as
135-
* Availability.OUT_OF_STOCK and set the true availability at the variant level. This way the
136-
* primary product will be considered "in stock" as long as it has at least one variant in stock.
137-
* For primary products with no variants set the true availability at the primary level.
138-
* Corresponding properties: Google Merchant Center property
139-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
140-
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
141-
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
142-
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
143-
* updates#local-inventory-update-methods) for more details.
144-
* @return value or {@code null} for none
145-
*/
146-
public java.lang.String getAvailability() {
147-
return availability;
148-
}
149-
150-
/**
151-
* Optional. The availability of the Product at this place_id. Default to Availability.IN_STOCK.
152-
* For primary products with variants set the availability of the primary as
153-
* Availability.OUT_OF_STOCK and set the true availability at the variant level. This way the
154-
* primary product will be considered "in stock" as long as it has at least one variant in stock.
155-
* For primary products with no variants set the true availability at the primary level.
156-
* Corresponding properties: Google Merchant Center property
157-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
158-
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
159-
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
160-
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
161-
* updates#local-inventory-update-methods) for more details.
162-
* @param availability availability or {@code null} for none
163-
*/
164-
public GoogleCloudRetailV2LocalInventory setAvailability(java.lang.String availability) {
165-
this.availability = availability;
166-
return this;
167-
}
168-
169115
/**
170116
* Optional. Supported fulfillment types. Valid fulfillment type values include commonly used
171117
* types (such as pickup in store and same day delivery), and custom types. Customers have to map

clients/google-api-services-retail/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-retail</artifactId>
11-
<version>v2-rev20250417-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2-rev20250417-2.0.0</name>
11+
<version>v2-rev20250501-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2-rev20250501-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-retail/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-retail</artifactId>
25-
<version>v2-rev20250417-2.0.0</version>
25+
<version>v2-rev20250501-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-retail:v2-rev20250417-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20250501-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2alpha/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-retail</artifactId>
25-
<version>v2alpha-rev20250417-2.0.0</version>
25+
<version>v2alpha-rev20250501-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20250417-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20250501-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchResponse.java

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,6 @@ public final class GoogleCloudRetailV2alphaConversationalSearchResponse extends
5656
@com.google.api.client.util.Key
5757
private java.util.List<GoogleCloudRetailV2alphaConversationalSearchResponseRefinedSearch> refinedSearch;
5858

59-
/**
60-
* This field is deprecated. Please find the refinded_query from search response when using
61-
* CONVERSATIONAL_FILTER_ONLY mode in ConversationalSearchResponse.refined_search instead. The
62-
* rephrased query based on the user's query and the conversation history. It can be used to fetch
63-
* the relevant search results.
64-
* The value may be {@code null}.
65-
*/
66-
@com.google.api.client.util.Key
67-
private java.lang.String rephrasedQuery;
68-
6959
/**
7060
* Conversation UUID. This field will be stored in client side storage to maintain the
7161
* conversation session with server and will be used for next search request's
@@ -127,29 +117,6 @@ public GoogleCloudRetailV2alphaConversationalSearchResponse setRefinedSearch(jav
127117
return this;
128118
}
129119

130-
/**
131-
* This field is deprecated. Please find the refinded_query from search response when using
132-
* CONVERSATIONAL_FILTER_ONLY mode in ConversationalSearchResponse.refined_search instead. The
133-
* rephrased query based on the user's query and the conversation history. It can be used to fetch
134-
* the relevant search results.
135-
* @return value or {@code null} for none
136-
*/
137-
public java.lang.String getRephrasedQuery() {
138-
return rephrasedQuery;
139-
}
140-
141-
/**
142-
* This field is deprecated. Please find the refinded_query from search response when using
143-
* CONVERSATIONAL_FILTER_ONLY mode in ConversationalSearchResponse.refined_search instead. The
144-
* rephrased query based on the user's query and the conversation history. It can be used to fetch
145-
* the relevant search results.
146-
* @param rephrasedQuery rephrasedQuery or {@code null} for none
147-
*/
148-
public GoogleCloudRetailV2alphaConversationalSearchResponse setRephrasedQuery(java.lang.String rephrasedQuery) {
149-
this.rephrasedQuery = rephrasedQuery;
150-
return this;
151-
}
152-
153120
@Override
154121
public GoogleCloudRetailV2alphaConversationalSearchResponse set(String fieldName, Object value) {
155122
return (GoogleCloudRetailV2alphaConversationalSearchResponse) super.set(fieldName, value);

clients/google-api-services-retail/v2alpha/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-retail</artifactId>
11-
<version>v2alpha-rev20250417-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2alpha-rev20250417-2.0.0</name>
11+
<version>v2alpha-rev20250501-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2alpha-rev20250501-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-retail/v2alpha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-retail</artifactId>
25-
<version>v2alpha-rev20250417-2.0.0</version>
25+
<version>v2alpha-rev20250501-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20250417-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20250501-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-retail</artifactId>
25-
<version>v2beta-rev20250417-2.0.0</version>
25+
<version>v2beta-rev20250501-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-retail:v2beta-rev20250417-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2beta-rev20250501-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaLocalInventory.java

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,6 @@ public final class GoogleCloudRetailV2betaLocalInventory extends com.google.api.
5151
com.google.api.client.util.Data.nullOf(GoogleCloudRetailV2betaCustomAttribute.class);
5252
}
5353

54-
/**
55-
* Optional. The availability of the Product at this place_id. Default to Availability.IN_STOCK.
56-
* For primary products with variants set the availability of the primary as
57-
* Availability.OUT_OF_STOCK and set the true availability at the variant level. This way the
58-
* primary product will be considered "in stock" as long as it has at least one variant in stock.
59-
* For primary products with no variants set the true availability at the primary level.
60-
* Corresponding properties: Google Merchant Center property
61-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
62-
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
63-
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
64-
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
65-
* updates#local-inventory-update-methods) for more details.
66-
* The value may be {@code null}.
67-
*/
68-
@com.google.api.client.util.Key
69-
private java.lang.String availability;
70-
7154
/**
7255
* Optional. Supported fulfillment types. Valid fulfillment type values include commonly used
7356
* types (such as pickup in store and same day delivery), and custom types. Customers have to map
@@ -129,43 +112,6 @@ public GoogleCloudRetailV2betaLocalInventory setAttributes(java.util.Map<String,
129112
return this;
130113
}
131114

132-
/**
133-
* Optional. The availability of the Product at this place_id. Default to Availability.IN_STOCK.
134-
* For primary products with variants set the availability of the primary as
135-
* Availability.OUT_OF_STOCK and set the true availability at the variant level. This way the
136-
* primary product will be considered "in stock" as long as it has at least one variant in stock.
137-
* For primary products with no variants set the true availability at the primary level.
138-
* Corresponding properties: Google Merchant Center property
139-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
140-
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
141-
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
142-
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
143-
* updates#local-inventory-update-methods) for more details.
144-
* @return value or {@code null} for none
145-
*/
146-
public java.lang.String getAvailability() {
147-
return availability;
148-
}
149-
150-
/**
151-
* Optional. The availability of the Product at this place_id. Default to Availability.IN_STOCK.
152-
* For primary products with variants set the availability of the primary as
153-
* Availability.OUT_OF_STOCK and set the true availability at the variant level. This way the
154-
* primary product will be considered "in stock" as long as it has at least one variant in stock.
155-
* For primary products with no variants set the true availability at the primary level.
156-
* Corresponding properties: Google Merchant Center property
157-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
158-
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
159-
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
160-
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
161-
* updates#local-inventory-update-methods) for more details.
162-
* @param availability availability or {@code null} for none
163-
*/
164-
public GoogleCloudRetailV2betaLocalInventory setAvailability(java.lang.String availability) {
165-
this.availability = availability;
166-
return this;
167-
}
168-
169115
/**
170116
* Optional. Supported fulfillment types. Valid fulfillment type values include commonly used
171117
* types (such as pickup in store and same day delivery), and custom types. Customers have to map

0 commit comments

Comments
 (0)