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

com.diozero.remote.message.protobuf.BytesResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: diozero.proto
// Protobuf Java Version: 4.28.2

package com.diozero.remote.message.protobuf;

public interface BytesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:diozero.BytesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .diozero.Status status = 1;
   * @return The enum numeric value on the wire for status.
   */
  int getStatusValue();
  /**
   * .diozero.Status status = 1;
   * @return The status.
   */
  com.diozero.remote.message.protobuf.Status getStatus();

  /**
   * string detail = 2;
   * @return The detail.
   */
  java.lang.String getDetail();
  /**
   * string detail = 2;
   * @return The bytes for detail.
   */
  com.google.protobuf.ByteString
      getDetailBytes();

  /**
   * bytes data = 3;
   * @return The data.
   */
  com.google.protobuf.ByteString getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy