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