public static interface CanalPacket.ClientAuthOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getClientId()
optional string client_id = 6; |
com.google.protobuf.ByteString |
getClientIdBytes()
optional string client_id = 6; |
java.lang.String |
getDestination()
optional string destination = 5; |
com.google.protobuf.ByteString |
getDestinationBytes()
optional string destination = 5; |
java.lang.String |
getFilter()
optional string filter = 7; |
com.google.protobuf.ByteString |
getFilterBytes()
optional string filter = 7; |
int |
getNetReadTimeout()
optional int32 net_read_timeout = 3 [default = 0];
in seconds
|
int |
getNetWriteTimeout()
optional int32 net_write_timeout = 4 [default = 0];
in seconds
|
com.google.protobuf.ByteString |
getPassword()
optional bytes password = 2;
hashed password with seeds from Handshake message
|
long |
getStartTimestamp()
optional int64 start_timestamp = 8; |
java.lang.String |
getUsername()
optional string username = 1; |
com.google.protobuf.ByteString |
getUsernameBytes()
optional string username = 1; |
boolean |
hasClientId()
optional string client_id = 6; |
boolean |
hasDestination()
optional string destination = 5; |
boolean |
hasFilter()
optional string filter = 7; |
boolean |
hasNetReadTimeout()
optional int32 net_read_timeout = 3 [default = 0];
in seconds
|
boolean |
hasNetWriteTimeout()
optional int32 net_write_timeout = 4 [default = 0];
in seconds
|
boolean |
hasPassword()
optional bytes password = 2;
hashed password with seeds from Handshake message
|
boolean |
hasStartTimestamp()
optional int64 start_timestamp = 8; |
boolean |
hasUsername()
optional string username = 1; |
boolean hasUsername()
optional string username = 1;java.lang.String getUsername()
optional string username = 1;com.google.protobuf.ByteString getUsernameBytes()
optional string username = 1;boolean hasPassword()
optional bytes password = 2;
hashed password with seeds from Handshake message
com.google.protobuf.ByteString getPassword()
optional bytes password = 2;
hashed password with seeds from Handshake message
boolean hasNetReadTimeout()
optional int32 net_read_timeout = 3 [default = 0];
in seconds
int getNetReadTimeout()
optional int32 net_read_timeout = 3 [default = 0];
in seconds
boolean hasNetWriteTimeout()
optional int32 net_write_timeout = 4 [default = 0];
in seconds
int getNetWriteTimeout()
optional int32 net_write_timeout = 4 [default = 0];
in seconds
boolean hasDestination()
optional string destination = 5;java.lang.String getDestination()
optional string destination = 5;com.google.protobuf.ByteString getDestinationBytes()
optional string destination = 5;boolean hasClientId()
optional string client_id = 6;java.lang.String getClientId()
optional string client_id = 6;com.google.protobuf.ByteString getClientIdBytes()
optional string client_id = 6;boolean hasFilter()
optional string filter = 7;java.lang.String getFilter()
optional string filter = 7;com.google.protobuf.ByteString getFilterBytes()
optional string filter = 7;boolean hasStartTimestamp()
optional int64 start_timestamp = 8;long getStartTimestamp()
optional int64 start_timestamp = 8;Copyright © 2018. All Rights Reserved.