/*
 * 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/common/common.proto

package io.grafeas.v1beta1.common;

public final class Common {
  private Common() {}

  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_RelatedUrl_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grafeas_v1beta1_RelatedUrl_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_grafeas_v1beta1_Signature_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grafeas_v1beta1_Signature_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/common/common.proto\022\017grafeas.v1beta1"
          + "\"(\n\nRelatedUrl\022\013\n\003url\030\001 \001(\t\022\r\n\005label\030\002 \001"
          + "(\t\"5\n\tSignature\022\021\n\tsignature\030\001 \001(\014\022\025\n\rpu"
          + "blic_key_id\030\002 \001(\t*\213\001\n\010NoteKind\022\031\n\025NOTE_K"
          + "IND_UNSPECIFIED\020\000\022\021\n\rVULNERABILITY\020\001\022\t\n\005"
          + "BUILD\020\002\022\t\n\005IMAGE\020\003\022\013\n\007PACKAGE\020\004\022\016\n\nDEPLO"
          + "YMENT\020\005\022\r\n\tDISCOVERY\020\006\022\017\n\013ATTESTATION\020\007B"
          + "{\n\031io.grafeas.v1beta1.commonP\001ZVgoogle.g"
          + "olang.org/genproto/googleapis/devtools/c"
          + "ontaineranalysis/v1beta1/common;common\242\002"
          + "\003GRAb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
    internal_static_grafeas_v1beta1_RelatedUrl_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_grafeas_v1beta1_RelatedUrl_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_grafeas_v1beta1_RelatedUrl_descriptor,
            new java.lang.String[] {
              "Url", "Label",
            });
    internal_static_grafeas_v1beta1_Signature_descriptor = getDescriptor().getMessageTypes().get(1);
    internal_static_grafeas_v1beta1_Signature_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_grafeas_v1beta1_Signature_descriptor,
            new java.lang.String[] {
              "Signature", "PublicKeyId",
            });
  }

  // @@protoc_insertion_point(outer_class_scope)
}
