Package com.google.cloud.datastore
Class BlobValue
- java.lang.Object
-
- com.google.cloud.datastore.Value<Blob>
-
- com.google.cloud.datastore.BlobValue
-
- All Implemented Interfaces:
Serializable
public final class BlobValue extends Value<Blob>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlobValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlobValue.Builder
newBuilder(Blob blob)
static BlobValue
of(Blob blob)
BlobValue.Builder
toBuilder()
-
-
-
Constructor Detail
-
BlobValue
public BlobValue(Blob blob)
-
-
Method Detail
-
toBuilder
public BlobValue.Builder toBuilder()
-
newBuilder
public static BlobValue.Builder newBuilder(Blob blob)
-
-