SpannerFieldOptions
Extended options for use with Cloud Spanner, which may be affixed to an individual model field.
Content copied to clipboard
elide.model.SpannerFieldOptions
Types
Properties
Functions
Link copied to clipboard
inline fun SpannerFieldOptions.copy(block: SpannerFieldOptionsKt.Dsl.() -> Unit): SpannerFieldOptions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Override column name in Spanner only.
Content copied to clipboard
string column = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Expression value for this field. Converts this field into a calculated value.
Content copied to clipboard
string expression = 7;
Link copied to clipboard
Expression value for this field. Converts this field into a calculated value.
Content copied to clipboard
string expression = 7;
Link copied to clipboard
Link copied to clipboard
Specifies this column as `NONNULL`, in which case you cannot store `NULL` values in this field.
Content copied to clipboard
bool nonnull = 6;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Marks a field as a member of a Spanner row's primary key.
Content copied to clipboard
bool primary_key = 9;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Override the field type in Spanner only.
Content copied to clipboard
.elide.model.SpannerOptions.SpannerType type = 3;
Link copied to clipboard
Override the field type in Spanner only.
Content copied to clipboard
.elide.model.SpannerOptions.SpannerType type = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): SpannerFieldOptions
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): SpannerFieldOptions
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): SpannerFieldOptions
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): SpannerFieldOptions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard