public static interface Protos.CheckInfo.HttpOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
HTTP request path.
|
com.google.protobuf.ByteString |
getPathBytes()
HTTP request path.
|
int |
getPort()
Port to send the HTTP request.
|
boolean |
hasPath()
HTTP request path.
|
boolean |
hasPort()
Port to send the HTTP request.
|
boolean hasPort()
Port to send the HTTP request.
required uint32 port = 1;
int getPort()
Port to send the HTTP request.
required uint32 port = 1;
boolean hasPath()
HTTP request path.
optional string path = 2;
java.lang.String getPath()
HTTP request path.
optional string path = 2;
com.google.protobuf.ByteString getPathBytes()
HTTP request path.
optional string path = 2;