public interface ResponseMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getAction()
请求接口
string Action = 2; |
com.google.protobuf.ByteString |
getActionBytes()
请求接口
string Action = 2; |
ResponseError |
getError()
异常信息
.Volcengine.Vod.Models.Base.ResponseError Error = 6; |
ResponseErrorOrBuilder |
getErrorOrBuilder()
异常信息
.Volcengine.Vod.Models.Base.ResponseError Error = 6; |
String |
getRegion()
区域
string Region = 5; |
com.google.protobuf.ByteString |
getRegionBytes()
区域
string Region = 5; |
String |
getRequestId()
请求ID
string RequestId = 1; |
com.google.protobuf.ByteString |
getRequestIdBytes()
请求ID
string RequestId = 1; |
String |
getService()
服务
string Service = 4; |
com.google.protobuf.ByteString |
getServiceBytes()
服务
string Service = 4; |
String |
getVersion()
版本
string Version = 3; |
com.google.protobuf.ByteString |
getVersionBytes()
版本
string Version = 3; |
boolean |
hasError()
异常信息
.Volcengine.Vod.Models.Base.ResponseError Error = 6; |
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.Vod.Models.Base.ResponseError Error = 6;
ResponseError getError()
异常信息
.Volcengine.Vod.Models.Base.ResponseError Error = 6;
ResponseErrorOrBuilder getErrorOrBuilder()
异常信息
.Volcengine.Vod.Models.Base.ResponseError Error = 6;
Copyright © 2021. All rights reserved.