1// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: google/cloud/binaryauthorization/v1beta1/service.proto
3
4package binaryauthorization
5
6import (
7	context "context"
8	fmt "fmt"
9	math "math"
10
11	proto "github.com/golang/protobuf/proto"
12	empty "github.com/golang/protobuf/ptypes/empty"
13	_ "google.golang.org/genproto/googleapis/api/annotations"
14	grpc "google.golang.org/grpc"
15)
16
17// Reference imports to suppress errors if they are not otherwise used.
18var _ = proto.Marshal
19var _ = fmt.Errorf
20var _ = math.Inf
21
22// This is a compile-time assertion to ensure that this generated file
23// is compatible with the proto package it is being compiled against.
24// A compilation error at this line likely means your copy of the
25// proto package needs to be updated.
26const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
27
28// Request message for [BinauthzManagementService.GetPolicy][].
29type GetPolicyRequest struct {
30	// Required. The resource name of the [policy][google.cloud.binaryauthorization.v1beta1.Policy] to retrieve,
31	// in the format `projects/*/policy`.
32	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
33	XXX_NoUnkeyedLiteral struct{} `json:"-"`
34	XXX_unrecognized     []byte   `json:"-"`
35	XXX_sizecache        int32    `json:"-"`
36}
37
38func (m *GetPolicyRequest) Reset()         { *m = GetPolicyRequest{} }
39func (m *GetPolicyRequest) String() string { return proto.CompactTextString(m) }
40func (*GetPolicyRequest) ProtoMessage()    {}
41func (*GetPolicyRequest) Descriptor() ([]byte, []int) {
42	return fileDescriptor_b5f16bed3f845be4, []int{0}
43}
44
45func (m *GetPolicyRequest) XXX_Unmarshal(b []byte) error {
46	return xxx_messageInfo_GetPolicyRequest.Unmarshal(m, b)
47}
48func (m *GetPolicyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
49	return xxx_messageInfo_GetPolicyRequest.Marshal(b, m, deterministic)
50}
51func (m *GetPolicyRequest) XXX_Merge(src proto.Message) {
52	xxx_messageInfo_GetPolicyRequest.Merge(m, src)
53}
54func (m *GetPolicyRequest) XXX_Size() int {
55	return xxx_messageInfo_GetPolicyRequest.Size(m)
56}
57func (m *GetPolicyRequest) XXX_DiscardUnknown() {
58	xxx_messageInfo_GetPolicyRequest.DiscardUnknown(m)
59}
60
61var xxx_messageInfo_GetPolicyRequest proto.InternalMessageInfo
62
63func (m *GetPolicyRequest) GetName() string {
64	if m != nil {
65		return m.Name
66	}
67	return ""
68}
69
70// Request message for [BinauthzManagementService.UpdatePolicy][].
71type UpdatePolicyRequest struct {
72	// Required. A new or updated [policy][google.cloud.binaryauthorization.v1beta1.Policy] value. The service will
73	// overwrite the [policy name][google.cloud.binaryauthorization.v1beta1.Policy.name] field with the resource name in
74	// the request URL, in the format `projects/*/policy`.
75	Policy               *Policy  `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
76	XXX_NoUnkeyedLiteral struct{} `json:"-"`
77	XXX_unrecognized     []byte   `json:"-"`
78	XXX_sizecache        int32    `json:"-"`
79}
80
81func (m *UpdatePolicyRequest) Reset()         { *m = UpdatePolicyRequest{} }
82func (m *UpdatePolicyRequest) String() string { return proto.CompactTextString(m) }
83func (*UpdatePolicyRequest) ProtoMessage()    {}
84func (*UpdatePolicyRequest) Descriptor() ([]byte, []int) {
85	return fileDescriptor_b5f16bed3f845be4, []int{1}
86}
87
88func (m *UpdatePolicyRequest) XXX_Unmarshal(b []byte) error {
89	return xxx_messageInfo_UpdatePolicyRequest.Unmarshal(m, b)
90}
91func (m *UpdatePolicyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
92	return xxx_messageInfo_UpdatePolicyRequest.Marshal(b, m, deterministic)
93}
94func (m *UpdatePolicyRequest) XXX_Merge(src proto.Message) {
95	xxx_messageInfo_UpdatePolicyRequest.Merge(m, src)
96}
97func (m *UpdatePolicyRequest) XXX_Size() int {
98	return xxx_messageInfo_UpdatePolicyRequest.Size(m)
99}
100func (m *UpdatePolicyRequest) XXX_DiscardUnknown() {
101	xxx_messageInfo_UpdatePolicyRequest.DiscardUnknown(m)
102}
103
104var xxx_messageInfo_UpdatePolicyRequest proto.InternalMessageInfo
105
106func (m *UpdatePolicyRequest) GetPolicy() *Policy {
107	if m != nil {
108		return m.Policy
109	}
110	return nil
111}
112
113// Request message for [BinauthzManagementService.CreateAttestor][].
114type CreateAttestorRequest struct {
115	// Required. The parent of this [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].
116	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
117	// Required. The [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] ID.
118	AttestorId string `protobuf:"bytes,2,opt,name=attestor_id,json=attestorId,proto3" json:"attestor_id,omitempty"`
119	// Required. The initial [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will
120	// overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.Attestor.name] field with the resource name,
121	// in the format `projects/*/attestors/*`.
122	Attestor             *Attestor `protobuf:"bytes,3,opt,name=attestor,proto3" json:"attestor,omitempty"`
123	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
124	XXX_unrecognized     []byte    `json:"-"`
125	XXX_sizecache        int32     `json:"-"`
126}
127
128func (m *CreateAttestorRequest) Reset()         { *m = CreateAttestorRequest{} }
129func (m *CreateAttestorRequest) String() string { return proto.CompactTextString(m) }
130func (*CreateAttestorRequest) ProtoMessage()    {}
131func (*CreateAttestorRequest) Descriptor() ([]byte, []int) {
132	return fileDescriptor_b5f16bed3f845be4, []int{2}
133}
134
135func (m *CreateAttestorRequest) XXX_Unmarshal(b []byte) error {
136	return xxx_messageInfo_CreateAttestorRequest.Unmarshal(m, b)
137}
138func (m *CreateAttestorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
139	return xxx_messageInfo_CreateAttestorRequest.Marshal(b, m, deterministic)
140}
141func (m *CreateAttestorRequest) XXX_Merge(src proto.Message) {
142	xxx_messageInfo_CreateAttestorRequest.Merge(m, src)
143}
144func (m *CreateAttestorRequest) XXX_Size() int {
145	return xxx_messageInfo_CreateAttestorRequest.Size(m)
146}
147func (m *CreateAttestorRequest) XXX_DiscardUnknown() {
148	xxx_messageInfo_CreateAttestorRequest.DiscardUnknown(m)
149}
150
151var xxx_messageInfo_CreateAttestorRequest proto.InternalMessageInfo
152
153func (m *CreateAttestorRequest) GetParent() string {
154	if m != nil {
155		return m.Parent
156	}
157	return ""
158}
159
160func (m *CreateAttestorRequest) GetAttestorId() string {
161	if m != nil {
162		return m.AttestorId
163	}
164	return ""
165}
166
167func (m *CreateAttestorRequest) GetAttestor() *Attestor {
168	if m != nil {
169		return m.Attestor
170	}
171	return nil
172}
173
174// Request message for [BinauthzManagementService.GetAttestor][].
175type GetAttestorRequest struct {
176	// Required. The name of the [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] to retrieve, in the format
177	// `projects/*/attestors/*`.
178	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
179	XXX_NoUnkeyedLiteral struct{} `json:"-"`
180	XXX_unrecognized     []byte   `json:"-"`
181	XXX_sizecache        int32    `json:"-"`
182}
183
184func (m *GetAttestorRequest) Reset()         { *m = GetAttestorRequest{} }
185func (m *GetAttestorRequest) String() string { return proto.CompactTextString(m) }
186func (*GetAttestorRequest) ProtoMessage()    {}
187func (*GetAttestorRequest) Descriptor() ([]byte, []int) {
188	return fileDescriptor_b5f16bed3f845be4, []int{3}
189}
190
191func (m *GetAttestorRequest) XXX_Unmarshal(b []byte) error {
192	return xxx_messageInfo_GetAttestorRequest.Unmarshal(m, b)
193}
194func (m *GetAttestorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
195	return xxx_messageInfo_GetAttestorRequest.Marshal(b, m, deterministic)
196}
197func (m *GetAttestorRequest) XXX_Merge(src proto.Message) {
198	xxx_messageInfo_GetAttestorRequest.Merge(m, src)
199}
200func (m *GetAttestorRequest) XXX_Size() int {
201	return xxx_messageInfo_GetAttestorRequest.Size(m)
202}
203func (m *GetAttestorRequest) XXX_DiscardUnknown() {
204	xxx_messageInfo_GetAttestorRequest.DiscardUnknown(m)
205}
206
207var xxx_messageInfo_GetAttestorRequest proto.InternalMessageInfo
208
209func (m *GetAttestorRequest) GetName() string {
210	if m != nil {
211		return m.Name
212	}
213	return ""
214}
215
216// Request message for [BinauthzManagementService.UpdateAttestor][].
217type UpdateAttestorRequest struct {
218	// Required. The updated [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will
219	// overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.Attestor.name] field with the resource name
220	// in the request URL, in the format `projects/*/attestors/*`.
221	Attestor             *Attestor `protobuf:"bytes,1,opt,name=attestor,proto3" json:"attestor,omitempty"`
222	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
223	XXX_unrecognized     []byte    `json:"-"`
224	XXX_sizecache        int32     `json:"-"`
225}
226
227func (m *UpdateAttestorRequest) Reset()         { *m = UpdateAttestorRequest{} }
228func (m *UpdateAttestorRequest) String() string { return proto.CompactTextString(m) }
229func (*UpdateAttestorRequest) ProtoMessage()    {}
230func (*UpdateAttestorRequest) Descriptor() ([]byte, []int) {
231	return fileDescriptor_b5f16bed3f845be4, []int{4}
232}
233
234func (m *UpdateAttestorRequest) XXX_Unmarshal(b []byte) error {
235	return xxx_messageInfo_UpdateAttestorRequest.Unmarshal(m, b)
236}
237func (m *UpdateAttestorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
238	return xxx_messageInfo_UpdateAttestorRequest.Marshal(b, m, deterministic)
239}
240func (m *UpdateAttestorRequest) XXX_Merge(src proto.Message) {
241	xxx_messageInfo_UpdateAttestorRequest.Merge(m, src)
242}
243func (m *UpdateAttestorRequest) XXX_Size() int {
244	return xxx_messageInfo_UpdateAttestorRequest.Size(m)
245}
246func (m *UpdateAttestorRequest) XXX_DiscardUnknown() {
247	xxx_messageInfo_UpdateAttestorRequest.DiscardUnknown(m)
248}
249
250var xxx_messageInfo_UpdateAttestorRequest proto.InternalMessageInfo
251
252func (m *UpdateAttestorRequest) GetAttestor() *Attestor {
253	if m != nil {
254		return m.Attestor
255	}
256	return nil
257}
258
259// Request message for [BinauthzManagementService.ListAttestors][].
260type ListAttestorsRequest struct {
261	// Required. The resource name of the project associated with the
262	// [attestors][google.cloud.binaryauthorization.v1beta1.Attestor], in the format `projects/*`.
263	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
264	// Requested page size. The server may return fewer results than requested. If
265	// unspecified, the server will pick an appropriate default.
266	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
267	// A token identifying a page of results the server should return. Typically,
268	// this is the value of [ListAttestorsResponse.next_page_token][google.cloud.binaryauthorization.v1beta1.ListAttestorsResponse.next_page_token] returned
269	// from the previous call to the `ListAttestors` method.
270	PageToken            string   `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
271	XXX_NoUnkeyedLiteral struct{} `json:"-"`
272	XXX_unrecognized     []byte   `json:"-"`
273	XXX_sizecache        int32    `json:"-"`
274}
275
276func (m *ListAttestorsRequest) Reset()         { *m = ListAttestorsRequest{} }
277func (m *ListAttestorsRequest) String() string { return proto.CompactTextString(m) }
278func (*ListAttestorsRequest) ProtoMessage()    {}
279func (*ListAttestorsRequest) Descriptor() ([]byte, []int) {
280	return fileDescriptor_b5f16bed3f845be4, []int{5}
281}
282
283func (m *ListAttestorsRequest) XXX_Unmarshal(b []byte) error {
284	return xxx_messageInfo_ListAttestorsRequest.Unmarshal(m, b)
285}
286func (m *ListAttestorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
287	return xxx_messageInfo_ListAttestorsRequest.Marshal(b, m, deterministic)
288}
289func (m *ListAttestorsRequest) XXX_Merge(src proto.Message) {
290	xxx_messageInfo_ListAttestorsRequest.Merge(m, src)
291}
292func (m *ListAttestorsRequest) XXX_Size() int {
293	return xxx_messageInfo_ListAttestorsRequest.Size(m)
294}
295func (m *ListAttestorsRequest) XXX_DiscardUnknown() {
296	xxx_messageInfo_ListAttestorsRequest.DiscardUnknown(m)
297}
298
299var xxx_messageInfo_ListAttestorsRequest proto.InternalMessageInfo
300
301func (m *ListAttestorsRequest) GetParent() string {
302	if m != nil {
303		return m.Parent
304	}
305	return ""
306}
307
308func (m *ListAttestorsRequest) GetPageSize() int32 {
309	if m != nil {
310		return m.PageSize
311	}
312	return 0
313}
314
315func (m *ListAttestorsRequest) GetPageToken() string {
316	if m != nil {
317		return m.PageToken
318	}
319	return ""
320}
321
322// Response message for [BinauthzManagementService.ListAttestors][].
323type ListAttestorsResponse struct {
324	// The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
325	Attestors []*Attestor `protobuf:"bytes,1,rep,name=attestors,proto3" json:"attestors,omitempty"`
326	// A token to retrieve the next page of results. Pass this value in the
327	// [ListAttestorsRequest.page_token][google.cloud.binaryauthorization.v1beta1.ListAttestorsRequest.page_token] field in the subsequent call to the
328	// `ListAttestors` method to retrieve the next page of results.
329	NextPageToken        string   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
330	XXX_NoUnkeyedLiteral struct{} `json:"-"`
331	XXX_unrecognized     []byte   `json:"-"`
332	XXX_sizecache        int32    `json:"-"`
333}
334
335func (m *ListAttestorsResponse) Reset()         { *m = ListAttestorsResponse{} }
336func (m *ListAttestorsResponse) String() string { return proto.CompactTextString(m) }
337func (*ListAttestorsResponse) ProtoMessage()    {}
338func (*ListAttestorsResponse) Descriptor() ([]byte, []int) {
339	return fileDescriptor_b5f16bed3f845be4, []int{6}
340}
341
342func (m *ListAttestorsResponse) XXX_Unmarshal(b []byte) error {
343	return xxx_messageInfo_ListAttestorsResponse.Unmarshal(m, b)
344}
345func (m *ListAttestorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
346	return xxx_messageInfo_ListAttestorsResponse.Marshal(b, m, deterministic)
347}
348func (m *ListAttestorsResponse) XXX_Merge(src proto.Message) {
349	xxx_messageInfo_ListAttestorsResponse.Merge(m, src)
350}
351func (m *ListAttestorsResponse) XXX_Size() int {
352	return xxx_messageInfo_ListAttestorsResponse.Size(m)
353}
354func (m *ListAttestorsResponse) XXX_DiscardUnknown() {
355	xxx_messageInfo_ListAttestorsResponse.DiscardUnknown(m)
356}
357
358var xxx_messageInfo_ListAttestorsResponse proto.InternalMessageInfo
359
360func (m *ListAttestorsResponse) GetAttestors() []*Attestor {
361	if m != nil {
362		return m.Attestors
363	}
364	return nil
365}
366
367func (m *ListAttestorsResponse) GetNextPageToken() string {
368	if m != nil {
369		return m.NextPageToken
370	}
371	return ""
372}
373
374// Request message for [BinauthzManagementService.DeleteAttestor][].
375type DeleteAttestorRequest struct {
376	// Required. The name of the [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] to delete, in the format
377	// `projects/*/attestors/*`.
378	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
379	XXX_NoUnkeyedLiteral struct{} `json:"-"`
380	XXX_unrecognized     []byte   `json:"-"`
381	XXX_sizecache        int32    `json:"-"`
382}
383
384func (m *DeleteAttestorRequest) Reset()         { *m = DeleteAttestorRequest{} }
385func (m *DeleteAttestorRequest) String() string { return proto.CompactTextString(m) }
386func (*DeleteAttestorRequest) ProtoMessage()    {}
387func (*DeleteAttestorRequest) Descriptor() ([]byte, []int) {
388	return fileDescriptor_b5f16bed3f845be4, []int{7}
389}
390
391func (m *DeleteAttestorRequest) XXX_Unmarshal(b []byte) error {
392	return xxx_messageInfo_DeleteAttestorRequest.Unmarshal(m, b)
393}
394func (m *DeleteAttestorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
395	return xxx_messageInfo_DeleteAttestorRequest.Marshal(b, m, deterministic)
396}
397func (m *DeleteAttestorRequest) XXX_Merge(src proto.Message) {
398	xxx_messageInfo_DeleteAttestorRequest.Merge(m, src)
399}
400func (m *DeleteAttestorRequest) XXX_Size() int {
401	return xxx_messageInfo_DeleteAttestorRequest.Size(m)
402}
403func (m *DeleteAttestorRequest) XXX_DiscardUnknown() {
404	xxx_messageInfo_DeleteAttestorRequest.DiscardUnknown(m)
405}
406
407var xxx_messageInfo_DeleteAttestorRequest proto.InternalMessageInfo
408
409func (m *DeleteAttestorRequest) GetName() string {
410	if m != nil {
411		return m.Name
412	}
413	return ""
414}
415
416func init() {
417	proto.RegisterType((*GetPolicyRequest)(nil), "google.cloud.binaryauthorization.v1beta1.GetPolicyRequest")
418	proto.RegisterType((*UpdatePolicyRequest)(nil), "google.cloud.binaryauthorization.v1beta1.UpdatePolicyRequest")
419	proto.RegisterType((*CreateAttestorRequest)(nil), "google.cloud.binaryauthorization.v1beta1.CreateAttestorRequest")
420	proto.RegisterType((*GetAttestorRequest)(nil), "google.cloud.binaryauthorization.v1beta1.GetAttestorRequest")
421	proto.RegisterType((*UpdateAttestorRequest)(nil), "google.cloud.binaryauthorization.v1beta1.UpdateAttestorRequest")
422	proto.RegisterType((*ListAttestorsRequest)(nil), "google.cloud.binaryauthorization.v1beta1.ListAttestorsRequest")
423	proto.RegisterType((*ListAttestorsResponse)(nil), "google.cloud.binaryauthorization.v1beta1.ListAttestorsResponse")
424	proto.RegisterType((*DeleteAttestorRequest)(nil), "google.cloud.binaryauthorization.v1beta1.DeleteAttestorRequest")
425}
426
427func init() {
428	proto.RegisterFile("google/cloud/binaryauthorization/v1beta1/service.proto", fileDescriptor_b5f16bed3f845be4)
429}
430
431var fileDescriptor_b5f16bed3f845be4 = []byte{
432	// 701 bytes of a gzipped FileDescriptorProto
433	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xcf, 0x4f, 0x13, 0x41,
434	0x14, 0xc7, 0x33, 0xa0, 0x84, 0x3e, 0x04, 0xcd, 0x68, 0x49, 0xb3, 0x68, 0xc4, 0x35, 0x69, 0x2a,
435	0x26, 0xbb, 0x52, 0x13, 0x43, 0x40, 0x24, 0xa0, 0x06, 0x4d, 0xd4, 0x90, 0xa2, 0x1e, 0xf4, 0x50,
436	0xa7, 0xed, 0x73, 0x5d, 0x2c, 0x33, 0xeb, 0xce, 0x94, 0x48, 0x0d, 0x17, 0xff, 0x03, 0xe3, 0xc9,
437	0x9b, 0x89, 0xde, 0x3d, 0x7b, 0xd2, 0xa3, 0x77, 0xff, 0x05, 0xff, 0x08, 0x8f, 0x66, 0x67, 0x7f,
438	0xb0, 0xad, 0x0b, 0x6c, 0x1b, 0x6e, 0x9d, 0x1f, 0xef, 0xbd, 0xcf, 0x7b, 0xf3, 0xbe, 0x6f, 0x0b,
439	0x37, 0x1c, 0x21, 0x9c, 0x36, 0xda, 0xcd, 0xb6, 0xe8, 0xb4, 0xec, 0x86, 0xcb, 0x99, 0xbf, 0xcb,
440	0x3a, 0xea, 0x95, 0xf0, 0xdd, 0x2e, 0x53, 0xae, 0xe0, 0xf6, 0xce, 0x7c, 0x03, 0x15, 0x9b, 0xb7,
441	0x25, 0xfa, 0x3b, 0x6e, 0x13, 0x2d, 0xcf, 0x17, 0x4a, 0xd0, 0x4a, 0x68, 0x67, 0x69, 0x3b, 0x2b,
442	0xc3, 0xce, 0x8a, 0xec, 0x8c, 0xf3, 0x51, 0x04, 0xe6, 0xb9, 0x36, 0xe3, 0x5c, 0x28, 0x7d, 0x2c,
443	0x43, 0x3f, 0xc6, 0x42, 0xee, 0xf8, 0x3e, 0x4a, 0xd1, 0xf1, 0x9b, 0x18, 0x5b, 0xce, 0x44, 0x96,
444	0x7a, 0xd5, 0xe8, 0xbc, 0xb4, 0x71, 0xdb, 0x53, 0xbb, 0xe1, 0xa1, 0x59, 0x86, 0x33, 0xeb, 0xa8,
445	0x36, 0x44, 0xdb, 0x6d, 0xee, 0xd6, 0xf0, 0x4d, 0x07, 0xa5, 0xa2, 0x14, 0x4e, 0x70, 0xb6, 0x8d,
446	0x25, 0x32, 0x4b, 0x2a, 0x85, 0x9a, 0xfe, 0x6d, 0xd6, 0xe1, 0xec, 0x13, 0xaf, 0xc5, 0x14, 0xf6,
447	0x5e, 0xbd, 0x07, 0x63, 0x9e, 0xde, 0xd0, 0x97, 0x27, 0xaa, 0xd7, 0xac, 0xbc, 0xe9, 0x5a, 0x91,
448	0xa3, 0xc8, 0xde, 0xfc, 0x4c, 0xa0, 0x78, 0xdb, 0x47, 0xa6, 0x70, 0x55, 0x29, 0x94, 0x4a, 0xf8,
449	0x71, 0x8c, 0x69, 0x18, 0xf3, 0x98, 0x8f, 0x5c, 0x45, 0x40, 0xd1, 0x8a, 0x5e, 0x84, 0x09, 0x16,
450	0x5d, 0xad, 0xbb, 0xad, 0xd2, 0x88, 0x3e, 0x84, 0x78, 0xeb, 0x7e, 0x8b, 0x3e, 0x82, 0xf1, 0x78,
451	0x55, 0x1a, 0xd5, 0x78, 0xd5, 0xfc, 0x78, 0x09, 0x45, 0xe2, 0xc3, 0xac, 0x00, 0x5d, 0x47, 0xd5,
452	0x8f, 0x97, 0x55, 0x2d, 0x07, 0x8a, 0x61, 0xb5, 0xfa, 0x2f, 0xa7, 0x91, 0xc8, 0x31, 0x20, 0x6d,
453	0xc1, 0xb9, 0x07, 0xae, 0x4c, 0x98, 0xe4, 0x51, 0x35, 0x9b, 0x81, 0x82, 0xc7, 0x1c, 0xac, 0x4b,
454	0xb7, 0x8b, 0xba, 0x62, 0x27, 0x6b, 0xe3, 0xc1, 0xc6, 0xa6, 0xdb, 0x45, 0x7a, 0x01, 0x40, 0x1f,
455	0x2a, 0xf1, 0x1a, 0xb9, 0xae, 0x58, 0xa1, 0xa6, 0xaf, 0x3f, 0x0e, 0x36, 0xcc, 0x0f, 0x04, 0x8a,
456	0x7d, 0xc1, 0xa4, 0x27, 0xb8, 0x44, 0xba, 0x01, 0x85, 0x98, 0x48, 0x96, 0xc8, 0xec, 0xe8, 0x90,
457	0x69, 0xed, 0x3b, 0xa1, 0x65, 0x38, 0xcd, 0xf1, 0xad, 0xaa, 0xa7, 0x78, 0xc2, 0xf7, 0x9d, 0x0c,
458	0xb6, 0x37, 0x12, 0xa6, 0xab, 0x50, 0xbc, 0x83, 0x6d, 0xfc, 0xbf, 0xd0, 0x19, 0xaf, 0x52, 0xfd,
459	0x02, 0x30, 0xbb, 0xe6, 0xf2, 0x80, 0xa2, 0xfb, 0x90, 0x71, 0xe6, 0xe0, 0x36, 0x72, 0xb5, 0x19,
460	0xca, 0xf5, 0xe9, 0xfc, 0x5a, 0x40, 0x43, 0xbf, 0x12, 0x28, 0x24, 0x8a, 0xa0, 0x8b, 0xf9, 0xd3,
461	0xe8, 0x97, 0x91, 0x31, 0xb0, 0x16, 0xcc, 0x2b, 0xef, 0x7f, 0xff, 0xf9, 0x38, 0x72, 0x99, 0x5e,
462	0x4a, 0xb4, 0xfc, 0x2e, 0x00, 0x5f, 0xf6, 0x7c, 0xb1, 0x85, 0x4d, 0x25, 0xed, 0x39, 0x3b, 0x54,
463	0xcb, 0x1e, 0xfd, 0x4e, 0xe0, 0x54, 0x5a, 0x90, 0x74, 0x39, 0x7f, 0xb4, 0x0c, 0x21, 0x0f, 0x01,
464	0xbb, 0xa0, 0x61, 0xab, 0x46, 0x65, 0x1f, 0x36, 0x84, 0xb3, 0x0e, 0x60, 0x5e, 0x8c, 0xa4, 0x4e,
465	0x7f, 0x10, 0x98, 0xea, 0x95, 0x3a, 0x5d, 0xc9, 0x1f, 0x3e, 0x73, 0x48, 0x18, 0x43, 0xf4, 0x5b,
466	0x9c, 0x81, 0x59, 0x4e, 0x65, 0xa0, 0x65, 0x92, 0x82, 0xdf, 0xb3, 0x93, 0xa6, 0x5c, 0x4c, 0x64,
467	0x47, 0xbf, 0x11, 0x98, 0x48, 0x8d, 0x02, 0x7a, 0x73, 0xa0, 0x36, 0x39, 0x0e, 0x76, 0x4b, 0xb3,
468	0x57, 0x68, 0xf9, 0xe0, 0x56, 0x49, 0xc0, 0xed, 0xb9, 0x3d, 0xfa, 0x8b, 0xc0, 0x54, 0xef, 0x48,
469	0x1a, 0xa4, 0xe6, 0x99, 0xc3, 0x6c, 0x28, 0xee, 0x55, 0xcd, 0xbd, 0x64, 0xd8, 0xfb, 0xdc, 0x31,
470	0xa7, 0x75, 0x58, 0x02, 0xa9, 0xe2, 0xff, 0x24, 0x30, 0xd9, 0x33, 0x87, 0xe8, 0xad, 0xfc, 0x20,
471	0x59, 0xd3, 0xd2, 0x58, 0x19, 0xda, 0x3e, 0x1c, 0x80, 0x59, 0xaf, 0x71, 0x58, 0x27, 0xd1, 0x4f,
472	0x04, 0xa6, 0x7a, 0xe7, 0xd6, 0x20, 0xaf, 0x91, 0x39, 0xf1, 0x8c, 0xe9, 0xd8, 0x41, 0xfc, 0x9d,
473	0xb7, 0xee, 0x06, 0xdf, 0xf9, 0x98, 0x6d, 0x2e, 0x67, 0xa7, 0xac, 0xbd, 0x78, 0xf6, 0x3c, 0x72,
474	0xe4, 0x88, 0x36, 0xe3, 0x8e, 0x25, 0x7c, 0xc7, 0x76, 0x90, 0x6b, 0xb7, 0x76, 0x78, 0xc4, 0x3c,
475	0x57, 0x1e, 0xfd, 0x4f, 0x64, 0x29, 0xe3, 0xec, 0x2f, 0x21, 0x8d, 0x31, 0xed, 0xea, 0xfa, 0xbf,
476	0x00, 0x00, 0x00, 0xff, 0xff, 0xa6, 0xda, 0x4c, 0x49, 0x53, 0x09, 0x00, 0x00,
477}
478
479// Reference imports to suppress errors if they are not otherwise used.
480var _ context.Context
481var _ grpc.ClientConn
482
483// This is a compile-time assertion to ensure that this generated file
484// is compatible with the grpc package it is being compiled against.
485const _ = grpc.SupportPackageIsVersion4
486
487// BinauthzManagementServiceV1Beta1Client is the client API for BinauthzManagementServiceV1Beta1 service.
488//
489// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
490type BinauthzManagementServiceV1Beta1Client interface {
491	// Gets the [policy][google.cloud.binaryauthorization.v1beta1.Policy] for this project. Returns a default
492	// [policy][google.cloud.binaryauthorization.v1beta1.Policy] if the project does not have one.
493	GetPolicy(ctx context.Context, in *GetPolicyRequest, opts ...grpc.CallOption) (*Policy, error)
494	// Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the
495	// new [policy][google.cloud.binaryauthorization.v1beta1.Policy]. A policy is always updated as a whole, to avoid race
496	// conditions with concurrent policy enforcement (or management!)
497	// requests. Returns NOT_FOUND if the project does not exist, INVALID_ARGUMENT
498	// if the request is malformed.
499	UpdatePolicy(ctx context.Context, in *UpdatePolicyRequest, opts ...grpc.CallOption) (*Policy, error)
500	// Creates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor], and returns a copy of the new
501	// [attestor][google.cloud.binaryauthorization.v1beta1.Attestor]. Returns NOT_FOUND if the project does not exist,
502	// INVALID_ARGUMENT if the request is malformed, ALREADY_EXISTS if the
503	// [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] already exists.
504	CreateAttestor(ctx context.Context, in *CreateAttestorRequest, opts ...grpc.CallOption) (*Attestor, error)
505	// Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].
506	// Returns NOT_FOUND if the [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] does not exist.
507	GetAttestor(ctx context.Context, in *GetAttestorRequest, opts ...grpc.CallOption) (*Attestor, error)
508	// Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].
509	// Returns NOT_FOUND if the [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] does not exist.
510	UpdateAttestor(ctx context.Context, in *UpdateAttestorRequest, opts ...grpc.CallOption) (*Attestor, error)
511	// Lists [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
512	// Returns INVALID_ARGUMENT if the project does not exist.
513	ListAttestors(ctx context.Context, in *ListAttestorsRequest, opts ...grpc.CallOption) (*ListAttestorsResponse, error)
514	// Deletes an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor]. Returns NOT_FOUND if the
515	// [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] does not exist.
516	DeleteAttestor(ctx context.Context, in *DeleteAttestorRequest, opts ...grpc.CallOption) (*empty.Empty, error)
517}
518
519type binauthzManagementServiceV1Beta1Client struct {
520	cc *grpc.ClientConn
521}
522
523func NewBinauthzManagementServiceV1Beta1Client(cc *grpc.ClientConn) BinauthzManagementServiceV1Beta1Client {
524	return &binauthzManagementServiceV1Beta1Client{cc}
525}
526
527func (c *binauthzManagementServiceV1Beta1Client) GetPolicy(ctx context.Context, in *GetPolicyRequest, opts ...grpc.CallOption) (*Policy, error) {
528	out := new(Policy)
529	err := c.cc.Invoke(ctx, "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/GetPolicy", in, out, opts...)
530	if err != nil {
531		return nil, err
532	}
533	return out, nil
534}
535
536func (c *binauthzManagementServiceV1Beta1Client) UpdatePolicy(ctx context.Context, in *UpdatePolicyRequest, opts ...grpc.CallOption) (*Policy, error) {
537	out := new(Policy)
538	err := c.cc.Invoke(ctx, "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/UpdatePolicy", in, out, opts...)
539	if err != nil {
540		return nil, err
541	}
542	return out, nil
543}
544
545func (c *binauthzManagementServiceV1Beta1Client) CreateAttestor(ctx context.Context, in *CreateAttestorRequest, opts ...grpc.CallOption) (*Attestor, error) {
546	out := new(Attestor)
547	err := c.cc.Invoke(ctx, "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/CreateAttestor", in, out, opts...)
548	if err != nil {
549		return nil, err
550	}
551	return out, nil
552}
553
554func (c *binauthzManagementServiceV1Beta1Client) GetAttestor(ctx context.Context, in *GetAttestorRequest, opts ...grpc.CallOption) (*Attestor, error) {
555	out := new(Attestor)
556	err := c.cc.Invoke(ctx, "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/GetAttestor", in, out, opts...)
557	if err != nil {
558		return nil, err
559	}
560	return out, nil
561}
562
563func (c *binauthzManagementServiceV1Beta1Client) UpdateAttestor(ctx context.Context, in *UpdateAttestorRequest, opts ...grpc.CallOption) (*Attestor, error) {
564	out := new(Attestor)
565	err := c.cc.Invoke(ctx, "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/UpdateAttestor", in, out, opts...)
566	if err != nil {
567		return nil, err
568	}
569	return out, nil
570}
571
572func (c *binauthzManagementServiceV1Beta1Client) ListAttestors(ctx context.Context, in *ListAttestorsRequest, opts ...grpc.CallOption) (*ListAttestorsResponse, error) {
573	out := new(ListAttestorsResponse)
574	err := c.cc.Invoke(ctx, "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/ListAttestors", in, out, opts...)
575	if err != nil {
576		return nil, err
577	}
578	return out, nil
579}
580
581func (c *binauthzManagementServiceV1Beta1Client) DeleteAttestor(ctx context.Context, in *DeleteAttestorRequest, opts ...grpc.CallOption) (*empty.Empty, error) {
582	out := new(empty.Empty)
583	err := c.cc.Invoke(ctx, "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/DeleteAttestor", in, out, opts...)
584	if err != nil {
585		return nil, err
586	}
587	return out, nil
588}
589
590// BinauthzManagementServiceV1Beta1Server is the server API for BinauthzManagementServiceV1Beta1 service.
591type BinauthzManagementServiceV1Beta1Server interface {
592	// Gets the [policy][google.cloud.binaryauthorization.v1beta1.Policy] for this project. Returns a default
593	// [policy][google.cloud.binaryauthorization.v1beta1.Policy] if the project does not have one.
594	GetPolicy(context.Context, *GetPolicyRequest) (*Policy, error)
595	// Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the
596	// new [policy][google.cloud.binaryauthorization.v1beta1.Policy]. A policy is always updated as a whole, to avoid race
597	// conditions with concurrent policy enforcement (or management!)
598	// requests. Returns NOT_FOUND if the project does not exist, INVALID_ARGUMENT
599	// if the request is malformed.
600	UpdatePolicy(context.Context, *UpdatePolicyRequest) (*Policy, error)
601	// Creates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor], and returns a copy of the new
602	// [attestor][google.cloud.binaryauthorization.v1beta1.Attestor]. Returns NOT_FOUND if the project does not exist,
603	// INVALID_ARGUMENT if the request is malformed, ALREADY_EXISTS if the
604	// [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] already exists.
605	CreateAttestor(context.Context, *CreateAttestorRequest) (*Attestor, error)
606	// Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].
607	// Returns NOT_FOUND if the [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] does not exist.
608	GetAttestor(context.Context, *GetAttestorRequest) (*Attestor, error)
609	// Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].
610	// Returns NOT_FOUND if the [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] does not exist.
611	UpdateAttestor(context.Context, *UpdateAttestorRequest) (*Attestor, error)
612	// Lists [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
613	// Returns INVALID_ARGUMENT if the project does not exist.
614	ListAttestors(context.Context, *ListAttestorsRequest) (*ListAttestorsResponse, error)
615	// Deletes an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor]. Returns NOT_FOUND if the
616	// [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] does not exist.
617	DeleteAttestor(context.Context, *DeleteAttestorRequest) (*empty.Empty, error)
618}
619
620func RegisterBinauthzManagementServiceV1Beta1Server(s *grpc.Server, srv BinauthzManagementServiceV1Beta1Server) {
621	s.RegisterService(&_BinauthzManagementServiceV1Beta1_serviceDesc, srv)
622}
623
624func _BinauthzManagementServiceV1Beta1_GetPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
625	in := new(GetPolicyRequest)
626	if err := dec(in); err != nil {
627		return nil, err
628	}
629	if interceptor == nil {
630		return srv.(BinauthzManagementServiceV1Beta1Server).GetPolicy(ctx, in)
631	}
632	info := &grpc.UnaryServerInfo{
633		Server:     srv,
634		FullMethod: "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/GetPolicy",
635	}
636	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
637		return srv.(BinauthzManagementServiceV1Beta1Server).GetPolicy(ctx, req.(*GetPolicyRequest))
638	}
639	return interceptor(ctx, in, info, handler)
640}
641
642func _BinauthzManagementServiceV1Beta1_UpdatePolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
643	in := new(UpdatePolicyRequest)
644	if err := dec(in); err != nil {
645		return nil, err
646	}
647	if interceptor == nil {
648		return srv.(BinauthzManagementServiceV1Beta1Server).UpdatePolicy(ctx, in)
649	}
650	info := &grpc.UnaryServerInfo{
651		Server:     srv,
652		FullMethod: "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/UpdatePolicy",
653	}
654	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
655		return srv.(BinauthzManagementServiceV1Beta1Server).UpdatePolicy(ctx, req.(*UpdatePolicyRequest))
656	}
657	return interceptor(ctx, in, info, handler)
658}
659
660func _BinauthzManagementServiceV1Beta1_CreateAttestor_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
661	in := new(CreateAttestorRequest)
662	if err := dec(in); err != nil {
663		return nil, err
664	}
665	if interceptor == nil {
666		return srv.(BinauthzManagementServiceV1Beta1Server).CreateAttestor(ctx, in)
667	}
668	info := &grpc.UnaryServerInfo{
669		Server:     srv,
670		FullMethod: "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/CreateAttestor",
671	}
672	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
673		return srv.(BinauthzManagementServiceV1Beta1Server).CreateAttestor(ctx, req.(*CreateAttestorRequest))
674	}
675	return interceptor(ctx, in, info, handler)
676}
677
678func _BinauthzManagementServiceV1Beta1_GetAttestor_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
679	in := new(GetAttestorRequest)
680	if err := dec(in); err != nil {
681		return nil, err
682	}
683	if interceptor == nil {
684		return srv.(BinauthzManagementServiceV1Beta1Server).GetAttestor(ctx, in)
685	}
686	info := &grpc.UnaryServerInfo{
687		Server:     srv,
688		FullMethod: "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/GetAttestor",
689	}
690	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
691		return srv.(BinauthzManagementServiceV1Beta1Server).GetAttestor(ctx, req.(*GetAttestorRequest))
692	}
693	return interceptor(ctx, in, info, handler)
694}
695
696func _BinauthzManagementServiceV1Beta1_UpdateAttestor_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
697	in := new(UpdateAttestorRequest)
698	if err := dec(in); err != nil {
699		return nil, err
700	}
701	if interceptor == nil {
702		return srv.(BinauthzManagementServiceV1Beta1Server).UpdateAttestor(ctx, in)
703	}
704	info := &grpc.UnaryServerInfo{
705		Server:     srv,
706		FullMethod: "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/UpdateAttestor",
707	}
708	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
709		return srv.(BinauthzManagementServiceV1Beta1Server).UpdateAttestor(ctx, req.(*UpdateAttestorRequest))
710	}
711	return interceptor(ctx, in, info, handler)
712}
713
714func _BinauthzManagementServiceV1Beta1_ListAttestors_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
715	in := new(ListAttestorsRequest)
716	if err := dec(in); err != nil {
717		return nil, err
718	}
719	if interceptor == nil {
720		return srv.(BinauthzManagementServiceV1Beta1Server).ListAttestors(ctx, in)
721	}
722	info := &grpc.UnaryServerInfo{
723		Server:     srv,
724		FullMethod: "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/ListAttestors",
725	}
726	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
727		return srv.(BinauthzManagementServiceV1Beta1Server).ListAttestors(ctx, req.(*ListAttestorsRequest))
728	}
729	return interceptor(ctx, in, info, handler)
730}
731
732func _BinauthzManagementServiceV1Beta1_DeleteAttestor_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
733	in := new(DeleteAttestorRequest)
734	if err := dec(in); err != nil {
735		return nil, err
736	}
737	if interceptor == nil {
738		return srv.(BinauthzManagementServiceV1Beta1Server).DeleteAttestor(ctx, in)
739	}
740	info := &grpc.UnaryServerInfo{
741		Server:     srv,
742		FullMethod: "/google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1/DeleteAttestor",
743	}
744	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
745		return srv.(BinauthzManagementServiceV1Beta1Server).DeleteAttestor(ctx, req.(*DeleteAttestorRequest))
746	}
747	return interceptor(ctx, in, info, handler)
748}
749
750var _BinauthzManagementServiceV1Beta1_serviceDesc = grpc.ServiceDesc{
751	ServiceName: "google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1",
752	HandlerType: (*BinauthzManagementServiceV1Beta1Server)(nil),
753	Methods: []grpc.MethodDesc{
754		{
755			MethodName: "GetPolicy",
756			Handler:    _BinauthzManagementServiceV1Beta1_GetPolicy_Handler,
757		},
758		{
759			MethodName: "UpdatePolicy",
760			Handler:    _BinauthzManagementServiceV1Beta1_UpdatePolicy_Handler,
761		},
762		{
763			MethodName: "CreateAttestor",
764			Handler:    _BinauthzManagementServiceV1Beta1_CreateAttestor_Handler,
765		},
766		{
767			MethodName: "GetAttestor",
768			Handler:    _BinauthzManagementServiceV1Beta1_GetAttestor_Handler,
769		},
770		{
771			MethodName: "UpdateAttestor",
772			Handler:    _BinauthzManagementServiceV1Beta1_UpdateAttestor_Handler,
773		},
774		{
775			MethodName: "ListAttestors",
776			Handler:    _BinauthzManagementServiceV1Beta1_ListAttestors_Handler,
777		},
778		{
779			MethodName: "DeleteAttestor",
780			Handler:    _BinauthzManagementServiceV1Beta1_DeleteAttestor_Handler,
781		},
782	},
783	Streams:  []grpc.StreamDesc{},
784	Metadata: "google/cloud/binaryauthorization/v1beta1/service.proto",
785}
786