public static interface TemplateOuterClass.TemplateOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ByteString |
getData()
Data is the template as byte data.
|
String |
getName()
Name is the path-like name of the template.
|
ByteString |
getNameBytes()
Name is the path-like name of the template.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getNameBytes()
Name is the path-like name of the template.
string name = 1;
ByteString getData()
Data is the template as byte data.
bytes data = 2;
Copyright © 2017–2018, microBean. All rights reserved.