1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# source: in_toto_attestation/v1/statement.proto
4"""Generated protocol buffer code."""
5from google.protobuf import descriptor as _descriptor
6from google.protobuf import descriptor_pool as _descriptor_pool
7from google.protobuf import symbol_database as _symbol_database
8from google.protobuf.internal import builder as _builder
9# @@protoc_insertion_point(imports)
10
11_sym_db = _symbol_database.Default()
12
13
14from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
15from in_toto_attestation.v1 import (
16 resource_descriptor_pb2 as in__toto__attestation_dot_v1_dot_resource__descriptor__pb2,
17)
18
19
20DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
21 b'\n&in_toto_attestation/v1/statement.proto\x12\x16in_toto_attestation.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x30in_toto_attestation/v1/resource_descriptor.proto"\xa1\x01\n\tStatement\x12\x13\n\x04type\x18\x01 \x01(\tR\x05_type\x12;\n\x07subject\x18\x02 \x03(\x0b\x32*.in_toto_attestation.v1.ResourceDescriptor\x12\x16\n\x0epredicate_type\x18\x03 \x01(\t\x12*\n\tpredicate\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructBG\n\x1fio.github.intoto.attestation.v1Z$github.com/in-toto/attestation/go/v1b\x06proto3'
22)
23
24_globals = globals()
25_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
26_builder.BuildTopDescriptorsAndMessages(
27 DESCRIPTOR, "in_toto_attestation.v1.statement_pb2", _globals
28)
29if _descriptor._USE_C_DESCRIPTORS == False:
30 _globals["DESCRIPTOR"]._options = None
31 _globals[
32 "DESCRIPTOR"
33 ]._serialized_options = (
34 b"\n\037io.github.intoto.attestation.v1Z$github.com/in-toto/attestation/go/v1"
35 )
36 _globals["_STATEMENT"]._serialized_start = 147
37 _globals["_STATEMENT"]._serialized_end = 308
38# @@protoc_insertion_point(module_scope)