Skip to content

Commit c1f1211

Browse files
1 parent 4c10134 commit c1f1211

File tree

8 files changed

+60
-60
lines changed

8 files changed

+60
-60
lines changed

clients/google-api-services-parallelstore/v1/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-parallelstore</artifactId>
25-
<version>v1-rev20250102-2.0.0</version>
25+
<version>v1-rev20250205-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-parallelstore:v1-rev20250102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1-rev20250205-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-parallelstore/v1/2.0.0/com/google/api/services/parallelstore/v1/model/Instance.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public final class Instance extends com.google.api.client.json.GenericJson {
5252
private String createTime;
5353

5454
/**
55-
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
56-
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
55+
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
56+
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -67,8 +67,8 @@ public final class Instance extends com.google.api.client.json.GenericJson {
6767
private java.lang.String description;
6868

6969
/**
70-
* Optional. Stripe level for directories. Allowed values are: * `DIRECTORY_STRIPE_LEVEL_MIN`:
71-
* recommended when directories contain a small number of files. *
70+
* Optional. Immutable. Stripe level for directories. Allowed values are: *
71+
* `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a small number of files. *
7272
* `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads involving a mix of small
7373
* and large directories. * `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
7474
* number of files.
@@ -87,10 +87,10 @@ public final class Instance extends com.google.api.client.json.GenericJson {
8787
private java.lang.String effectiveReservedIpRange;
8888

8989
/**
90-
* Optional. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`: offers the
91-
* best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances performance for
92-
* workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`: higher
93-
* throughput performance for larger files.
90+
* Optional. Immutable. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`:
91+
* offers the best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances
92+
* performance for workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`:
93+
* higher throughput performance for larger files.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -199,17 +199,17 @@ public Instance setCreateTime(String createTime) {
199199
}
200200

201201
/**
202-
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
203-
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
202+
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
203+
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
204204
* @return value or {@code null} for none
205205
*/
206206
public java.lang.String getDeploymentType() {
207207
return deploymentType;
208208
}
209209

210210
/**
211-
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
212-
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
211+
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
212+
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
213213
* @param deploymentType deploymentType or {@code null} for none
214214
*/
215215
public Instance setDeploymentType(java.lang.String deploymentType) {
@@ -235,8 +235,8 @@ public Instance setDescription(java.lang.String description) {
235235
}
236236

237237
/**
238-
* Optional. Stripe level for directories. Allowed values are: * `DIRECTORY_STRIPE_LEVEL_MIN`:
239-
* recommended when directories contain a small number of files. *
238+
* Optional. Immutable. Stripe level for directories. Allowed values are: *
239+
* `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a small number of files. *
240240
* `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads involving a mix of small
241241
* and large directories. * `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
242242
* number of files.
@@ -247,8 +247,8 @@ public java.lang.String getDirectoryStripeLevel() {
247247
}
248248

249249
/**
250-
* Optional. Stripe level for directories. Allowed values are: * `DIRECTORY_STRIPE_LEVEL_MIN`:
251-
* recommended when directories contain a small number of files. *
250+
* Optional. Immutable. Stripe level for directories. Allowed values are: *
251+
* `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a small number of files. *
252252
* `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads involving a mix of small
253253
* and large directories. * `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
254254
* number of files.
@@ -281,21 +281,21 @@ public Instance setEffectiveReservedIpRange(java.lang.String effectiveReservedIp
281281
}
282282

283283
/**
284-
* Optional. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`: offers the
285-
* best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances performance for
286-
* workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`: higher
287-
* throughput performance for larger files.
284+
* Optional. Immutable. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`:
285+
* offers the best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances
286+
* performance for workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`:
287+
* higher throughput performance for larger files.
288288
* @return value or {@code null} for none
289289
*/
290290
public java.lang.String getFileStripeLevel() {
291291
return fileStripeLevel;
292292
}
293293

294294
/**
295-
* Optional. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`: offers the
296-
* best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances performance for
297-
* workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`: higher
298-
* throughput performance for larger files.
295+
* Optional. Immutable. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`:
296+
* offers the best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances
297+
* performance for workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`:
298+
* higher throughput performance for larger files.
299299
* @param fileStripeLevel fileStripeLevel or {@code null} for none
300300
*/
301301
public Instance setFileStripeLevel(java.lang.String fileStripeLevel) {

clients/google-api-services-parallelstore/v1/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-parallelstore</artifactId>
11-
<version>v1-rev20250102-2.0.0</version>
12-
<name>Parallelstore API v1-rev20250102-2.0.0</name>
11+
<version>v1-rev20250205-2.0.0</version>
12+
<name>Parallelstore API v1-rev20250205-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-parallelstore/v1/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-parallelstore</artifactId>
25-
<version>v1-rev20250102-2.0.0</version>
25+
<version>v1-rev20250205-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-parallelstore:v1-rev20250102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1-rev20250205-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-parallelstore/v1beta/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-parallelstore</artifactId>
25-
<version>v1beta-rev20250102-2.0.0</version>
25+
<version>v1beta-rev20250205-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-parallelstore:v1beta-rev20250102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1beta-rev20250205-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-parallelstore/v1beta/2.0.0/com/google/api/services/parallelstore/v1beta/model/Instance.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public final class Instance extends com.google.api.client.json.GenericJson {
5252
private String createTime;
5353

5454
/**
55-
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
56-
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
55+
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
56+
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -67,8 +67,8 @@ public final class Instance extends com.google.api.client.json.GenericJson {
6767
private java.lang.String description;
6868

6969
/**
70-
* Optional. Stripe level for directories. Allowed values are: * `DIRECTORY_STRIPE_LEVEL_MIN`:
71-
* recommended when directories contain a small number of files. *
70+
* Optional. Immutable. Stripe level for directories. Allowed values are: *
71+
* `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a small number of files. *
7272
* `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads involving a mix of small
7373
* and large directories. * `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
7474
* number of files.
@@ -87,10 +87,10 @@ public final class Instance extends com.google.api.client.json.GenericJson {
8787
private java.lang.String effectiveReservedIpRange;
8888

8989
/**
90-
* Optional. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`: offers the
91-
* best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances performance for
92-
* workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`: higher
93-
* throughput performance for larger files.
90+
* Optional. Immutable. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`:
91+
* offers the best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances
92+
* performance for workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`:
93+
* higher throughput performance for larger files.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -199,17 +199,17 @@ public Instance setCreateTime(String createTime) {
199199
}
200200

201201
/**
202-
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
203-
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
202+
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
203+
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
204204
* @return value or {@code null} for none
205205
*/
206206
public java.lang.String getDeploymentType() {
207207
return deploymentType;
208208
}
209209

210210
/**
211-
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
212-
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
211+
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
212+
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
213213
* @param deploymentType deploymentType or {@code null} for none
214214
*/
215215
public Instance setDeploymentType(java.lang.String deploymentType) {
@@ -235,8 +235,8 @@ public Instance setDescription(java.lang.String description) {
235235
}
236236

237237
/**
238-
* Optional. Stripe level for directories. Allowed values are: * `DIRECTORY_STRIPE_LEVEL_MIN`:
239-
* recommended when directories contain a small number of files. *
238+
* Optional. Immutable. Stripe level for directories. Allowed values are: *
239+
* `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a small number of files. *
240240
* `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads involving a mix of small
241241
* and large directories. * `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
242242
* number of files.
@@ -247,8 +247,8 @@ public java.lang.String getDirectoryStripeLevel() {
247247
}
248248

249249
/**
250-
* Optional. Stripe level for directories. Allowed values are: * `DIRECTORY_STRIPE_LEVEL_MIN`:
251-
* recommended when directories contain a small number of files. *
250+
* Optional. Immutable. Stripe level for directories. Allowed values are: *
251+
* `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a small number of files. *
252252
* `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads involving a mix of small
253253
* and large directories. * `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
254254
* number of files.
@@ -281,21 +281,21 @@ public Instance setEffectiveReservedIpRange(java.lang.String effectiveReservedIp
281281
}
282282

283283
/**
284-
* Optional. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`: offers the
285-
* best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances performance for
286-
* workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`: higher
287-
* throughput performance for larger files.
284+
* Optional. Immutable. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`:
285+
* offers the best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances
286+
* performance for workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`:
287+
* higher throughput performance for larger files.
288288
* @return value or {@code null} for none
289289
*/
290290
public java.lang.String getFileStripeLevel() {
291291
return fileStripeLevel;
292292
}
293293

294294
/**
295-
* Optional. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`: offers the
296-
* best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances performance for
297-
* workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`: higher
298-
* throughput performance for larger files.
295+
* Optional. Immutable. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`:
296+
* offers the best performance for small size files. * `FILE_STRIPE_LEVEL_BALANCED`: balances
297+
* performance for workloads involving a mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`:
298+
* higher throughput performance for larger files.
299299
* @param fileStripeLevel fileStripeLevel or {@code null} for none
300300
*/
301301
public Instance setFileStripeLevel(java.lang.String fileStripeLevel) {

clients/google-api-services-parallelstore/v1beta/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-parallelstore</artifactId>
11-
<version>v1beta-rev20250102-2.0.0</version>
12-
<name>Parallelstore API v1beta-rev20250102-2.0.0</name>
11+
<version>v1beta-rev20250205-2.0.0</version>
12+
<name>Parallelstore API v1beta-rev20250205-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-parallelstore/v1beta/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-parallelstore</artifactId>
25-
<version>v1beta-rev20250102-2.0.0</version>
25+
<version>v1beta-rev20250205-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-parallelstore:v1beta-rev20250102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1beta-rev20250205-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)