public static interface Protos.CheckInfo.HttpOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPath()
optional string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 2; |
int |
getPort()
required uint32 port = 1; |
boolean |
hasPath()
optional string path = 2; |
boolean |
hasPort()
required uint32 port = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPort()
required uint32 port = 1;
Port to send the HTTP request.
int getPort()
required uint32 port = 1;
Port to send the HTTP request.
boolean hasPath()
optional string path = 2;
HTTP request path.
String getPath()
optional string path = 2;
HTTP request path.
com.google.protobuf.ByteString getPathBytes()
optional string path = 2;
HTTP request path.
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.