Interface ControlOuterClass.ExporterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlOuterClass.Exporter
,ControlOuterClass.Exporter.Builder
- Enclosing class:
ControlOuterClass
public static interface ControlOuterClass.ExporterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsAttrs
(String key) Attrs specifies exporter configurationgetAttrs()
Deprecated.int
Attrs specifies exporter configurationAttrs specifies exporter configurationgetAttrsOrDefault
(String key, String defaultValue) Attrs specifies exporter configurationgetAttrsOrThrow
(String key) Attrs specifies exporter configurationgetType()
Type identifies the exportercom.google.protobuf.ByteString
Type identifies the exporterMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getType
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type identifies the exporter
string Type = 1;
- Returns:
- The bytes for type.
-
getAttrsCount
int getAttrsCount()Attrs specifies exporter configuration
map<string, string> Attrs = 2;
-
containsAttrs
Attrs specifies exporter configuration
map<string, string> Attrs = 2;
-
getAttrs
-
getAttrsMap
-
getAttrsOrDefault
-
getAttrsOrThrow
-