public interface InTotoStatementOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPredicateCase()
public abstract InTotoStatement.PredicateCase getPredicateCase()| Type | Description |
| InTotoStatement.PredicateCase |
getPredicateType()
public abstract String getPredicateType() https://slsa.dev/provenance/v0.1 for SlsaProvenance.
string predicate_type = 3;
| Type | Description |
| String | The predicateType. |
getPredicateTypeBytes()
public abstract ByteString getPredicateTypeBytes() https://slsa.dev/provenance/v0.1 for SlsaProvenance.
string predicate_type = 3;
| Type | Description |
| ByteString | The bytes for predicateType. |
getProvenance()
public abstract InTotoProvenance getProvenance().grafeas.v1.InTotoProvenance provenance = 4;
| Type | Description |
| InTotoProvenance | The provenance. |
getProvenanceOrBuilder()
public abstract InTotoProvenanceOrBuilder getProvenanceOrBuilder().grafeas.v1.InTotoProvenance provenance = 4;
| Type | Description |
| InTotoProvenanceOrBuilder |
getSlsaProvenance()
public abstract SlsaProvenance getSlsaProvenance().grafeas.v1.SlsaProvenance slsa_provenance = 5;
| Type | Description |
| SlsaProvenance | The slsaProvenance. |
getSlsaProvenanceOrBuilder()
public abstract SlsaProvenanceOrBuilder getSlsaProvenanceOrBuilder().grafeas.v1.SlsaProvenance slsa_provenance = 5;
| Type | Description |
| SlsaProvenanceOrBuilder |
getSubject(int index)
public abstract Subject getSubject(int index)repeated .grafeas.v1.Subject subject = 2;
| Name | Description |
| index | int |
| Type | Description |
| Subject |
getSubjectCount()
public abstract int getSubjectCount()repeated .grafeas.v1.Subject subject = 2;
| Type | Description |
| int |
getSubjectList()
public abstract List<Subject> getSubjectList()repeated .grafeas.v1.Subject subject = 2;
| Type | Description |
| List<Subject> |
getSubjectOrBuilder(int index)
public abstract SubjectOrBuilder getSubjectOrBuilder(int index)repeated .grafeas.v1.Subject subject = 2;
| Name | Description |
| index | int |
| Type | Description |
| SubjectOrBuilder |
getSubjectOrBuilderList()
public abstract List<? extends SubjectOrBuilder> getSubjectOrBuilderList()repeated .grafeas.v1.Subject subject = 2;
| Type | Description |
| List<? extends io.grafeas.v1.SubjectOrBuilder> |
getType()
public abstract String getType() Always https://in-toto.io/Statement/v0.1.
string type = 1 [json_name = "_type"];
| Type | Description |
| String | The type. |
getTypeBytes()
public abstract ByteString getTypeBytes() Always https://in-toto.io/Statement/v0.1.
string type = 1 [json_name = "_type"];
| Type | Description |
| ByteString | The bytes for type. |
hasProvenance()
public abstract boolean hasProvenance().grafeas.v1.InTotoProvenance provenance = 4;
| Type | Description |
| boolean | Whether the provenance field is set. |
hasSlsaProvenance()
public abstract boolean hasSlsaProvenance().grafeas.v1.SlsaProvenance slsa_provenance = 5;
| Type | Description |
| boolean | Whether the slsaProvenance field is set. |