public static final class Hash.Builder extends GeneratedMessage.Builder<Hash.Builder> implements HashOrBuilderContainer message for hash values.
Protobuf type google.devtools.cloudbuild.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()The type of hash that was performed.
.google.devtools.cloudbuild.v1.Hash.HashType type = 1;
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
This builder for chaining. |
clearValue()
public Hash.Builder clearValue()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 Hash.HashType getType()The type of hash that was performed.
.google.devtools.cloudbuild.v1.Hash.HashType type = 1;
| Returns | |
|---|---|
| Type | Description |
Hash.HashType |
The type. |
getTypeValue()
public int getTypeValue()The type of hash that was performed.
.google.devtools.cloudbuild.v1.Hash.HashType type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
getValue()
public ByteString getValue()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(Hash other)
public Hash.Builder mergeFrom(Hash other)| Parameter | |
|---|---|
| Name | Description |
other |
Hash |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
|
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 |
|
setType(Hash.HashType value)
public Hash.Builder setType(Hash.HashType value)The type of hash that was performed.
.google.devtools.cloudbuild.v1.Hash.HashType type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Hash.HashTypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
This builder for chaining. |
setTypeValue(int value)
public Hash.Builder setTypeValue(int value)The type of hash that was performed.
.google.devtools.cloudbuild.v1.Hash.HashType type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
This builder for chaining. |
setValue(ByteString value)
public Hash.Builder setValue(ByteString value)The hash value.
bytes value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe value to set. |
| Returns | |
|---|---|
| Type | Description |
Hash.Builder |
This builder for chaining. |