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

com.google.api.servicecontrol.v1.CheckErrorOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/servicecontrol/v1/check_error.proto

package com.google.api.servicecontrol.v1;

public interface CheckErrorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.servicecontrol.v1.CheckError)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * The error code.
   * 
* * .google.api.servicecontrol.v1.CheckError.Code code = 1; */ int getCodeValue(); /** *
   * The error code.
   * 
* * .google.api.servicecontrol.v1.CheckError.Code code = 1; */ com.google.api.servicecontrol.v1.CheckError.Code getCode(); /** *
   * Free-form text providing details on the error cause of the error.
   * 
* * string detail = 2; */ java.lang.String getDetail(); /** *
   * Free-form text providing details on the error cause of the error.
   * 
* * string detail = 2; */ com.google.proto4pingcap.ByteString getDetailBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy