Interface InvalidTemplateParameters.ParameterViolationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      A description of why the parameter failed to validate.
      com.google.protobuf.ByteString getDescriptionBytes()
      A description of why the parameter failed to validate.
      String getParameter()
      The parameter that failed to validate.
      com.google.protobuf.ByteString getParameterBytes()
      The parameter that failed to validate.
      • 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

      • getParameter

        String getParameter()
         The parameter that failed to validate.
         
        string parameter = 1;
        Returns:
        The parameter.
      • getParameterBytes

        com.google.protobuf.ByteString getParameterBytes()
         The parameter that failed to validate.
         
        string parameter = 1;
        Returns:
        The bytes for parameter.
      • getDescription

        String getDescription()
         A description of why the parameter failed to validate.
         
        string description = 2;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         A description of why the parameter failed to validate.
         
        string description = 2;
        Returns:
        The bytes for description.