public interface MixinOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The fully qualified name of the API which is included.
|
ByteString |
getNameBytes()
The fully qualified name of the API which is included.
|
String |
getRoot()
If non-empty specifies a path under which inherited HTTP paths
are rooted.
|
ByteString |
getRootBytes()
If non-empty specifies a path under which inherited HTTP paths
are rooted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
The fully qualified name of the API which is included.
string name = 1;ByteString getNameBytes()
The fully qualified name of the API which is included.
string name = 1;String getRoot()
If non-empty specifies a path under which inherited HTTP paths are rooted.
string root = 2;ByteString getRootBytes()
If non-empty specifies a path under which inherited HTTP paths are rooted.
string root = 2;Copyright © 2008–2017 Google. All rights reserved.