TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.clear() |
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.clearIterator()
optional string iterator = 2;
|
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.clearPrimaryKey()
optional bytes primary_key = 1;
|
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.clearTimestamp()
optional int64 timestamp = 3;
|
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.clearTotalCount()
optional int64 total_count = 4;
|
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.mergeFrom(TunnelServiceApi.TokenContentV2 other) |
static TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.newBuilder() |
static TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.newBuilder(TunnelServiceApi.TokenContentV2 prototype) |
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.newBuilderForType() |
protected TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.setIterator(String value)
optional string iterator = 2;
|
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.setIteratorBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string iterator = 2;
|
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.setPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes primary_key = 1;
|
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.setTimestamp(long value)
optional int64 timestamp = 3;
|
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.Builder.setTotalCount(long value)
optional int64 total_count = 4;
|
TunnelServiceApi.TokenContentV2.Builder |
TunnelServiceApi.TokenContentV2.toBuilder() |