Interface PartialCaveatInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PartialCaveatInfo, PartialCaveatInfo.Builder

public interface PartialCaveatInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    missing_required_context is a list of one or more fields that were missing and prevented caveats from being fully evaluated
    com.google.protobuf.ByteString
    missing_required_context is a list of one or more fields that were missing and prevented caveats from being fully evaluated
    int
    missing_required_context is a list of one or more fields that were missing and prevented caveats from being fully evaluated
    missing_required_context is a list of one or more fields that were missing and prevented caveats from being fully evaluated

    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

    • getMissingRequiredContextList

      List<String> getMissingRequiredContextList()
       missing_required_context is a list of one or more fields that were missing and prevented caveats
       from being fully evaluated
       
      repeated string missing_required_context = 1 [(.validate.rules) = { ... }
      Returns:
      A list containing the missingRequiredContext.
    • getMissingRequiredContextCount

      int getMissingRequiredContextCount()
       missing_required_context is a list of one or more fields that were missing and prevented caveats
       from being fully evaluated
       
      repeated string missing_required_context = 1 [(.validate.rules) = { ... }
      Returns:
      The count of missingRequiredContext.
    • getMissingRequiredContext

      String getMissingRequiredContext(int index)
       missing_required_context is a list of one or more fields that were missing and prevented caveats
       from being fully evaluated
       
      repeated string missing_required_context = 1 [(.validate.rules) = { ... }
      Parameters:
      index - The index of the element to return.
      Returns:
      The missingRequiredContext at the given index.
    • getMissingRequiredContextBytes

      com.google.protobuf.ByteString getMissingRequiredContextBytes(int index)
       missing_required_context is a list of one or more fields that were missing and prevented caveats
       from being fully evaluated
       
      repeated string missing_required_context = 1 [(.validate.rules) = { ... }
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the missingRequiredContext at the given index.