/*
 * Copyright 2020 Google LLC
 *
 * 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: google/devtools/containeranalysis/v1beta1/build/build.proto

package io.grafeas.v1beta1.build;

public final class BuildOuterClass {
  private BuildOuterClass() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_grafeas_v1beta1_build_Build_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grafeas_v1beta1_build_Build_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_grafeas_v1beta1_build_BuildSignature_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grafeas_v1beta1_build_BuildSignature_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_grafeas_v1beta1_build_Details_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grafeas_v1beta1_build_Details_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
    return descriptor;
  }

  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;

  static {
    java.lang.String[] descriptorData = {
      "\n;google/devtools/containeranalysis/v1be"
          + "ta1/build/build.proto\022\025grafeas.v1beta1.b"
          + "uild\032Egoogle/devtools/containeranalysis/"
          + "v1beta1/provenance/provenance.proto\"Z\n\005B"
          + "uild\022\027\n\017builder_version\030\001 \001(\t\0228\n\tsignatu"
          + "re\030\002 \001(\0132%.grafeas.v1beta1.build.BuildSi"
          + "gnature\"\322\001\n\016BuildSignature\022\022\n\npublic_key"
          + "\030\001 \001(\t\022\021\n\tsignature\030\002 \001(\014\022\016\n\006key_id\030\003 \001("
          + "\t\022?\n\010key_type\030\004 \001(\0162-.grafeas.v1beta1.bu"
          + "ild.BuildSignature.KeyType\"H\n\007KeyType\022\030\n"
          + "\024KEY_TYPE_UNSPECIFIED\020\000\022\025\n\021PGP_ASCII_ARM"
          + "ORED\020\001\022\014\n\010PKIX_PEM\020\002\"d\n\007Details\022?\n\nprove"
          + "nance\030\001 \001(\0132+.grafeas.v1beta1.provenance"
          + ".BuildProvenance\022\030\n\020provenance_bytes\030\002 \001"
          + "(\tBx\n\030io.grafeas.v1beta1.buildP\001ZTgoogle"
          + ".golang.org/genproto/googleapis/devtools"
          + "/containeranalysis/v1beta1/build;build\242\002"
          + "\003GRAb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              io.grafeas.v1beta1.provenance.Provenance.getDescriptor(),
            });
    internal_static_grafeas_v1beta1_build_Build_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_grafeas_v1beta1_build_Build_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_grafeas_v1beta1_build_Build_descriptor,
            new java.lang.String[] {
              "BuilderVersion", "Signature",
            });
    internal_static_grafeas_v1beta1_build_BuildSignature_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_grafeas_v1beta1_build_BuildSignature_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_grafeas_v1beta1_build_BuildSignature_descriptor,
            new java.lang.String[] {
              "PublicKey", "Signature", "KeyId", "KeyType",
            });
    internal_static_grafeas_v1beta1_build_Details_descriptor =
        getDescriptor().getMessageTypes().get(2);
    internal_static_grafeas_v1beta1_build_Details_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_grafeas_v1beta1_build_Details_descriptor,
            new java.lang.String[] {
              "Provenance", "ProvenanceBytes",
            });
    io.grafeas.v1beta1.provenance.Provenance.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
