GetResponse is the Query/Get response type.

from message cosmos.orm.query.v1alpha1.GetResponse

Hierarchy

Constructors

Properties

result?: Any

result is the result of the get query. If no value is found, the gRPC status code NOT_FOUND will be returned.

from field: google.protobuf.Any result = 1;

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

Methods