public interface MatchmakerStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MatchmakerCompletionStats |
getCompletions(int index)
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"]; |
int |
getCompletionsCount()
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"]; |
java.util.List<MatchmakerCompletionStats> |
getCompletionsList()
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"]; |
MatchmakerCompletionStatsOrBuilder |
getCompletionsOrBuilder(int index)
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"]; |
java.util.List<? extends MatchmakerCompletionStatsOrBuilder> |
getCompletionsOrBuilderList()
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"]; |
com.google.protobuf.Timestamp |
getOldestTicketCreateTime()
.google.protobuf.Timestamp oldest_ticket_create_time = 2 [json_name = "oldestTicketCreateTime"]; |
com.google.protobuf.TimestampOrBuilder |
getOldestTicketCreateTimeOrBuilder()
.google.protobuf.Timestamp oldest_ticket_create_time = 2 [json_name = "oldestTicketCreateTime"]; |
int |
getTicketCount()
int32 ticket_count = 1 [json_name = "ticketCount"]; |
boolean |
hasOldestTicketCreateTime()
.google.protobuf.Timestamp oldest_ticket_create_time = 2 [json_name = "oldestTicketCreateTime"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTicketCount()
int32 ticket_count = 1 [json_name = "ticketCount"];
boolean hasOldestTicketCreateTime()
.google.protobuf.Timestamp oldest_ticket_create_time = 2 [json_name = "oldestTicketCreateTime"];
com.google.protobuf.Timestamp getOldestTicketCreateTime()
.google.protobuf.Timestamp oldest_ticket_create_time = 2 [json_name = "oldestTicketCreateTime"];
com.google.protobuf.TimestampOrBuilder getOldestTicketCreateTimeOrBuilder()
.google.protobuf.Timestamp oldest_ticket_create_time = 2 [json_name = "oldestTicketCreateTime"];
java.util.List<MatchmakerCompletionStats> getCompletionsList()
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"];
MatchmakerCompletionStats getCompletions(int index)
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"];
int getCompletionsCount()
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"];
java.util.List<? extends MatchmakerCompletionStatsOrBuilder> getCompletionsOrBuilderList()
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"];
MatchmakerCompletionStatsOrBuilder getCompletionsOrBuilder(int index)
repeated .nakama.api.MatchmakerCompletionStats completions = 3 [json_name = "completions"];