public final class BlobValue extends Value<Blob>
Modifier and Type | Class and Description |
---|---|
static class |
BlobValue.Builder |
Modifier and Type | Method and Description |
---|---|
static BlobValue.Builder |
newBuilder(Blob blob) |
static BlobValue |
of(Blob blob) |
BlobValue.Builder |
toBuilder() |
public BlobValue(Blob blob)
public BlobValue.Builder toBuilder()
public static BlobValue.Builder newBuilder(Blob blob)
Copyright © 2019 Google LLC. All rights reserved.