public static final class Digest.Builder extends GeneratedMessage.Builder<Digest.Builder> implements DigestOrBuilderDigest information.
Protobuf type grafeas.v1.Digest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Digest.BuilderImplements
DigestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Digest build()| Returns | |
|---|---|
| Type | Description |
Digest |
|
buildPartial()
public Digest buildPartial()| Returns | |
|---|---|
| Type | Description |
Digest |
|
clear()
public Digest.Builder clear()| Returns | |
|---|---|
| Type | Description |
Digest.Builder |
|
clearAlgo()
public Digest.Builder clearAlgo() SHA1, SHA512 etc.
string algo = 1;
| Returns | |
|---|---|
| Type | Description |
Digest.Builder |
This builder for chaining. |
clearDigestBytes()
public Digest.Builder clearDigestBytes()Value of the digest.
bytes digest_bytes = 2;
| Returns | |
|---|---|
| Type | Description |
Digest.Builder |
This builder for chaining. |
getAlgo()
public String getAlgo() SHA1, SHA512 etc.
string algo = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The algo. |
getAlgoBytes()
public ByteString getAlgoBytes() SHA1, SHA512 etc.
string algo = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for algo. |
getDefaultInstanceForType()
public Digest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Digest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDigestBytes()
public ByteString getDigestBytes()Value of the digest.
bytes digest_bytes = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The digestBytes. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Digest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Digest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Digest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Digest.Builder |
|
mergeFrom(Digest other)
public Digest.Builder mergeFrom(Digest other)| Parameter | |
|---|---|
| Name | Description |
other |
Digest |
| Returns | |
|---|---|
| Type | Description |
Digest.Builder |
|
setAlgo(String value)
public Digest.Builder setAlgo(String value) SHA1, SHA512 etc.
string algo = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe algo to set. |
| Returns | |
|---|---|
| Type | Description |
Digest.Builder |
This builder for chaining. |
setAlgoBytes(ByteString value)
public Digest.Builder setAlgoBytes(ByteString value) SHA1, SHA512 etc.
string algo = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for algo to set. |
| Returns | |
|---|---|
| Type | Description |
Digest.Builder |
This builder for chaining. |
setDigestBytes(ByteString value)
public Digest.Builder setDigestBytes(ByteString value)Value of the digest.
bytes digest_bytes = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe digestBytes to set. |
| Returns | |
|---|---|
| Type | Description |
Digest.Builder |
This builder for chaining. |