- 1.50.0 (latest)
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.9
- 1.1.1
- 0.5.0
- 0.4.0
public static final class Hash.Builder extends GeneratedMessageV3.Builder<Hash.Builder> implements HashOrBuilder
A hash of file content.
Protobuf type google.devtools.artifactregistry.v1beta2.Hash
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Hash.BuilderImplements
HashOrBuilderStatic 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 |
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 |
clearField(Descriptors.FieldDescriptor field)
public Hash.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Hash.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Hash.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Hash.Builder |
clearType()
public Hash.Builder clearType()
The algorithm used to compute the hash value.
.google.devtools.artifactregistry.v1beta2.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 |
getDefaultInstanceForType()
public Hash getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Hash |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getType()
public Hash.HashType getType()
The algorithm used to compute the hash value.
.google.devtools.artifactregistry.v1beta2.Hash.HashType type = 1;
Returns | |
---|---|
Type | Description |
Hash.HashType | The type. |
getTypeValue()
public int getTypeValue()
The algorithm used to compute the hash value.
.google.devtools.artifactregistry.v1beta2.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 |
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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Hash.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Hash.Builder |
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 |
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 |
setType(Hash.HashType value)
public Hash.Builder setType(Hash.HashType value)
The algorithm used to compute the hash value.
.google.devtools.artifactregistry.v1beta2.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 algorithm used to compute the hash value.
.google.devtools.artifactregistry.v1beta2.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 |
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. |