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

apache.rocketmq.v1.DigestOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: apache/rocketmq/v1/definition.proto

package apache.rocketmq.v1;

public interface DigestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.Digest)
    com.aliyun.openservices.ons.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * .apache.rocketmq.v1.DigestType type = 1;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .apache.rocketmq.v1.DigestType type = 1;
   * @return The type.
   */
  apache.rocketmq.v1.DigestType getType();

  /**
   * string checksum = 2;
   * @return The checksum.
   */
  java.lang.String getChecksum();
  /**
   * string checksum = 2;
   * @return The bytes for checksum.
   */
  com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString
      getChecksumBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy