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

com.google.rpc.DebugInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/rpc/error_details.proto

package com.google.rpc;

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

  /**
   * repeated string stack_entries = 1;
   *
   * 
   * The stack trace entries indicating where the error occurred.
   * 
*/ com.google.protobuf.ProtocolStringList getStackEntriesList(); /** * repeated string stack_entries = 1; * *
   * The stack trace entries indicating where the error occurred.
   * 
*/ int getStackEntriesCount(); /** * repeated string stack_entries = 1; * *
   * The stack trace entries indicating where the error occurred.
   * 
*/ java.lang.String getStackEntries(int index); /** * repeated string stack_entries = 1; * *
   * The stack trace entries indicating where the error occurred.
   * 
*/ com.google.protobuf.ByteString getStackEntriesBytes(int index); /** * optional string detail = 2; * *
   * Additional debugging information provided by the server.
   * 
*/ java.lang.String getDetail(); /** * optional string detail = 2; * *
   * Additional debugging information provided by the server.
   * 
*/ com.google.protobuf.ByteString getDetailBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy