Interface RenderOptionWaitForPOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RenderOptionWaitForP, RenderOptionWaitForP.Builder

    public interface RenderOptionWaitForPOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHtmlElementQueryStr()
      optional string HtmlElementQueryStr = 6;
      com.google.protobuf.ByteString getHtmlElementQueryStrBytes()
      optional string HtmlElementQueryStr = 6;
      int getNetworkIdleDuration()
      int32 NetworkIdleDuration = 3;
      int getNumAllowedInFlight()
      int32 NumAllowedInFlight = 4;
      int getRenderDelayDuration()
      int32 RenderDelayDuration = 5;
      int getTimeout()
      int32 Timeout = 2;
      int getType()
      int32 Type = 1;
      boolean hasHtmlElementQueryStr()
      optional string HtmlElementQueryStr = 6;
      • 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

      • getType

        int getType()
        int32 Type = 1;
        Returns:
        The type.
      • getTimeout

        int getTimeout()
        int32 Timeout = 2;
        Returns:
        The timeout.
      • getNetworkIdleDuration

        int getNetworkIdleDuration()
        int32 NetworkIdleDuration = 3;
        Returns:
        The networkIdleDuration.
      • getNumAllowedInFlight

        int getNumAllowedInFlight()
        int32 NumAllowedInFlight = 4;
        Returns:
        The numAllowedInFlight.
      • getRenderDelayDuration

        int getRenderDelayDuration()
        int32 RenderDelayDuration = 5;
        Returns:
        The renderDelayDuration.
      • hasHtmlElementQueryStr

        boolean hasHtmlElementQueryStr()
        optional string HtmlElementQueryStr = 6;
        Returns:
        Whether the htmlElementQueryStr field is set.
      • getHtmlElementQueryStr

        String getHtmlElementQueryStr()
        optional string HtmlElementQueryStr = 6;
        Returns:
        The htmlElementQueryStr.
      • getHtmlElementQueryStrBytes

        com.google.protobuf.ByteString getHtmlElementQueryStrBytes()
        optional string HtmlElementQueryStr = 6;
        Returns:
        The bytes for htmlElementQueryStr.