Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
feat: Updating the grafeas protos to include compliance and intoto at…
Browse files Browse the repository at this point in the history
…testation protos (#428)

* feat: Updating the grafeas protos to include compliance and intoto attestation protos

PiperOrigin-RevId: 407119231

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Nov 2 10:32:10 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 381ab78414f71d6f9476c3044c212e13d762e822
Source-Link: googleapis/googleapis@381ab78

* chore: update Java and Python dependencies

PiperOrigin-RevId: 408420890

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Nov 8 13:03:45 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 2921f9fb3bfbd16f6b2da0104373e2b47a80a65e
Source-Link: googleapis/googleapis@2921f9f

* fix: add java_outer_classname to intoto protos to fix java client generation issues due to name collisions

PiperOrigin-RevId: 414718329

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Dec 7 07:23:02 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 297bfd86f13acc8e06251bc0b23207f91bcba081
Source-Link: googleapis/googleapis@297bfd8
  • Loading branch information
yoshi-automation committed Dec 8, 2021
1 parent cef2f85 commit 2bcd97c
Show file tree
Hide file tree
Showing 76 changed files with 35,138 additions and 392 deletions.
26 changes: 19 additions & 7 deletions src/main/java/io/grafeas/v1/Attestation.java
Expand Up @@ -36,6 +36,9 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r
internal_static_grafeas_v1_AttestationNote_Hint_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_grafeas_v1_AttestationNote_Hint_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor internal_static_grafeas_v1_Jwt_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_grafeas_v1_Jwt_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_grafeas_v1_AttestationOccurrence_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Expand All @@ -53,11 +56,13 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "v1\032\027grafeas/v1/common.proto\"f\n\017Attestati"
+ "onNote\022.\n\004hint\030\001 \001(\0132 .grafeas.v1.Attest"
+ "ationNote.Hint\032#\n\004Hint\022\033\n\023human_readable"
+ "_name\030\001 \001(\t\"^\n\025AttestationOccurrence\022\032\n\022"
+ "serialized_payload\030\001 \001(\014\022)\n\nsignatures\030\002"
+ " \003(\0132\025.grafeas.v1.SignatureBQ\n\rio.grafea"
+ "s.v1P\001Z8google.golang.org/genproto/googl"
+ "eapis/grafeas/v1;grafeas\242\002\003GRAb\006proto3"
+ "_name\030\001 \001(\t\"\032\n\003Jwt\022\023\n\013compact_jwt\030\001 \001(\t\""
+ "}\n\025AttestationOccurrence\022\032\n\022serialized_p"
+ "ayload\030\001 \001(\014\022)\n\nsignatures\030\002 \003(\0132\025.grafe"
+ "as.v1.Signature\022\035\n\004jwts\030\003 \003(\0132\017.grafeas."
+ "v1.JwtBQ\n\rio.grafeas.v1P\001Z8google.golang"
+ ".org/genproto/googleapis/grafeas/v1;graf"
+ "eas\242\002\003GRAb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand All @@ -81,13 +86,20 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new java.lang.String[] {
"HumanReadableName",
});
internal_static_grafeas_v1_Jwt_descriptor = getDescriptor().getMessageTypes().get(1);
internal_static_grafeas_v1_Jwt_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_grafeas_v1_Jwt_descriptor,
new java.lang.String[] {
"CompactJwt",
});
internal_static_grafeas_v1_AttestationOccurrence_descriptor =
getDescriptor().getMessageTypes().get(1);
getDescriptor().getMessageTypes().get(2);
internal_static_grafeas_v1_AttestationOccurrence_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_grafeas_v1_AttestationOccurrence_descriptor,
new java.lang.String[] {
"SerializedPayload", "Signatures",
"SerializedPayload", "Signatures", "Jwts",
});
io.grafeas.v1.Common.getDescriptor();
}
Expand Down

0 comments on commit 2bcd97c

Please sign in to comment.