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

com.google.rpc.RequestInfoOrBuilder 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 RequestInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.rpc.RequestInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string request_id = 1;
   *
   * 
   * An opaque string that should only be interpreted by the service generating
   * it. For example, it can be used to identify requests in the service's logs.
   * 
*/ java.lang.String getRequestId(); /** * optional string request_id = 1; * *
   * An opaque string that should only be interpreted by the service generating
   * it. For example, it can be used to identify requests in the service's logs.
   * 
*/ com.google.protobuf.ByteString getRequestIdBytes(); /** * optional string serving_data = 2; * *
   * Any data that was used to serve this request. For example, an encrypted
   * stack trace that can be sent back to the service provider for debugging.
   * 
*/ java.lang.String getServingData(); /** * optional string serving_data = 2; * *
   * Any data that was used to serve this request. For example, an encrypted
   * stack trace that can be sent back to the service provider for debugging.
   * 
*/ com.google.protobuf.ByteString getServingDataBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy