Interface MatchableResourceOuterClass.TaskResourceSpecOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCpu()
      string cpu = 1;
      com.google.protobuf.ByteString getCpuBytes()
      string cpu = 1;
      java.lang.String getGpu()
      string gpu = 2;
      com.google.protobuf.ByteString getGpuBytes()
      string gpu = 2;
      java.lang.String getMemory()
      string memory = 3;
      com.google.protobuf.ByteString getMemoryBytes()
      string memory = 3;
      java.lang.String getStorage()
      string storage = 4;
      com.google.protobuf.ByteString getStorageBytes()
      string storage = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.