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

io.opencensus.proto.trace.v1.StatusOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opencensus/proto/trace/v1/trace.proto

package io.opencensus.proto.trace.v1;

public interface StatusOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencensus.proto.trace.v1.Status)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The status code. This is optional field. It is safe to assume 0 (OK)
   * when not set.
   * 
* * int32 code = 1; * @return The code. */ int getCode(); /** *
   * A developer-facing error message, which should be in English.
   * 
* * string message = 2; * @return The message. */ java.lang.String getMessage(); /** *
   * A developer-facing error message, which should be in English.
   * 
* * string message = 2; * @return The bytes for message. */ com.google.protobuf.ByteString getMessageBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy