Interface ChromeCefBrowserSettingsPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 ChromeCefBrowserSettingsP,ChromeCefBrowserSettingsP.Builder
public interface ChromeCefBrowserSettingsPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetEnableJavascript()optional bool enable_javascript = 1;StringgetPassword()optional string password = 2;com.google.protobuf.ByteStringgetPasswordBytes()optional string password = 2;StringgetUsername()optional string username = 3;com.google.protobuf.ByteStringgetUsernameBytes()optional string username = 3;intgetViewHeight()optional int32 view_height = 4;intgetViewWidth()optional int32 view_width = 5;booleanhasEnableJavascript()optional bool enable_javascript = 1;booleanhasPassword()optional string password = 2;booleanhasUsername()optional string username = 3;booleanhasViewHeight()optional int32 view_height = 4;booleanhasViewWidth()optional int32 view_width = 5;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasEnableJavascript
boolean hasEnableJavascript()
optional bool enable_javascript = 1;- Returns:
 - Whether the enableJavascript field is set.
 
 
- 
getEnableJavascript
boolean getEnableJavascript()
optional bool enable_javascript = 1;- Returns:
 - The enableJavascript.
 
 
- 
hasPassword
boolean hasPassword()
optional string password = 2;- Returns:
 - Whether the password field is set.
 
 
- 
getPassword
String getPassword()
optional string password = 2;- Returns:
 - The password.
 
 
- 
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()
optional string password = 2;- Returns:
 - The bytes for password.
 
 
- 
hasUsername
boolean hasUsername()
optional string username = 3;- Returns:
 - Whether the username field is set.
 
 
- 
getUsername
String getUsername()
optional string username = 3;- Returns:
 - The username.
 
 
- 
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
optional string username = 3;- Returns:
 - The bytes for username.
 
 
- 
hasViewHeight
boolean hasViewHeight()
optional int32 view_height = 4;- Returns:
 - Whether the viewHeight field is set.
 
 
- 
getViewHeight
int getViewHeight()
optional int32 view_height = 4;- Returns:
 - The viewHeight.
 
 
- 
hasViewWidth
boolean hasViewWidth()
optional int32 view_width = 5;- Returns:
 - Whether the viewWidth field is set.
 
 
- 
getViewWidth
int getViewWidth()
optional int32 view_width = 5;- Returns:
 - The viewWidth.
 
 
 - 
 
 -