public interface LoggableElementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
The id that will be logged.
|
String |
getName()
The name specified by users in the soy file.
|
com.google.protobuf.ByteString |
getNameBytes()
The name specified by users in the soy file.
|
String |
getProtoType()
The fully qualified name of the protocol buffer that
will be used to specify metadata for the element.
|
com.google.protobuf.ByteString |
getProtoTypeBytes()
The fully qualified name of the protocol buffer that
will be used to specify metadata for the element.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name specified by users in the soy file. This should be a valid soy identifier (it should match: '[a-zA-Z_][a-zA-Z_0-9]*([.][a-zA-Z_][a-zA-Z_0-9]*)*' ) Must be unique.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name specified by users in the soy file. This should be a valid soy identifier (it should match: '[a-zA-Z_][a-zA-Z_0-9]*([.][a-zA-Z_][a-zA-Z_0-9]*)*' ) Must be unique.
string name = 1;long getId()
The id that will be logged. Must be unique.
int64 id = 2 [jstype = JS_STRING];String getProtoType()
The fully qualified name of the protocol buffer that will be used to specify metadata for the element. Allowed to be the empty string if there is no such proto.
string proto_type = 3;com.google.protobuf.ByteString getProtoTypeBytes()
The fully qualified name of the protocol buffer that will be used to specify metadata for the element. Allowed to be the empty string if there is no such proto.
string proto_type = 3;