public static interface PutLogRequest.LogOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
PutLogRequest.LogContent |
getContents(int index)
repeated .LogContent Contents = 2; |
int |
getContentsCount()
repeated .LogContent Contents = 2; |
List<PutLogRequest.LogContent> |
getContentsList()
repeated .LogContent Contents = 2; |
PutLogRequest.LogContentOrBuilder |
getContentsOrBuilder(int index)
repeated .LogContent Contents = 2; |
List<? extends PutLogRequest.LogContentOrBuilder> |
getContentsOrBuilderList()
repeated .LogContent Contents = 2; |
long |
getTime()
UNIX Time Format
int64 Time = 1; |
long getTime()
UNIX Time Format
int64 Time = 1;
List<PutLogRequest.LogContent> getContentsList()
repeated .LogContent Contents = 2;
PutLogRequest.LogContent getContents(int index)
repeated .LogContent Contents = 2;
int getContentsCount()
repeated .LogContent Contents = 2;
List<? extends PutLogRequest.LogContentOrBuilder> getContentsOrBuilderList()
repeated .LogContent Contents = 2;
PutLogRequest.LogContentOrBuilder getContentsOrBuilder(int index)
repeated .LogContent Contents = 2;
Copyright © 2024. All rights reserved.