File tree Expand file tree Collapse file tree 8 files changed +60
-12
lines changed
clients/google-api-services-netapp
com/google/api/services/netapp/v1beta1/model
com/google/api/services/netapp/v1/model Expand file tree Collapse file tree 8 files changed +60
-12
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-netapp</artifactId >
25
- <version >v1-rev20241209 -2.0.0</version >
25
+ <version >v1-rev20250116 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ public final class MountOption extends com.google.api.client.json.GenericJson {
50
50
@ com .google .api .client .util .Key
51
51
private java .lang .String instructions ;
52
52
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
+
53
60
/**
54
61
* Protocol to mount with.
55
62
* The value may be {@code null}.
@@ -108,6 +115,23 @@ public MountOption setInstructions(java.lang.String instructions) {
108
115
return this ;
109
116
}
110
117
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
+
111
135
/**
112
136
* Protocol to mount with.
113
137
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-netapp</artifactId >
25
- <version >v1-rev20241209 -2.0.0</version >
25
+ <version >v1-rev20250116 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-netapp</artifactId >
25
- <version >v1beta1-rev20241209 -2.0.0</version >
25
+ <version >v1beta1-rev20250116 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ public final class MountOption extends com.google.api.client.json.GenericJson {
50
50
@ com .google .api .client .util .Key
51
51
private java .lang .String instructions ;
52
52
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
+
53
60
/**
54
61
* Protocol to mount with.
55
62
* The value may be {@code null}.
@@ -108,6 +115,23 @@ public MountOption setInstructions(java.lang.String instructions) {
108
115
return this ;
109
116
}
110
117
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
+
111
135
/**
112
136
* Protocol to mount with.
113
137
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-netapp</artifactId >
25
- <version >v1beta1-rev20241209 -2.0.0</version >
25
+ <version >v1beta1-rev20250116 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments