All Downloads are FREE. Search and download functionalities are using the official Maven repository.

build.buf.validate.priv.ConstraintOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: buf/validate/priv/private.proto
// Protobuf Java Version: 4.28.1

package build.buf.validate.priv;

public interface ConstraintOrBuilder extends
    // @@protoc_insertion_point(interface_extends:buf.validate.priv.Constraint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string id = 1 [json_name = "id"];
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1 [json_name = "id"];
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * string message = 2 [json_name = "message"];
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   * string message = 2 [json_name = "message"];
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString
      getMessageBytes();

  /**
   * string expression = 3 [json_name = "expression"];
   * @return The expression.
   */
  java.lang.String getExpression();
  /**
   * string expression = 3 [json_name = "expression"];
   * @return The bytes for expression.
   */
  com.google.protobuf.ByteString
      getExpressionBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy