games.mythical.saga.sdk.proto.common.Query Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of saga-sdk-proto Show documentation
Show all versions of saga-sdk-proto Show documentation
Saga SDK for Java game servers
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common/query.proto
package games.mythical.saga.sdk.proto.common;
public final class Query {
private Query() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_common_QueryOptionsProto_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_common_QueryOptionsProto_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\022common/query.proto\022\013saga.common\032\021commo" +
"n/sort.proto\032\037google/protobuf/timestamp." +
"proto\"\244\001\n\021QueryOptionsProto\022\021\n\tpage_size" +
"\030\001 \001(\005\022*\n\nsort_order\030\002 \001(\0162\026.saga.common" +
".SortOrder\022:\n\021created_at_cursor\030\003 \001(\0132\032." +
"google.protobuf.TimestampH\000\210\001\001B\024\n\022_creat" +
"ed_at_cursorB(\n$games.mythical.saga.sdk." +
"proto.commonP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
games.mythical.saga.sdk.proto.common.Sort.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
});
internal_static_saga_common_QueryOptionsProto_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_saga_common_QueryOptionsProto_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_common_QueryOptionsProto_descriptor,
new java.lang.String[] { "PageSize", "SortOrder", "CreatedAtCursor", "CreatedAtCursor", });
games.mythical.saga.sdk.proto.common.Sort.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}