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

com.scalar.dl.rpc.StatusOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: scalar.proto

// Protobuf Java Version: 3.25.5
package com.scalar.dl.rpc;

public interface StatusOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.Status)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint32 code = 1;
   * @return The code.
   */
  int getCode();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy