KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.clear() |
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.clearButtonProtection()
optional bool button_protection = 2;
|
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.clearMessage()
optional string message = 1;
|
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.clearPassphraseProtection()
optional bool passphrase_protection = 4;
|
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.clearPinProtection()
optional bool pin_protection = 3;
|
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.clone() |
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.mergeFrom(KeepKeyMessage.Ping other) |
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.mergeFrom(com.google.protobuf.Message other) |
static KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.newBuilder() |
static KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.newBuilder(KeepKeyMessage.Ping prototype) |
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.newBuilderForType() |
protected KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.setButtonProtection(boolean value)
optional bool button_protection = 2;
|
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.setMessage(String value)
optional string message = 1;
|
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.setMessageBytes(com.google.protobuf.ByteString value)
optional string message = 1;
|
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.setPassphraseProtection(boolean value)
optional bool passphrase_protection = 4;
|
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.Builder.setPinProtection(boolean value)
optional bool pin_protection = 3;
|
KeepKeyMessage.Ping.Builder |
KeepKeyMessage.Ping.toBuilder() |