public interface GetStatsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName()
Name of the stat counter.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the stat counter.
|
boolean |
getReset()
Whether or not to reset the counter to fetching its value.
|
String getName()
Name of the stat counter.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the stat counter.
string name = 1;boolean getReset()
Whether or not to reset the counter to fetching its value.
bool reset = 2;Copyright © 2019. All rights reserved.