Package com.google.protobuf
Interface MixinOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mixin,Mixin.Builder
public interface MixinOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()The fully qualified name of the interface which is included.com.google.protobuf.ByteStringThe fully qualified name of the interface which is included.getRoot()If non-empty specifies a path under which inherited HTTP paths are rooted.com.google.protobuf.ByteStringIf non-empty specifies a path under which inherited HTTP paths are rooted.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()The fully qualified name of the interface which is included.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The fully qualified name of the interface which is included.
string name = 1;- Returns:
- The bytes for name.
-
getRoot
String getRoot()If non-empty specifies a path under which inherited HTTP paths are rooted.
string root = 2;- Returns:
- The root.
-
getRootBytes
com.google.protobuf.ByteString getRootBytes()If non-empty specifies a path under which inherited HTTP paths are rooted.
string root = 2;- Returns:
- The bytes for root.
-