![JAR search and dependency download from the Maven repository](/logo.png)
io.grafeas.v1.SbomReferenceIntotoPredicateOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 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/sbom.proto
// Protobuf Java Version: 3.25.4
package io.grafeas.v1;
public interface SbomReferenceIntotoPredicateOrBuilder
extends
// @@protoc_insertion_point(interface_extends:grafeas.v1.SbomReferenceIntotoPredicate)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The person or system referring this predicate to the consumer.
*
*
* string referrer_id = 1;
*
* @return The referrerId.
*/
java.lang.String getReferrerId();
/**
*
*
*
* The person or system referring this predicate to the consumer.
*
*
* string referrer_id = 1;
*
* @return The bytes for referrerId.
*/
com.google.protobuf.ByteString getReferrerIdBytes();
/**
*
*
*
* The location of the SBOM.
*
*
* string location = 2;
*
* @return The location.
*/
java.lang.String getLocation();
/**
*
*
*
* The location of the SBOM.
*
*
* string location = 2;
*
* @return The bytes for location.
*/
com.google.protobuf.ByteString getLocationBytes();
/**
*
*
*
* The mime type of the SBOM.
*
*
* string mime_type = 3;
*
* @return The mimeType.
*/
java.lang.String getMimeType();
/**
*
*
*
* The mime type of the SBOM.
*
*
* string mime_type = 3;
*
* @return The bytes for mimeType.
*/
com.google.protobuf.ByteString getMimeTypeBytes();
/**
*
*
*
* A map of algorithm to digest of the contents of the SBOM.
*
*
* map<string, string> digest = 4;
*/
int getDigestCount();
/**
*
*
*
* A map of algorithm to digest of the contents of the SBOM.
*
*
* map<string, string> digest = 4;
*/
boolean containsDigest(java.lang.String key);
/** Use {@link #getDigestMap()} instead. */
@java.lang.Deprecated
java.util.Map getDigest();
/**
*
*
*
* A map of algorithm to digest of the contents of the SBOM.
*
*
* map<string, string> digest = 4;
*/
java.util.Map getDigestMap();
/**
*
*
*
* A map of algorithm to digest of the contents of the SBOM.
*
*
* map<string, string> digest = 4;
*/
/* nullable */
java.lang.String getDigestOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
*
*
* A map of algorithm to digest of the contents of the SBOM.
*
*
* map<string, string> digest = 4;
*/
java.lang.String getDigestOrThrow(java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy