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 StringgetCpu()string cpu = 1;com.google.protobuf.ByteStringgetCpuBytes()string cpu = 1;StringgetEphemeralStorage()string ephemeral_storage = 5;com.google.protobuf.ByteStringgetEphemeralStorageBytes()string ephemeral_storage = 5;StringgetGpu()string gpu = 2;com.google.protobuf.ByteStringgetGpuBytes()string gpu = 2;StringgetMemory()string memory = 3;com.google.protobuf.ByteStringgetMemoryBytes()string memory = 3;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
String getCpu()
string cpu = 1;- Returns:
- The cpu.
-
getCpuBytes
com.google.protobuf.ByteString getCpuBytes()
string cpu = 1;- Returns:
- The bytes for cpu.
-
getGpu
String getGpu()
string gpu = 2;- Returns:
- The gpu.
-
getGpuBytes
com.google.protobuf.ByteString getGpuBytes()
string gpu = 2;- Returns:
- The bytes for gpu.
-
getMemory
String getMemory()
string memory = 3;- Returns:
- The memory.
-
getMemoryBytes
com.google.protobuf.ByteString getMemoryBytes()
string memory = 3;- Returns:
- The bytes for memory.
-
getStorage
String getStorage()
string storage = 4;- Returns:
- The storage.
-
getStorageBytes
com.google.protobuf.ByteString getStorageBytes()
string storage = 4;- Returns:
- The bytes for storage.
-
getEphemeralStorage
String getEphemeralStorage()
string ephemeral_storage = 5;- Returns:
- The ephemeralStorage.
-
getEphemeralStorageBytes
com.google.protobuf.ByteString getEphemeralStorageBytes()
string ephemeral_storage = 5;- Returns:
- The bytes for ephemeralStorage.
-
-