Class Hash.Builder (3.45.0)

public static final class Hash.Builder extends GeneratedMessageV3.Builder<Hash.Builder> implements HashOrBuilder

Container message for hash values.

Protobuf type google.devtools.cloudbuild.v1.Hash

Implements

HashOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Hash.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Hash.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public Hash.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Hash.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Hash.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Hash.Builder
Overrides

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.

clone()

public Hash.Builder clone()
Returns
Type Description
Hash.Builder
Overrides

getDefaultInstanceForType()

public Hash getDefaultInstanceForType()
Returns
Type Description
Hash

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Hash.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Hash.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Hash.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Hash.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Hash.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Hash.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Hash.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Hash.Builder
Overrides

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.HashType

The 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 int

The enum numeric value on the wire for type to set.

Returns
Type Description
Hash.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Hash.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Hash.Builder
Overrides

setValue(ByteString value)

public Hash.Builder setValue(ByteString value)

The hash value.

bytes value = 2;

Parameter
Name Description
value ByteString

The value to set.

Returns
Type Description
Hash.Builder

This builder for chaining.