Interface StaticConfigResourceDetectorConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StaticConfigResourceDetectorConfig, StaticConfigResourceDetectorConfig.Builder

public interface StaticConfigResourceDetectorConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Custom Resource attributes to be included.
    Deprecated.
    int
    Custom Resource attributes to be included.
    Custom Resource attributes to be included.
    getAttributesOrDefault(String key, String defaultValue)
    Custom Resource attributes to be included.
    Custom Resource attributes to be included.

    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

    • getAttributesCount

      int getAttributesCount()
       Custom Resource attributes to be included.
       
      map<string, string> attributes = 1;
    • containsAttributes

      boolean containsAttributes(String key)
       Custom Resource attributes to be included.
       
      map<string, string> attributes = 1;
    • getAttributes

      @Deprecated Map<String,String> getAttributes()
      Deprecated.
      Use getAttributesMap() instead.
    • getAttributesMap

      Map<String,String> getAttributesMap()
       Custom Resource attributes to be included.
       
      map<string, string> attributes = 1;
    • getAttributesOrDefault

      String getAttributesOrDefault(String key, String defaultValue)
       Custom Resource attributes to be included.
       
      map<string, string> attributes = 1;
    • getAttributesOrThrow

      String getAttributesOrThrow(String key)
       Custom Resource attributes to be included.
       
      map<string, string> attributes = 1;