Class NullValue.Builder (2.25.2)

publicstaticfinalclass NullValue.BuilderextendsValue.BaseBuilder<Void,NullValue,NullValue.Builder>

Inheritance

java.lang.Object > com.google.cloud.datastore.Value.BaseBuilder > NullValue.Builder

Inherited Members

com.google.cloud.datastore.Value.BaseBuilder.build()
com.google.cloud.datastore.Value.BaseBuilder.get()
com.google.cloud.datastore.Value.BaseBuilder.getExcludeFromIndexes()
com.google.cloud.datastore.Value.BaseBuilder.getMeaning()
com.google.cloud.datastore.Value.BaseBuilder.getValueType()
com.google.cloud.datastore.Value.BaseBuilder.mergeFrom(P)
com.google.cloud.datastore.Value.BaseBuilder.set(V)
com.google.cloud.datastore.Value.BaseBuilder.setExcludeFromIndexes(boolean)
com.google.cloud.datastore.Value.BaseBuilder.setMeaning(int)

Methods

build()

publicNullValuebuild()
Returns
Type Description
NullValue
Overrides
com.google.cloud.datastore.Value.BaseBuilder.build()

set(Void value)

publicNullValue.Builderset(Voidvalue)
Parameter
Name Description
value Void
Returns
Type Description
NullValue.Builder
Overrides
com.google.cloud.datastore.Value.BaseBuilder.set(V)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.