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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHtmlElementQueryStr()optional string HtmlElementQueryStr = 6;com.google.protobuf.ByteStringgetHtmlElementQueryStrBytes()optional string HtmlElementQueryStr = 6;intgetNetworkIdleDuration()int32 NetworkIdleDuration = 3;intgetNumAllowedInFlight()int32 NumAllowedInFlight = 4;intgetRenderDelayDuration()int32 RenderDelayDuration = 5;intgetTimeout()int32 Timeout = 2;intgetType()int32 Type = 1;booleanhasHtmlElementQueryStr()optional string HtmlElementQueryStr = 6;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getTypeint getType() int32 Type = 1;- Returns:
- The type.
 
 - 
getTimeoutint getTimeout() int32 Timeout = 2;- Returns:
- The timeout.
 
 - 
getNetworkIdleDurationint getNetworkIdleDuration() int32 NetworkIdleDuration = 3;- Returns:
- The networkIdleDuration.
 
 - 
getNumAllowedInFlightint getNumAllowedInFlight() int32 NumAllowedInFlight = 4;- Returns:
- The numAllowedInFlight.
 
 - 
getRenderDelayDurationint getRenderDelayDuration() int32 RenderDelayDuration = 5;- Returns:
- The renderDelayDuration.
 
 - 
hasHtmlElementQueryStrboolean hasHtmlElementQueryStr() optional string HtmlElementQueryStr = 6;- Returns:
- Whether the htmlElementQueryStr field is set.
 
 - 
getHtmlElementQueryStrString getHtmlElementQueryStr() optional string HtmlElementQueryStr = 6;- Returns:
- The htmlElementQueryStr.
 
 - 
getHtmlElementQueryStrBytescom.google.protobuf.ByteString getHtmlElementQueryStrBytes() optional string HtmlElementQueryStr = 6;- Returns:
- The bytes for htmlElementQueryStr.
 
 
- 
 
-