Skip to content

Commit 8f5570c

Browse files
1 parent bde34a4 commit 8f5570c

File tree

16 files changed

+12
-962
lines changed

16 files changed

+12
-962
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-rev20240619-2.0.0</version>
25+
<version>v1-rev20240716-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-rev20240619-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1-rev20240716-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,6 @@ public final class FileShareConfig extends com.google.api.client.json.GenericJso
5252
@com.google.api.client.util.Key
5353
private java.util.List<NfsExportOptions> nfsExportOptions;
5454

55-
/**
56-
* Optional. Used to configure performance.
57-
* The value may be {@code null}.
58-
*/
59-
@com.google.api.client.util.Key
60-
private PerformanceConfig performanceConfig;
61-
62-
/**
63-
* Output only. Used for getting performance limits.
64-
* The value may be {@code null}.
65-
*/
66-
@com.google.api.client.util.Key
67-
private PerformanceLimits performanceLimits;
68-
6955
/**
7056
* The resource name of the backup, in the format
7157
* `projects/{project_number}/locations/{location_id}/backups/{backup_id}`, that this file share
@@ -130,40 +116,6 @@ public FileShareConfig setNfsExportOptions(java.util.List<NfsExportOptions> nfsE
130116
return this;
131117
}
132118

133-
/**
134-
* Optional. Used to configure performance.
135-
* @return value or {@code null} for none
136-
*/
137-
public PerformanceConfig getPerformanceConfig() {
138-
return performanceConfig;
139-
}
140-
141-
/**
142-
* Optional. Used to configure performance.
143-
* @param performanceConfig performanceConfig or {@code null} for none
144-
*/
145-
public FileShareConfig setPerformanceConfig(PerformanceConfig performanceConfig) {
146-
this.performanceConfig = performanceConfig;
147-
return this;
148-
}
149-
150-
/**
151-
* Output only. Used for getting performance limits.
152-
* @return value or {@code null} for none
153-
*/
154-
public PerformanceLimits getPerformanceLimits() {
155-
return performanceLimits;
156-
}
157-
158-
/**
159-
* Output only. Used for getting performance limits.
160-
* @param performanceLimits performanceLimits or {@code null} for none
161-
*/
162-
public FileShareConfig setPerformanceLimits(PerformanceLimits performanceLimits) {
163-
this.performanceLimits = performanceLimits;
164-
return this;
165-
}
166-
167119
/**
168120
* The resource name of the backup, in the format
169121
* `projects/{project_number}/locations/{location_id}/backups/{backup_id}`, that this file share

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

Lines changed: 0 additions & 66 deletions
This file was deleted.

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

Lines changed: 0 additions & 66 deletions
This file was deleted.

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

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)