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 boolean
getEnableJavascript()
optional bool enable_javascript = 1;
String
getPassword()
optional string password = 2;
com.google.protobuf.ByteString
getPasswordBytes()
optional string password = 2;
String
getUsername()
optional string username = 3;
com.google.protobuf.ByteString
getUsernameBytes()
optional string username = 3;
int
getViewHeight()
optional int32 view_height = 4;
int
getViewWidth()
optional int32 view_width = 5;
boolean
hasEnableJavascript()
optional bool enable_javascript = 1;
boolean
hasPassword()
optional string password = 2;
boolean
hasUsername()
optional string username = 3;
boolean
hasViewHeight()
optional int32 view_height = 4;
boolean
hasViewWidth()
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.
-
-