GetRequest is the Query/Get request type.

from message cosmos.orm.query.v1alpha1.GetRequest

Hierarchy

Constructors

Properties

index: string = ""

index is the index fields expression used in orm definitions. If it is empty, the table's primary key is assumed. If it is non-empty, it must refer to an unique index.

from field: string index = 2;

messageName: string = ""

message_name is the fully-qualified message name of the ORM table being queried.

from field: string message_name = 1;

values: IndexValue[] = []

values are the values of the fields corresponding to the requested index. There must be as many values provided as there are fields in the index and these values must correspond to the index field types.

from field: repeated cosmos.orm.query.v1alpha1.IndexValue values = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.orm.query.v1alpha1.GetRequest" = "cosmos.orm.query.v1alpha1.GetRequest"

Methods