public final class InTotoSlsaProvenanceV1 extends GeneratedMessageV3 implements InTotoSlsaProvenanceV1OrBuilder
Protobuf type grafeas.v1.InTotoSlsaProvenanceV1
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PREDICATE_FIELD_NUMBER
public static final int PREDICATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PREDICATE_TYPE_FIELD_NUMBER
public static final int PREDICATE_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SUBJECT_FIELD_NUMBER
public static final int SUBJECT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static InTotoSlsaProvenanceV1 getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static InTotoSlsaProvenanceV1.Builder newBuilder()
newBuilder(InTotoSlsaProvenanceV1 prototype)
public static InTotoSlsaProvenanceV1.Builder newBuilder(InTotoSlsaProvenanceV1 prototype)
public static InTotoSlsaProvenanceV1 parseDelimitedFrom(InputStream input)
public static InTotoSlsaProvenanceV1 parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static InTotoSlsaProvenanceV1 parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InTotoSlsaProvenanceV1 parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static InTotoSlsaProvenanceV1 parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InTotoSlsaProvenanceV1 parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InTotoSlsaProvenanceV1 parseFrom(CodedInputStream input)
public static InTotoSlsaProvenanceV1 parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InTotoSlsaProvenanceV1 parseFrom(InputStream input)
public static InTotoSlsaProvenanceV1 parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static InTotoSlsaProvenanceV1 parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InTotoSlsaProvenanceV1 parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<InTotoSlsaProvenanceV1> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public InTotoSlsaProvenanceV1 getDefaultInstanceForType()
getParserForType()
public Parser<InTotoSlsaProvenanceV1> getParserForType()
Overrides
getPredicate()
public InTotoSlsaProvenanceV1.SlsaProvenanceV1 getPredicate()
.grafeas.v1.InTotoSlsaProvenanceV1.SlsaProvenanceV1 predicate = 4;
getPredicateOrBuilder()
public InTotoSlsaProvenanceV1.SlsaProvenanceV1OrBuilder getPredicateOrBuilder()
.grafeas.v1.InTotoSlsaProvenanceV1.SlsaProvenanceV1 predicate = 4;
getPredicateType()
public String getPredicateType()
string predicate_type = 3;
Returns |
Type |
Description |
String |
The predicateType.
|
getPredicateTypeBytes()
public ByteString getPredicateTypeBytes()
string predicate_type = 3;
Returns |
Type |
Description |
ByteString |
The bytes for predicateType.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSubject(int index)
public Subject getSubject(int index)
repeated .grafeas.v1.Subject subject = 2;
Parameter |
Name |
Description |
index |
int
|
getSubjectCount()
public int getSubjectCount()
repeated .grafeas.v1.Subject subject = 2;
Returns |
Type |
Description |
int |
|
getSubjectList()
public List<Subject> getSubjectList()
repeated .grafeas.v1.Subject subject = 2;
getSubjectOrBuilder(int index)
public SubjectOrBuilder getSubjectOrBuilder(int index)
repeated .grafeas.v1.Subject subject = 2;
Parameter |
Name |
Description |
index |
int
|
getSubjectOrBuilderList()
public List<? extends SubjectOrBuilder> getSubjectOrBuilderList()
repeated .grafeas.v1.Subject subject = 2;
Returns |
Type |
Description |
List<? extends io.grafeas.v1.SubjectOrBuilder> |
|
getType()
Returns |
Type |
Description |
String |
The type.
|
getTypeBytes()
public ByteString getTypeBytes()
Returns |
Type |
Description |
ByteString |
The bytes for type.
|
hasPredicate()
public boolean hasPredicate()
.grafeas.v1.InTotoSlsaProvenanceV1.SlsaProvenanceV1 predicate = 4;
Returns |
Type |
Description |
boolean |
Whether the predicate field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public InTotoSlsaProvenanceV1.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InTotoSlsaProvenanceV1.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public InTotoSlsaProvenanceV1.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides