OSDN Git Service

new repo
[bytom/vapor.git] / vendor / google.golang.org / genproto / googleapis / api / authorization_config.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: google/api/experimental/authorization_config.proto
3
4 /*
5 Package api is a generated protocol buffer package.
6
7 It is generated from these files:
8         google/api/experimental/authorization_config.proto
9         google/api/experimental/experimental.proto
10
11 It has these top-level messages:
12         AuthorizationConfig
13         Experimental
14 */
15 package api
16
17 import proto "github.com/golang/protobuf/proto"
18 import fmt "fmt"
19 import math "math"
20
21 // Reference imports to suppress errors if they are not otherwise used.
22 var _ = proto.Marshal
23 var _ = fmt.Errorf
24 var _ = math.Inf
25
26 // This is a compile-time assertion to ensure that this generated file
27 // is compatible with the proto package it is being compiled against.
28 // A compilation error at this line likely means your copy of the
29 // proto package needs to be updated.
30 const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
31
32 // Configuration of authorization.
33 //
34 // This section determines the authorization provider, if unspecified, then no
35 // authorization check will be done.
36 //
37 // Example:
38 //
39 //     experimental:
40 //       authorization:
41 //         provider: firebaserules.googleapis.com
42 type AuthorizationConfig struct {
43         // The name of the authorization provider, such as
44         // firebaserules.googleapis.com.
45         Provider string `protobuf:"bytes,1,opt,name=provider" json:"provider,omitempty"`
46 }
47
48 func (m *AuthorizationConfig) Reset()                    { *m = AuthorizationConfig{} }
49 func (m *AuthorizationConfig) String() string            { return proto.CompactTextString(m) }
50 func (*AuthorizationConfig) ProtoMessage()               {}
51 func (*AuthorizationConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
52
53 func (m *AuthorizationConfig) GetProvider() string {
54         if m != nil {
55                 return m.Provider
56         }
57         return ""
58 }
59
60 func init() {
61         proto.RegisterType((*AuthorizationConfig)(nil), "google.api.AuthorizationConfig")
62 }
63
64 func init() { proto.RegisterFile("google/api/experimental/authorization_config.proto", fileDescriptor0) }
65
66 var fileDescriptor0 = []byte{
67         // 180 bytes of a gzipped FileDescriptorProto
68         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4a, 0xcf, 0xcf, 0x4f,
69         0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0xad, 0x28, 0x48, 0x2d, 0xca, 0xcc, 0x4d, 0xcd,
70         0x2b, 0x49, 0xcc, 0xd1, 0x4f, 0x2c, 0x2d, 0xc9, 0xc8, 0x2f, 0xca, 0xac, 0x4a, 0x2c, 0xc9, 0xcc,
71         0xcf, 0x8b, 0x4f, 0xce, 0xcf, 0x4b, 0xcb, 0x4c, 0xd7, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2,
72         0x82, 0xe8, 0xd1, 0x4b, 0x2c, 0xc8, 0x54, 0x32, 0xe4, 0x12, 0x76, 0x44, 0x56, 0xe9, 0x0c, 0x56,
73         0x28, 0x24, 0xc5, 0xc5, 0x51, 0x50, 0x94, 0x5f, 0x96, 0x99, 0x92, 0x5a, 0x24, 0xc1, 0xa8, 0xc0,
74         0xa8, 0xc1, 0x19, 0x04, 0xe7, 0x3b, 0x25, 0x71, 0xf1, 0x25, 0xe7, 0xe7, 0xea, 0x21, 0x0c, 0x71,
75         0x92, 0xc0, 0x62, 0x44, 0x00, 0xc8, 0xaa, 0x00, 0xc6, 0x28, 0x5d, 0xa8, 0xba, 0xf4, 0xfc, 0x9c,
76         0xc4, 0xbc, 0x74, 0xbd, 0xfc, 0xa2, 0x74, 0xfd, 0xf4, 0xd4, 0x3c, 0xb0, 0x43, 0xf4, 0x21, 0x52,
77         0x89, 0x05, 0x99, 0xc5, 0x20, 0xf7, 0x5b, 0x27, 0x16, 0x64, 0x2e, 0x62, 0x62, 0x71, 0x77, 0x0c,
78         0xf0, 0x4c, 0x62, 0x03, 0x2b, 0x30, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x52, 0x27, 0x0c, 0xba,
79         0xdf, 0x00, 0x00, 0x00,
80 }