io.grafeas.v1.DSSEAttestationOccurrenceOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grafeas Show documentation
Show all versions of grafeas Show documentation
Java idiomatic client for Grafeas.
/*
* Copyright 2019 The Grafeas Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grafeas/v1/dsse_attestation.proto
// Protobuf Java Version: 3.25.2
package io.grafeas.v1;
public interface DSSEAttestationOccurrenceOrBuilder
extends
// @@protoc_insertion_point(interface_extends:grafeas.v1.DSSEAttestationOccurrence)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* If doing something security critical, make sure to verify the signatures in
* this metadata.
*
*
* .grafeas.v1.Envelope envelope = 1;
*
* @return Whether the envelope field is set.
*/
boolean hasEnvelope();
/**
*
*
*
* If doing something security critical, make sure to verify the signatures in
* this metadata.
*
*
* .grafeas.v1.Envelope envelope = 1;
*
* @return The envelope.
*/
io.grafeas.v1.Envelope getEnvelope();
/**
*
*
*
* If doing something security critical, make sure to verify the signatures in
* this metadata.
*
*
* .grafeas.v1.Envelope envelope = 1;
*/
io.grafeas.v1.EnvelopeOrBuilder getEnvelopeOrBuilder();
/**
* .grafeas.v1.InTotoStatement statement = 2;
*
* @return Whether the statement field is set.
*/
boolean hasStatement();
/**
* .grafeas.v1.InTotoStatement statement = 2;
*
* @return The statement.
*/
io.grafeas.v1.InTotoStatement getStatement();
/** .grafeas.v1.InTotoStatement statement = 2;
*/
io.grafeas.v1.InTotoStatementOrBuilder getStatementOrBuilder();
io.grafeas.v1.DSSEAttestationOccurrence.DecodedPayloadCase getDecodedPayloadCase();
}