Builder
Specifies options related to storing a sub-message.
Content copied to clipboard
elide.model.SubmessageOptions
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Concrete type name for this sub-message type.
Content copied to clipboard
string concrete = 2;
Link copied to clipboard
If the persistence node is in `COLLECTION` mode, this flag will embed it in the parent entity anyway. Useful in
some circumstances where sub-listed data is for indexing, and fetching it repeatedly would be inefficient.
Content copied to clipboard
bool embed = 4;
Link copied to clipboard
Link copied to clipboard
Collection storage mode for the given sub-message field.
Content copied to clipboard
.elide.model.CollectionMode mode = 1;
Link copied to clipboard
Link copied to clipboard
Data path for the given sub-message field.
Content copied to clipboard
string path = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Concrete type name for this sub-message type.
Content copied to clipboard
string concrete = 2;
Link copied to clipboard
Concrete type name for this sub-message type.
Content copied to clipboard
string concrete = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Collection storage mode for the given sub-message field.
Content copied to clipboard
.elide.model.CollectionMode mode = 1;
Link copied to clipboard
Collection storage mode for the given sub-message field.
Content copied to clipboard
.elide.model.CollectionMode mode = 1;
Link copied to clipboard
Link copied to clipboard
Data path for the given sub-message field.
Content copied to clipboard
string path = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): SubmessageOptions.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Concrete type name for this sub-message type.
Content copied to clipboard
string concrete = 2;
Link copied to clipboard
Concrete type name for this sub-message type.
Content copied to clipboard
string concrete = 2;
Link copied to clipboard
If the persistence node is in `COLLECTION` mode, this flag will embed it in the parent entity anyway. Useful in
some circumstances where sub-listed data is for indexing, and fetching it repeatedly would be inefficient.
Content copied to clipboard
bool embed = 4;
Link copied to clipboard
Collection storage mode for the given sub-message field.
Content copied to clipboard
.elide.model.CollectionMode mode = 1;
Link copied to clipboard
Collection storage mode for the given sub-message field.
Content copied to clipboard
.elide.model.CollectionMode mode = 1;
Link copied to clipboard
Data path for the given sub-message field.
Content copied to clipboard
string path = 3;
Link copied to clipboard
Data path for the given sub-message field.
Content copied to clipboard
string path = 3;
Link copied to clipboard
abstract fun setRepeatedField(field: Descriptors.FieldDescriptor, index: Int, value: Any): Message.Builder
Link copied to clipboard