public static interface LogCollectorConfigOuterClass.LogCollectorConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilenamePrefix()
The prefix to use for the filenames of the logs.
|
com.google.protobuf.ByteString |
getFilenamePrefixBytes()
The prefix to use for the filenames of the logs.
|
java.lang.String |
getType()
Identifies the type of the LogCollector we will use to collect these logs.
|
com.google.protobuf.ByteString |
getTypeBytes()
Identifies the type of the LogCollector we will use to collect these logs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getType()
Identifies the type of the LogCollector we will use to collect these logs.
string type = 1;com.google.protobuf.ByteString getTypeBytes()
Identifies the type of the LogCollector we will use to collect these logs.
string type = 1;java.lang.String getFilenamePrefix()
The prefix to use for the filenames of the logs.
string filename_prefix = 2;com.google.protobuf.ByteString getFilenamePrefixBytes()
The prefix to use for the filenames of the logs.
string filename_prefix = 2;