Interface PolicyOuterClass.UpdateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PolicyOuterClass.Update, PolicyOuterClass.Update.Builder
Enclosing class:
PolicyOuterClass

public static interface PolicyOuterClass.UpdateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> attrs = 2;
    Deprecated.
    int
    map<string, string> attrs = 2;
    map<string, string> attrs = 2;
    getAttrsOrDefault(String key, String defaultValue)
    map<string, string> attrs = 2;
    map<string, string> attrs = 2;
    string identifier = 1;
    com.google.protobuf.ByteString
    string identifier = 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 Details

    • getIdentifier

      String getIdentifier()
      string identifier = 1;
      Returns:
      The identifier.
    • getIdentifierBytes

      com.google.protobuf.ByteString getIdentifierBytes()
      string identifier = 1;
      Returns:
      The bytes for identifier.
    • getAttrsCount

      int getAttrsCount()
      map<string, string> attrs = 2;
    • containsAttrs

      boolean containsAttrs(String key)
      map<string, string> attrs = 2;
    • getAttrs

      Deprecated.
      Use getAttrsMap() instead.
    • getAttrsMap

      Map<String,String> getAttrsMap()
      map<string, string> attrs = 2;
    • getAttrsOrDefault

      String getAttrsOrDefault(String key, String defaultValue)
      map<string, string> attrs = 2;
    • getAttrsOrThrow

      String getAttrsOrThrow(String key)
      map<string, string> attrs = 2;