Class BlobValue (2.26.4)

publicfinalclass BlobValueextendsValue<Blob>

Inheritance

java.lang.Object > Value > BlobValue

Static Methods

newBuilder(Blob blob)

publicstaticBlobValue.BuildernewBuilder(Blobblob)
Parameter
Name Description
blob Blob
Returns
Type Description
BlobValue.Builder

of(Blob blob)

publicstaticBlobValueof(Blobblob)
Parameter
Name Description
blob Blob
Returns
Type Description
BlobValue

Constructors

BlobValue(Blob blob)

publicBlobValue(Blobblob)
Parameter
Name Description
blob Blob

Methods

toBuilder()

publicBlobValue.BuildertoBuilder()
Returns
Type Description
BlobValue.Builder
Overrides

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.