Package org.apache.dubbo.metadata
Interface ServiceInfoV2OrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceInfoV2,ServiceInfoV2.Builder
public interface ServiceInfoV2OrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsParams(String key) map<string, string> params = 7;getGroup()string group = 2;com.google.protobuf.ByteStringstring group = 2;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;Deprecated.intmap<string, string> params = 7;map<string, string> params = 7;getParamsOrDefault(String key, String defaultValue) map<string, string> params = 7;getParamsOrThrow(String key) map<string, string> params = 7;getPath()string path = 6;com.google.protobuf.ByteStringstring path = 6;intgetPort()int32 port = 5;string protocol = 4;com.google.protobuf.ByteStringstring protocol = 4;string version = 3;com.google.protobuf.ByteStringstring version = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getGroup
String getGroup()string group = 2;- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()string group = 2;- Returns:
- The bytes for group.
-
getVersion
String getVersion()string version = 3;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 3;- Returns:
- The bytes for version.
-
getProtocol
String getProtocol()string protocol = 4;- Returns:
- The protocol.
-
getProtocolBytes
com.google.protobuf.ByteString getProtocolBytes()string protocol = 4;- Returns:
- The bytes for protocol.
-
getPort
int getPort()int32 port = 5;- Returns:
- The port.
-
getPath
String getPath()string path = 6;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()string path = 6;- Returns:
- The bytes for path.
-
getParamsCount
int getParamsCount()map<string, string> params = 7; -
containsParams
map<string, string> params = 7; -
getParams
Deprecated.UsegetParamsMap()instead. -
getParamsMap
map<string, string> params = 7; -
getParamsOrDefault
map<string, string> params = 7; -
getParamsOrThrow
map<string, string> params = 7;
-