Interface PolicyOuterClass.TestOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsGlobals​(java.lang.String key)
      map<string, .google.protobuf.Value> globals = 3;
      java.util.Map<java.lang.String,​com.google.protobuf.Value> getGlobals()
      Deprecated.
      int getGlobalsCount()
      map<string, .google.protobuf.Value> globals = 3;
      java.util.Map<java.lang.String,​com.google.protobuf.Value> getGlobalsMap()
      map<string, .google.protobuf.Value> globals = 3;
      com.google.protobuf.Value getGlobalsOrDefault​(java.lang.String key, com.google.protobuf.Value defaultValue)
      map<string, .google.protobuf.Value> globals = 3;
      com.google.protobuf.Value getGlobalsOrThrow​(java.lang.String key)
      map<string, .google.protobuf.Value> globals = 3;
      boolean getLenientScopeSearch()
      bool lenient_scope_search = 2;
      com.google.protobuf.Timestamp getNow()
      .google.protobuf.Timestamp now = 1;
      com.google.protobuf.TimestampOrBuilder getNowOrBuilder()
      .google.protobuf.Timestamp now = 1;
      boolean hasNow()
      .google.protobuf.Timestamp now = 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

      • hasNow

        boolean hasNow()
        .google.protobuf.Timestamp now = 1;
        Returns:
        Whether the now field is set.
      • getNow

        com.google.protobuf.Timestamp getNow()
        .google.protobuf.Timestamp now = 1;
        Returns:
        The now.
      • getNowOrBuilder

        com.google.protobuf.TimestampOrBuilder getNowOrBuilder()
        .google.protobuf.Timestamp now = 1;
      • getLenientScopeSearch

        boolean getLenientScopeSearch()
        bool lenient_scope_search = 2;
        Returns:
        The lenientScopeSearch.
      • getGlobalsCount

        int getGlobalsCount()
        map<string, .google.protobuf.Value> globals = 3;
      • containsGlobals

        boolean containsGlobals​(java.lang.String key)
        map<string, .google.protobuf.Value> globals = 3;
      • getGlobals

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

        java.util.Map<java.lang.String,​com.google.protobuf.Value> getGlobalsMap()
        map<string, .google.protobuf.Value> globals = 3;
      • getGlobalsOrDefault

        com.google.protobuf.Value getGlobalsOrDefault​(java.lang.String key,
                                                      com.google.protobuf.Value defaultValue)
        map<string, .google.protobuf.Value> globals = 3;
      • getGlobalsOrThrow

        com.google.protobuf.Value getGlobalsOrThrow​(java.lang.String key)
        map<string, .google.protobuf.Value> globals = 3;