Package flyteidl.admin
Interface MatchableResourceOuterClass.TaskResourceSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchableResourceOuterClass.TaskResourceSpec,MatchableResourceOuterClass.TaskResourceSpec.Builder
- Enclosing class:
- MatchableResourceOuterClass
public static interface MatchableResourceOuterClass.TaskResourceSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCpu()string cpu = 1;com.google.protobuf.ByteStringgetCpuBytes()string cpu = 1;java.lang.StringgetGpu()string gpu = 2;com.google.protobuf.ByteStringgetGpuBytes()string gpu = 2;java.lang.StringgetMemory()string memory = 3;com.google.protobuf.ByteStringgetMemoryBytes()string memory = 3;java.lang.StringgetStorage()string storage = 4;com.google.protobuf.ByteStringgetStorageBytes()string storage = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCpu
java.lang.String getCpu()
string cpu = 1;- Returns:
- The cpu.
-
getCpuBytes
com.google.protobuf.ByteString getCpuBytes()
string cpu = 1;- Returns:
- The bytes for cpu.
-
getGpu
java.lang.String getGpu()
string gpu = 2;- Returns:
- The gpu.
-
getGpuBytes
com.google.protobuf.ByteString getGpuBytes()
string gpu = 2;- Returns:
- The bytes for gpu.
-
getMemory
java.lang.String getMemory()
string memory = 3;- Returns:
- The memory.
-
getMemoryBytes
com.google.protobuf.ByteString getMemoryBytes()
string memory = 3;- Returns:
- The bytes for memory.
-
getStorage
java.lang.String getStorage()
string storage = 4;- Returns:
- The storage.
-
getStorageBytes
com.google.protobuf.ByteString getStorageBytes()
string storage = 4;- Returns:
- The bytes for storage.
-
-