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 Type
    Method
    Description
    boolean
    Attrs specifies exporter configuration
    Deprecated.
    int
    Attrs specifies exporter configuration
    Attrs specifies exporter configuration
    getAttrsOrDefault(String key, String defaultValue)
    Attrs specifies exporter configuration
    Attrs specifies exporter configuration
    Type identifies the exporter
    com.google.protobuf.ByteString
    Type identifies the exporter

    Methods 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

      String getType()
       Type identifies the exporter
       
      string Type = 1;
      Returns:
      The type.
    • 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

      boolean containsAttrs(String key)
       Attrs specifies exporter configuration
       
      map<string, string> Attrs = 2;
    • getAttrs

      Deprecated.
      Use getAttrsMap() instead.
    • getAttrsMap

      Map<String,String> getAttrsMap()
       Attrs specifies exporter configuration
       
      map<string, string> Attrs = 2;
    • getAttrsOrDefault

      String getAttrsOrDefault(String key, String defaultValue)
       Attrs specifies exporter configuration
       
      map<string, string> Attrs = 2;
    • getAttrsOrThrow

      String getAttrsOrThrow(String key)
       Attrs specifies exporter configuration
       
      map<string, string> Attrs = 2;