Interface Gateway.CacheOptionsEntryOrBuilder

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

public static interface Gateway.CacheOptionsEntryOrBuilder 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 Type = 1;
    com.google.protobuf.ByteString
    string Type = 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

    • getType

      String getType()
      string Type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string Type = 1;
      Returns:
      The bytes for type.
    • 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;