public interface LoggingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LoggableElement |
getElement(int index)
All the logging elements that are configured for the current compilation
unit.
|
int |
getElementCount()
All the logging elements that are configured for the current compilation
unit.
|
List<LoggableElement> |
getElementList()
All the logging elements that are configured for the current compilation
unit.
|
LoggableElementOrBuilder |
getElementOrBuilder(int index)
All the logging elements that are configured for the current compilation
unit.
|
List<? extends LoggableElementOrBuilder> |
getElementOrBuilderList()
All the logging elements that are configured for the current compilation
unit.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<LoggableElement> getElementList()
All the logging elements that are configured for the current compilation unit.
repeated .soy.LoggableElement element = 1;LoggableElement getElement(int index)
All the logging elements that are configured for the current compilation unit.
repeated .soy.LoggableElement element = 1;int getElementCount()
All the logging elements that are configured for the current compilation unit.
repeated .soy.LoggableElement element = 1;List<? extends LoggableElementOrBuilder> getElementOrBuilderList()
All the logging elements that are configured for the current compilation unit.
repeated .soy.LoggableElement element = 1;LoggableElementOrBuilder getElementOrBuilder(int index)
All the logging elements that are configured for the current compilation unit.
repeated .soy.LoggableElement element = 1;