Skip to content

Commit f4b7289

Browse files
1 parent b4369b3 commit f4b7289

File tree

8 files changed

+36
-36
lines changed

8 files changed

+36
-36
lines changed

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

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/PerformanceConfig.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ public final class PerformanceConfig extends com.google.api.client.json.GenericJ
4545
private FixedIOPS fixedIops;
4646

4747
/**
48-
* Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be
48+
* Provision IOPS dynamically based on the capacity of the instance. Provisioned IOPS will be
4949
* calculated by multiplying the capacity of the instance in TiB by the `iops_per_tb` value. For
50-
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned read IOPS
51-
* will be 34000. If the calculated value is outside the supported range for the instance's
52-
* capacity during instance creation, instance creation will fail with an `InvalidArgument` error.
50+
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned IOPS will be
51+
* 34000. If the calculated value is outside the supported range for the instance's capacity
52+
* during instance creation, instance creation will fail with an `InvalidArgument` error.
5353
* Similarly, if an instance capacity update would result in a value outside the supported range,
5454
* the update will fail with an `InvalidArgument` error.
5555
* The value may be {@code null}.
@@ -83,11 +83,11 @@ public PerformanceConfig setFixedIops(FixedIOPS fixedIops) {
8383
}
8484

8585
/**
86-
* Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be
86+
* Provision IOPS dynamically based on the capacity of the instance. Provisioned IOPS will be
8787
* calculated by multiplying the capacity of the instance in TiB by the `iops_per_tb` value. For
88-
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned read IOPS
89-
* will be 34000. If the calculated value is outside the supported range for the instance's
90-
* capacity during instance creation, instance creation will fail with an `InvalidArgument` error.
88+
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned IOPS will be
89+
* 34000. If the calculated value is outside the supported range for the instance's capacity
90+
* during instance creation, instance creation will fail with an `InvalidArgument` error.
9191
* Similarly, if an instance capacity update would result in a value outside the supported range,
9292
* the update will fail with an `InvalidArgument` error.
9393
* @return value or {@code null} for none
@@ -97,11 +97,11 @@ public IOPSPerTB getIopsPerTb() {
9797
}
9898

9999
/**
100-
* Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be
100+
* Provision IOPS dynamically based on the capacity of the instance. Provisioned IOPS will be
101101
* calculated by multiplying the capacity of the instance in TiB by the `iops_per_tb` value. For
102-
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned read IOPS
103-
* will be 34000. If the calculated value is outside the supported range for the instance's
104-
* capacity during instance creation, instance creation will fail with an `InvalidArgument` error.
102+
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned IOPS will be
103+
* 34000. If the calculated value is outside the supported range for the instance's capacity
104+
* during instance creation, instance creation will fail with an `InvalidArgument` error.
105105
* Similarly, if an instance capacity update would result in a value outside the supported range,
106106
* the update will fail with an `InvalidArgument` error.
107107
* @param iopsPerTb iopsPerTb or {@code null} for none

clients/google-api-services-file/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-file</artifactId>
11-
<version>v1-rev20250106-2.0.0</version>
12-
<name>Cloud Filestore API v1-rev20250106-2.0.0</name>
11+
<version>v1-rev20250129-2.0.0</version>
12+
<name>Cloud Filestore API v1-rev20250129-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-file/v1beta1/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-file</artifactId>
25-
<version>v1beta1-rev20250106-2.0.0</version>
25+
<version>v1beta1-rev20250129-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-file:v1beta1-rev20250106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1beta1-rev20250129-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/model/PerformanceConfig.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ public final class PerformanceConfig extends com.google.api.client.json.GenericJ
4545
private FixedIOPS fixedIops;
4646

4747
/**
48-
* Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be
48+
* Provision IOPS dynamically based on the capacity of the instance. Provisioned IOPS will be
4949
* calculated by multiplying the capacity of the instance in TiB by the `iops_per_tb` value. For
50-
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned read IOPS
51-
* will be 34000. If the calculated value is outside the supported range for the instance's
52-
* capacity during instance creation, instance creation will fail with an `InvalidArgument` error.
50+
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned IOPS will be
51+
* 34000. If the calculated value is outside the supported range for the instance's capacity
52+
* during instance creation, instance creation will fail with an `InvalidArgument` error.
5353
* Similarly, if an instance capacity update would result in a value outside the supported range,
5454
* the update will fail with an `InvalidArgument` error.
5555
* The value may be {@code null}.
@@ -83,11 +83,11 @@ public PerformanceConfig setFixedIops(FixedIOPS fixedIops) {
8383
}
8484

8585
/**
86-
* Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be
86+
* Provision IOPS dynamically based on the capacity of the instance. Provisioned IOPS will be
8787
* calculated by multiplying the capacity of the instance in TiB by the `iops_per_tb` value. For
88-
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned read IOPS
89-
* will be 34000. If the calculated value is outside the supported range for the instance's
90-
* capacity during instance creation, instance creation will fail with an `InvalidArgument` error.
88+
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned IOPS will be
89+
* 34000. If the calculated value is outside the supported range for the instance's capacity
90+
* during instance creation, instance creation will fail with an `InvalidArgument` error.
9191
* Similarly, if an instance capacity update would result in a value outside the supported range,
9292
* the update will fail with an `InvalidArgument` error.
9393
* @return value or {@code null} for none
@@ -97,11 +97,11 @@ public IOPSPerTB getIopsPerTb() {
9797
}
9898

9999
/**
100-
* Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be
100+
* Provision IOPS dynamically based on the capacity of the instance. Provisioned IOPS will be
101101
* calculated by multiplying the capacity of the instance in TiB by the `iops_per_tb` value. For
102-
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned read IOPS
103-
* will be 34000. If the calculated value is outside the supported range for the instance's
104-
* capacity during instance creation, instance creation will fail with an `InvalidArgument` error.
102+
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned IOPS will be
103+
* 34000. If the calculated value is outside the supported range for the instance's capacity
104+
* during instance creation, instance creation will fail with an `InvalidArgument` error.
105105
* Similarly, if an instance capacity update would result in a value outside the supported range,
106106
* the update will fail with an `InvalidArgument` error.
107107
* @param iopsPerTb iopsPerTb or {@code null} for none

clients/google-api-services-file/v1beta1/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-file</artifactId>
11-
<version>v1beta1-rev20250106-2.0.0</version>
12-
<name>Cloud Filestore API v1beta1-rev20250106-2.0.0</name>
11+
<version>v1beta1-rev20250129-2.0.0</version>
12+
<name>Cloud Filestore API v1beta1-rev20250129-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-file/v1beta1/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-file</artifactId>
25-
<version>v1beta1-rev20250106-2.0.0</version>
25+
<version>v1beta1-rev20250129-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-file:v1beta1-rev20250106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1beta1-rev20250129-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)