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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()The fully qualified name of the interface which is included.com.google.protobuf.ByteStringgetNameBytes()The fully qualified name of the interface which is included.java.lang.StringgetRoot()If non-empty specifies a path under which inherited HTTP paths are rooted.com.google.protobuf.ByteStringgetRootBytes()If non-empty specifies a path under which inherited HTTP paths are rooted.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.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
java.lang.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.
-
-