public interface ResponseMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAction()
请求接口
|
com.google.protobuf.ByteString |
getActionBytes()
请求接口
|
ResponseError |
getError()
异常信息
|
ResponseErrorOrBuilder |
getErrorOrBuilder()
异常信息
|
String |
getRegion()
区域
|
com.google.protobuf.ByteString |
getRegionBytes()
区域
|
String |
getRequestId()
请求ID
|
com.google.protobuf.ByteString |
getRequestIdBytes()
请求ID
|
String |
getService()
服务
|
com.google.protobuf.ByteString |
getServiceBytes()
服务
|
String |
getVersion()
版本
|
com.google.protobuf.ByteString |
getVersionBytes()
版本
|
boolean |
hasError()
异常信息
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getRequestId()
请求ID
string RequestId = 1;
com.google.protobuf.ByteString getRequestIdBytes()
请求ID
string RequestId = 1;
String getAction()
请求接口
string Action = 2;
com.google.protobuf.ByteString getActionBytes()
请求接口
string Action = 2;
String getVersion()
版本
string Version = 3;
com.google.protobuf.ByteString getVersionBytes()
版本
string Version = 3;
String getService()
服务
string Service = 4;
com.google.protobuf.ByteString getServiceBytes()
服务
string Service = 4;
String getRegion()
区域
string Region = 5;
com.google.protobuf.ByteString getRegionBytes()
区域
string Region = 5;
boolean hasError()
异常信息
.Volcengine.Base.Models.Base.ResponseError Error = 6;
ResponseError getError()
异常信息
.Volcengine.Base.Models.Base.ResponseError Error = 6;
ResponseErrorOrBuilder getErrorOrBuilder()
异常信息
.Volcengine.Base.Models.Base.ResponseError Error = 6;
Copyright © 2022. All rights reserved.