Interface DailyResourceUsageAggregation.DiskOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DailyResourceUsageAggregation.Disk
,DailyResourceUsageAggregation.Disk.Builder
- Enclosing class:
- DailyResourceUsageAggregation
public static interface DailyResourceUsageAggregation.DiskOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DailyResourceUsageAggregation.Stats
getIops()
Disk I/O operations per second.DailyResourceUsageAggregation.StatsOrBuilder
getIopsOrBuilder()
Disk I/O operations per second.boolean
hasIops()
Disk I/O operations per second.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIops
boolean hasIops()
Disk I/O operations per second.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Stats iops = 1;
- Returns:
- Whether the iops field is set.
-
getIops
DailyResourceUsageAggregation.Stats getIops()
Disk I/O operations per second.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Stats iops = 1;
- Returns:
- The iops.
-
getIopsOrBuilder
DailyResourceUsageAggregation.StatsOrBuilder getIopsOrBuilder()
Disk I/O operations per second.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Stats iops = 1;
-
-