You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-parallelstore/v1/2.0.0/com/google/api/services/parallelstore/v1/model/Instance.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
51
51
@com.google.api.client.util.Key
52
52
privateStringcreateTime;
53
53
54
+
/**
55
+
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
56
+
* in the instance.
57
+
* The value may be {@code null}.
58
+
*/
59
+
@com.google.api.client.util.Key
60
+
privatejava.lang.StringdaosVersion;
61
+
54
62
/**
55
63
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
56
64
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
@@ -198,6 +206,25 @@ public Instance setCreateTime(String createTime) {
198
206
returnthis;
199
207
}
200
208
209
+
/**
210
+
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
211
+
* in the instance.
212
+
* @return value or {@code null} for none
213
+
*/
214
+
publicjava.lang.StringgetDaosVersion() {
215
+
returndaosVersion;
216
+
}
217
+
218
+
/**
219
+
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
220
+
* in the instance.
221
+
* @param daosVersion daosVersion or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-parallelstore/v1beta/2.0.0/com/google/api/services/parallelstore/v1beta/model/Instance.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
51
51
@com.google.api.client.util.Key
52
52
privateStringcreateTime;
53
53
54
+
/**
55
+
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
56
+
* in the instance.
57
+
* The value may be {@code null}.
58
+
*/
59
+
@com.google.api.client.util.Key
60
+
privatejava.lang.StringdaosVersion;
61
+
54
62
/**
55
63
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
56
64
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
@@ -198,6 +206,25 @@ public Instance setCreateTime(String createTime) {
198
206
returnthis;
199
207
}
200
208
209
+
/**
210
+
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
211
+
* in the instance.
212
+
* @return value or {@code null} for none
213
+
*/
214
+
publicjava.lang.StringgetDaosVersion() {
215
+
returndaosVersion;
216
+
}
217
+
218
+
/**
219
+
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
220
+
* in the instance.
221
+
* @param daosVersion daosVersion or {@code null} for none
0 commit comments