Interface ChromeHtmlHeaderFooterPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- ChromeHtmlHeaderFooterP,- ChromeHtmlHeaderFooterP.Builder
 
 public interface ChromeHtmlHeaderFooterPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()optional string base_url = 1;com.google.protobuf.ByteStringgetBaseUrlBytes()optional string base_url = 1;StringgetDividerLineColor()optional string divider_line_color = 4;com.google.protobuf.ByteStringgetDividerLineColorBytes()optional string divider_line_color = 4;booleangetDrawDividerLine()optional bool draw_divider_line = 3;StringgetHtmlFragment()optional string html_fragment = 5;com.google.protobuf.ByteStringgetHtmlFragmentBytes()optional string html_fragment = 5;booleangetLoadStylesAndCSSFromMainHtmlDocument()optional bool loadStylesAndCSSFromMainHtmlDocument = 6;intgetMaxHeight()optional int32 max_height = 2;booleanhasBaseUrl()optional string base_url = 1;booleanhasDividerLineColor()optional string divider_line_color = 4;booleanhasDrawDividerLine()optional bool draw_divider_line = 3;booleanhasHtmlFragment()optional string html_fragment = 5;booleanhasLoadStylesAndCSSFromMainHtmlDocument()optional bool loadStylesAndCSSFromMainHtmlDocument = 6;booleanhasMaxHeight()optional int32 max_height = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasBaseUrlboolean hasBaseUrl() optional string base_url = 1;- Returns:
- Whether the baseUrl field is set.
 
 - 
getBaseUrlString getBaseUrl() optional string base_url = 1;- Returns:
- The baseUrl.
 
 - 
getBaseUrlBytescom.google.protobuf.ByteString getBaseUrlBytes() optional string base_url = 1;- Returns:
- The bytes for baseUrl.
 
 - 
hasMaxHeightboolean hasMaxHeight() optional int32 max_height = 2;- Returns:
- Whether the maxHeight field is set.
 
 - 
getMaxHeightint getMaxHeight() optional int32 max_height = 2;- Returns:
- The maxHeight.
 
 - 
hasDrawDividerLineboolean hasDrawDividerLine() optional bool draw_divider_line = 3;- Returns:
- Whether the drawDividerLine field is set.
 
 - 
getDrawDividerLineboolean getDrawDividerLine() optional bool draw_divider_line = 3;- Returns:
- The drawDividerLine.
 
 - 
hasDividerLineColorboolean hasDividerLineColor() optional string divider_line_color = 4;- Returns:
- Whether the dividerLineColor field is set.
 
 - 
getDividerLineColorString getDividerLineColor() optional string divider_line_color = 4;- Returns:
- The dividerLineColor.
 
 - 
getDividerLineColorBytescom.google.protobuf.ByteString getDividerLineColorBytes() optional string divider_line_color = 4;- Returns:
- The bytes for dividerLineColor.
 
 - 
hasHtmlFragmentboolean hasHtmlFragment() optional string html_fragment = 5;- Returns:
- Whether the htmlFragment field is set.
 
 - 
getHtmlFragmentString getHtmlFragment() optional string html_fragment = 5;- Returns:
- The htmlFragment.
 
 - 
getHtmlFragmentBytescom.google.protobuf.ByteString getHtmlFragmentBytes() optional string html_fragment = 5;- Returns:
- The bytes for htmlFragment.
 
 - 
hasLoadStylesAndCSSFromMainHtmlDocumentboolean hasLoadStylesAndCSSFromMainHtmlDocument() optional bool loadStylesAndCSSFromMainHtmlDocument = 6;- Returns:
- Whether the loadStylesAndCSSFromMainHtmlDocument field is set.
 
 - 
getLoadStylesAndCSSFromMainHtmlDocumentboolean getLoadStylesAndCSSFromMainHtmlDocument() optional bool loadStylesAndCSSFromMainHtmlDocument = 6;- Returns:
- The loadStylesAndCSSFromMainHtmlDocument.
 
 
- 
 
-