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
"diskSpaceUsage": { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
215
+
"capacityBytes": "A String", # Output only. The total capacity value, in bytes.
216
+
"usedBytes": "A String", # Output only. The current usage value, in bytes.
217
+
},
214
218
"diskVolumeReports": [ # Reports of disk space and other info about mounted/connected volumes.
215
219
{
216
220
"volumeInfo": [ # Disk volumes
@@ -405,6 +409,10 @@ <h3>Method Details</h3>
405
409
],
406
410
"deviceId": "A String", # The unique ID of the Chrome device.
"diskSpaceUsage": { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
413
+
"capacityBytes": "A String", # Output only. The total capacity value, in bytes.
414
+
"usedBytes": "A String", # Output only. The current usage value, in bytes.
415
+
},
408
416
"diskVolumeReports": [ # Reports of disk space and other info about mounted/connected volumes.
409
417
{
410
418
"volumeInfo": [ # Disk volumes
@@ -614,6 +622,10 @@ <h3>Method Details</h3>
614
622
],
615
623
"deviceId": "A String", # The unique ID of the Chrome device.
"diskSpaceUsage": { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
626
+
"capacityBytes": "A String", # Output only. The total capacity value, in bytes.
627
+
"usedBytes": "A String", # Output only. The current usage value, in bytes.
628
+
},
617
629
"diskVolumeReports": [ # Reports of disk space and other info about mounted/connected volumes.
618
630
{
619
631
"volumeInfo": [ # Disk volumes
@@ -782,6 +794,10 @@ <h3>Method Details</h3>
782
794
],
783
795
"deviceId": "A String", # The unique ID of the Chrome device.
"diskSpaceUsage": { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
798
+
"capacityBytes": "A String", # Output only. The total capacity value, in bytes.
799
+
"usedBytes": "A String", # Output only. The current usage value, in bytes.
800
+
},
785
801
"diskVolumeReports": [ # Reports of disk space and other info about mounted/connected volumes.
786
802
{
787
803
"volumeInfo": [ # Disk volumes
@@ -949,6 +965,10 @@ <h3>Method Details</h3>
949
965
],
950
966
"deviceId": "A String", # The unique ID of the Chrome device.
"diskSpaceUsage": { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
969
+
"capacityBytes": "A String", # Output only. The total capacity value, in bytes.
970
+
"usedBytes": "A String", # Output only. The current usage value, in bytes.
971
+
},
952
972
"diskVolumeReports": [ # Reports of disk space and other info about mounted/connected volumes.
953
973
{
954
974
"volumeInfo": [ # Disk volumes
@@ -1117,6 +1137,10 @@ <h3>Method Details</h3>
1117
1137
],
1118
1138
"deviceId": "A String", # The unique ID of the Chrome device.
"diskSpaceUsage": { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
1141
+
"capacityBytes": "A String", # Output only. The total capacity value, in bytes.
1142
+
"usedBytes": "A String", # Output only. The current usage value, in bytes.
1143
+
},
1120
1144
"diskVolumeReports": [ # Reports of disk space and other info about mounted/connected volumes.
0 commit comments