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-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/CloudExadataInfrastructureProperties.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c
61
61
privatejava.lang.IntegercomputeCount;
62
62
63
63
/**
64
-
* Optional. The number of enabled CPU cores.
64
+
* Output only. The number of enabled CPU cores.
65
65
* The value may be {@code null}.
66
66
*/
67
67
@com.google.api.client.util.Key
@@ -82,7 +82,7 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c
82
82
privatejava.lang.DoubledataStorageSizeTb;
83
83
84
84
/**
85
-
* Optional. The local node storage allocated in GBs.
85
+
* Output only. The local node storage allocated in GBs.
86
86
* The value may be {@code null}.
87
87
*/
88
88
@com.google.api.client.util.Key
@@ -131,7 +131,7 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c
131
131
privatejava.lang.IntegermaxMemoryGb;
132
132
133
133
/**
134
-
* Optional. The memory allocated in GBs.
134
+
* Output only. The memory allocated in GBs.
135
135
* The value may be {@code null}.
136
136
*/
137
137
@com.google.api.client.util.Key
@@ -299,15 +299,15 @@ public CloudExadataInfrastructureProperties setComputeCount(java.lang.Integer co
299
299
}
300
300
301
301
/**
302
-
* Optional. The number of enabled CPU cores.
302
+
* Output only. The number of enabled CPU cores.
303
303
* @return value or {@code null} for none
304
304
*/
305
305
publicjava.lang.IntegergetCpuCount() {
306
306
returncpuCount;
307
307
}
308
308
309
309
/**
310
-
* Optional. The number of enabled CPU cores.
310
+
* Output only. The number of enabled CPU cores.
311
311
* @param cpuCount cpuCount or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/TimeOfDay.java
0 commit comments