Interface Function.ResourcesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Function.Resources,Function.Resources.Builder
- Enclosing class:
- Function
public static interface Function.ResourcesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCpu
double getCpu()double cpu = 1;- Returns:
- The cpu.
-
getRam
long getRam()int64 ram = 2;- Returns:
- The ram.
-
getDisk
long getDisk()int64 disk = 3;- Returns:
- The disk.
-