Interface PolicyOuterClass.SourceAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsAttributes​(java.lang.String key)
      map<string, .google.protobuf.Value> attributes = 1;
      java.util.Map<java.lang.String,​com.google.protobuf.Value> getAttributes()
      Deprecated.
      int getAttributesCount()
      map<string, .google.protobuf.Value> attributes = 1;
      java.util.Map<java.lang.String,​com.google.protobuf.Value> getAttributesMap()
      map<string, .google.protobuf.Value> attributes = 1;
      com.google.protobuf.Value getAttributesOrDefault​(java.lang.String key, com.google.protobuf.Value defaultValue)
      map<string, .google.protobuf.Value> attributes = 1;
      com.google.protobuf.Value getAttributesOrThrow​(java.lang.String key)
      map<string, .google.protobuf.Value> attributes = 1;
      • 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 Detail

      • getAttributesCount

        int getAttributesCount()
        map<string, .google.protobuf.Value> attributes = 1;
      • containsAttributes

        boolean containsAttributes​(java.lang.String key)
        map<string, .google.protobuf.Value> attributes = 1;
      • getAttributes

        @Deprecated
        java.util.Map<java.lang.String,​com.google.protobuf.Value> getAttributes()
        Deprecated.
        Use getAttributesMap() instead.
      • getAttributesMap

        java.util.Map<java.lang.String,​com.google.protobuf.Value> getAttributesMap()
        map<string, .google.protobuf.Value> attributes = 1;
      • getAttributesOrDefault

        com.google.protobuf.Value getAttributesOrDefault​(java.lang.String key,
                                                         com.google.protobuf.Value defaultValue)
        map<string, .google.protobuf.Value> attributes = 1;
      • getAttributesOrThrow

        com.google.protobuf.Value getAttributesOrThrow​(java.lang.String key)
        map<string, .google.protobuf.Value> attributes = 1;