Interface PolicyOuterClass.VariablesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsLocal​(java.lang.String key)
      map<string, string> local = 2;
      java.lang.String getImport​(int index)
      repeated string import = 1 [(.buf.validate.field) = { ...
      com.google.protobuf.ByteString getImportBytes​(int index)
      repeated string import = 1 [(.buf.validate.field) = { ...
      int getImportCount()
      repeated string import = 1 [(.buf.validate.field) = { ...
      java.util.List<java.lang.String> getImportList()
      repeated string import = 1 [(.buf.validate.field) = { ...
      java.util.Map<java.lang.String,​java.lang.String> getLocal()
      Deprecated.
      int getLocalCount()
      map<string, string> local = 2;
      java.util.Map<java.lang.String,​java.lang.String> getLocalMap()
      map<string, string> local = 2;
      java.lang.String getLocalOrDefault​(java.lang.String key, java.lang.String defaultValue)
      map<string, string> local = 2;
      java.lang.String getLocalOrThrow​(java.lang.String key)
      map<string, string> local = 2;
      • 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

      • getImportList

        java.util.List<java.lang.String> getImportList()
        repeated string import = 1 [(.buf.validate.field) = { ... }
        Returns:
        A list containing the import.
      • getImportCount

        int getImportCount()
        repeated string import = 1 [(.buf.validate.field) = { ... }
        Returns:
        The count of import.
      • getImport

        java.lang.String getImport​(int index)
        repeated string import = 1 [(.buf.validate.field) = { ... }
        Parameters:
        index - The index of the element to return.
        Returns:
        The import at the given index.
      • getImportBytes

        com.google.protobuf.ByteString getImportBytes​(int index)
        repeated string import = 1 [(.buf.validate.field) = { ... }
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the import at the given index.
      • getLocalCount

        int getLocalCount()
        map<string, string> local = 2;
      • containsLocal

        boolean containsLocal​(java.lang.String key)
        map<string, string> local = 2;
      • getLocal

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.String> getLocal()
        Deprecated.
        Use getLocalMap() instead.
      • getLocalMap

        java.util.Map<java.lang.String,​java.lang.String> getLocalMap()
        map<string, string> local = 2;
      • getLocalOrDefault

        java.lang.String getLocalOrDefault​(java.lang.String key,
                                           java.lang.String defaultValue)
        map<string, string> local = 2;
      • getLocalOrThrow

        java.lang.String getLocalOrThrow​(java.lang.String key)
        map<string, string> local = 2;