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
Modifier and TypeMethodDescriptionstring category = 2;com.google.protobuf.ByteStringstring category = 2;string domain = 1;com.google.protobuf.ByteStringstring domain = 1;getName()string name = 3;com.google.protobuf.ByteStringstring name = 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
-
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.
-