public static final class Hash.Builder extends GeneratedMessage.Builder<Hash.Builder> implements HashOrBuilderContainer message for hash values.
Protobuf type grafeas.v1.Hash
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Hash.BuilderImplements
HashOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Hash build()| Returns | |
|---|---|
| Type | Description |
Hash |
|
buildPartial()
public Hash buildPartial()| Returns | |
|---|---|
| Type | Description |
Hash |
|
clear()
public Hash.Builder clear()| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
|
clearType()
public Hash.Builder clearType()Required. The type of hash that was performed, e.g. "SHA-256".
string type = 1;
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
This builder for chaining. |
clearValue()
public Hash.Builder clearValue()Required. The hash value.
bytes value = 2;
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Hash getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Hash |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getType()
public String getType()Required. The type of hash that was performed, e.g. "SHA-256".
string type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()Required. The type of hash that was performed, e.g. "SHA-256".
string type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
getValue()
public ByteString getValue()Required. The hash value.
bytes value = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The value. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Hash.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Hash.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
|
mergeFrom(Hash other)
public Hash.Builder mergeFrom(Hash other)| Parameter | |
|---|---|
| Name | Description |
other |
Hash |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
|
setType(String value)
public Hash.Builder setType(String value)Required. The type of hash that was performed, e.g. "SHA-256".
string type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe type to set. |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
public Hash.Builder setTypeBytes(ByteString value)Required. The type of hash that was performed, e.g. "SHA-256".
string type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
This builder for chaining. |
setValue(ByteString value)
public Hash.Builder setValue(ByteString value)Required. The hash value.
bytes value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe value to set. |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
This builder for chaining. |