Interface RpcPluginIdentifierOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcPluginIdentifier,RpcPluginIdentifier.Builder
public interface RpcPluginIdentifierOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCategory()string category = 2;com.google.protobuf.ByteStringgetCategoryBytes()string category = 2;StringgetDomain()string domain = 1;com.google.protobuf.ByteStringgetDomainBytes()string domain = 1;StringgetName()string name = 3;com.google.protobuf.ByteStringgetNameBytes()string name = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDomain
String getDomain()
string domain = 1;- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
string domain = 1;- Returns:
- The bytes for domain.
-
getCategory
String getCategory()
string category = 2;- Returns:
- The category.
-
getCategoryBytes
com.google.protobuf.ByteString getCategoryBytes()
string category = 2;- Returns:
- The bytes for category.
-
getName
String getName()
string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 3;- Returns:
- The bytes for name.
-
-