Skip to content

Commit 4e16f89

Browse files
1 parent a2721c7 commit 4e16f89

File tree

8 files changed

+60
-12
lines changed

8 files changed

+60
-12
lines changed

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

clients/google-api-services-netapp/v1/2.0.0/com/google/api/services/netapp/v1/model/MountOption.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class MountOption extends com.google.api.client.json.GenericJson {
5050
@com.google.api.client.util.Key
5151
private java.lang.String instructions;
5252

53+
/**
54+
* Output only. IP Address.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.String ipAddress;
59+
5360
/**
5461
* Protocol to mount with.
5562
* The value may be {@code null}.
@@ -108,6 +115,23 @@ public MountOption setInstructions(java.lang.String instructions) {
108115
return this;
109116
}
110117

118+
/**
119+
* Output only. IP Address.
120+
* @return value or {@code null} for none
121+
*/
122+
public java.lang.String getIpAddress() {
123+
return ipAddress;
124+
}
125+
126+
/**
127+
* Output only. IP Address.
128+
* @param ipAddress ipAddress or {@code null} for none
129+
*/
130+
public MountOption setIpAddress(java.lang.String ipAddress) {
131+
this.ipAddress = ipAddress;
132+
return this;
133+
}
134+
111135
/**
112136
* Protocol to mount with.
113137
* @return value or {@code null} for none

clients/google-api-services-netapp/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-netapp</artifactId>
11-
<version>v1-rev20241209-2.0.0</version>
12-
<name>NetApp API v1-rev20241209-2.0.0</name>
11+
<version>v1-rev20250116-2.0.0</version>
12+
<name>NetApp API v1-rev20250116-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-netapp/v1beta1/2.0.0/com/google/api/services/netapp/v1beta1/model/MountOption.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class MountOption extends com.google.api.client.json.GenericJson {
5050
@com.google.api.client.util.Key
5151
private java.lang.String instructions;
5252

53+
/**
54+
* Output only. IP Address.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.String ipAddress;
59+
5360
/**
5461
* Protocol to mount with.
5562
* The value may be {@code null}.
@@ -108,6 +115,23 @@ public MountOption setInstructions(java.lang.String instructions) {
108115
return this;
109116
}
110117

118+
/**
119+
* Output only. IP Address.
120+
* @return value or {@code null} for none
121+
*/
122+
public java.lang.String getIpAddress() {
123+
return ipAddress;
124+
}
125+
126+
/**
127+
* Output only. IP Address.
128+
* @param ipAddress ipAddress or {@code null} for none
129+
*/
130+
public MountOption setIpAddress(java.lang.String ipAddress) {
131+
this.ipAddress = ipAddress;
132+
return this;
133+
}
134+
111135
/**
112136
* Protocol to mount with.
113137
* @return value or {@code null} for none

clients/google-api-services-netapp/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-netapp</artifactId>
11-
<version>v1beta1-rev20241209-2.0.0</version>
12-
<name>NetApp API v1beta1-rev20241209-2.0.0</name>
11+
<version>v1beta1-rev20250116-2.0.0</version>
12+
<name>NetApp API v1beta1-rev20250116-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)