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 TypeMethodDescriptionbooleancontainsAttributes(String key) Custom Resource attributes to be included.Deprecated.intCustom 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
isInitializedMethods 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
Custom Resource attributes to be included.
map<string, string> attributes = 1; -
getAttributes
Deprecated.UsegetAttributesMap()instead. -
getAttributesMap
Custom Resource attributes to be included.
map<string, string> attributes = 1; -
getAttributesOrDefault
Custom Resource attributes to be included.
map<string, string> attributes = 1; -
getAttributesOrThrow
Custom Resource attributes to be included.
map<string, string> attributes = 1;
-