com.google.api.servicecontrol.v1.CheckErrorOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of endpoints-management-protos Show documentation
Show all versions of endpoints-management-protos Show documentation
Contains the generated protocol buffer surface used by Endpoints
// 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.protobuf.MessageOrBuilder {
/**
*
* The error code.
*
*
* optional .google.api.servicecontrol.v1.CheckError.Code code = 1;
*/
int getCodeValue();
/**
*
* The error code.
*
*
* optional .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.
*
*
* optional string detail = 2;
*/
java.lang.String getDetail();
/**
*
* Free-form text providing details on the error cause of the error.
*
*
* optional string detail = 2;
*/
com.google.protobuf.ByteString
getDetailBytes();
}