- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public static final class Subject.Builder extends GeneratedMessageV3.Builder<Subject.Builder> implements SubjectOrBuilder
Protobuf type grafeas.v1.Subject
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Subject.BuilderImplements
SubjectOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Subject.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Subject.Builder |
build()
public Subject build()
Type | Description |
Subject |
buildPartial()
public Subject buildPartial()
Type | Description |
Subject |
clear()
public Subject.Builder clear()
Type | Description |
Subject.Builder |
clearDigest()
public Subject.Builder clearDigest()
Type | Description |
Subject.Builder |
clearField(Descriptors.FieldDescriptor field)
public Subject.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Subject.Builder |
clearName()
public Subject.Builder clearName()
string name = 1;
Type | Description |
Subject.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Subject.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Subject.Builder |
clone()
public Subject.Builder clone()
Type | Description |
Subject.Builder |
containsDigest(String key)
public boolean containsDigest(String key)
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Name | Description |
key | String |
Type | Description |
boolean |
getDefaultInstanceForType()
public Subject getDefaultInstanceForType()
Type | Description |
Subject |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDigest()
public Map<String,String> getDigest()
Use #getDigestMap() instead.
Type | Description |
Map<String,String> |
getDigestCount()
public int getDigestCount()
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Type | Description |
int |
getDigestMap()
public Map<String,String> getDigestMap()
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Type | Description |
Map<String,String> |
getDigestOrDefault(String key, String defaultValue)
public String getDigestOrDefault(String key, String defaultValue)
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getDigestOrThrow(String key)
public String getDigestOrThrow(String key)
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Name | Description |
key | String |
Type | Description |
String |
getMutableDigest()
public Map<String,String> getMutableDigest()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getName()
public String getName()
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
string name = 1;
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Subject.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Subject.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Subject.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Subject.Builder |
mergeFrom(Subject other)
public Subject.Builder mergeFrom(Subject other)
Name | Description |
other | Subject |
Type | Description |
Subject.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Subject.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Subject.Builder |
putAllDigest(Map<String,String> values)
public Subject.Builder putAllDigest(Map<String,String> values)
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Name | Description |
values | Map<String,String> |
Type | Description |
Subject.Builder |
putDigest(String key, String value)
public Subject.Builder putDigest(String key, String value)
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Name | Description |
key | String |
value | String |
Type | Description |
Subject.Builder |
removeDigest(String key)
public Subject.Builder removeDigest(String key)
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Name | Description |
key | String |
Type | Description |
Subject.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Subject.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Subject.Builder |
setName(String value)
public Subject.Builder setName(String value)
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
Subject.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Subject.Builder setNameBytes(ByteString value)
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
Subject.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Subject.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Subject.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Subject.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Subject.Builder |