public interface ListCollectionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode()
int32 code = 2; |
String |
getMessage()
string message = 3; |
com.google.protobuf.ByteString |
getMessageBytes()
string message = 3; |
String |
getOutput(int index)
repeated string output = 4; |
com.google.protobuf.ByteString |
getOutputBytes(int index)
repeated string output = 4; |
int |
getOutputCount()
repeated string output = 4; |
List<String> |
getOutputList()
repeated string output = 4; |
String |
getRequestId()
string request_id = 1; |
com.google.protobuf.ByteString |
getRequestIdBytes()
string request_id = 1; |
String getRequestId()
string request_id = 1;com.google.protobuf.ByteString getRequestIdBytes()
string request_id = 1;int getCode()
int32 code = 2;String getMessage()
string message = 3;com.google.protobuf.ByteString getMessageBytes()
string message = 3;List<String> getOutputList()
repeated string output = 4;int getOutputCount()
repeated string output = 4;String getOutput(int index)
repeated string output = 4;index - The index of the element to return.com.google.protobuf.ByteString getOutputBytes(int index)
repeated string output = 4;index - The index of the value to return.Copyright © 2023. All rights reserved.