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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getCpu()
      double cpu = 1;
      long getDisk()
      int64 disk = 3;
      long getRam()
      int64 ram = 2;
      • 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

        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.