public interface EndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHost()
string host = 1 [json_name = "host"]; |
com.google.protobuf.ByteString |
getHostBytes()
string host = 1 [json_name = "host"]; |
int |
getPort()
uint32 port = 2 [json_name = "port"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getHost()
string host = 1 [json_name = "host"];
com.google.protobuf.ByteString getHostBytes()
string host = 1 [json_name = "host"];
int getPort()
uint32 port = 2 [json_name = "port"];
Copyright © 2022. All rights reserved.