Interface WorkloadsConfig.WebServerResourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getCpu()
      Optional.
      float getMemoryGb()
      Optional.
      float getStorageGb()
      Optional.
      • 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

        float getCpu()
         Optional. CPU request and limit for Airflow web server.
         
        float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The cpu.
      • getMemoryGb

        float getMemoryGb()
         Optional. Memory (GB) request and limit for Airflow web server.
         
        float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The memoryGb.
      • getStorageGb

        float getStorageGb()
         Optional. Storage (GB) request and limit for Airflow web server.
         
        float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The storageGb.