OSDN Git Service

new repo
[bytom/vapor.git] / vendor / google.golang.org / genproto / googleapis / api / serviceconfig / control.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: google/api/control.proto
3
4 package serviceconfig
5
6 import proto "github.com/golang/protobuf/proto"
7 import fmt "fmt"
8 import math "math"
9
10 // Reference imports to suppress errors if they are not otherwise used.
11 var _ = proto.Marshal
12 var _ = fmt.Errorf
13 var _ = math.Inf
14
15 // Selects and configures the service controller used by the service.  The
16 // service controller handles features like abuse, quota, billing, logging,
17 // monitoring, etc.
18 type Control struct {
19         // The service control environment to use. If empty, no control plane
20         // feature (like quota and billing) will be enabled.
21         Environment string `protobuf:"bytes,1,opt,name=environment" json:"environment,omitempty"`
22 }
23
24 func (m *Control) Reset()                    { *m = Control{} }
25 func (m *Control) String() string            { return proto.CompactTextString(m) }
26 func (*Control) ProtoMessage()               {}
27 func (*Control) Descriptor() ([]byte, []int) { return fileDescriptor5, []int{0} }
28
29 func (m *Control) GetEnvironment() string {
30         if m != nil {
31                 return m.Environment
32         }
33         return ""
34 }
35
36 func init() {
37         proto.RegisterType((*Control)(nil), "google.api.Control")
38 }
39
40 func init() { proto.RegisterFile("google/api/control.proto", fileDescriptor5) }
41
42 var fileDescriptor5 = []byte{
43         // 165 bytes of a gzipped FileDescriptorProto
44         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x48, 0xcf, 0xcf, 0x4f,
45         0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0xce, 0xcf, 0x2b, 0x29, 0xca, 0xcf, 0xd1, 0x2b,
46         0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x82, 0xc8, 0xe8, 0x25, 0x16, 0x64, 0x2a, 0x69, 0x73, 0xb1,
47         0x3b, 0x43, 0x24, 0x85, 0x14, 0xb8, 0xb8, 0x53, 0xf3, 0xca, 0x32, 0x8b, 0xf2, 0xf3, 0x72, 0x53,
48         0xf3, 0x4a, 0x24, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x90, 0x85, 0x9c, 0xf2, 0xb8, 0xf8, 0x92,
49         0xf3, 0x73, 0xf5, 0x10, 0xda, 0x9d, 0x78, 0xa0, 0x9a, 0x03, 0x40, 0x06, 0x07, 0x30, 0x46, 0xb9,
50         0x42, 0xe5, 0xd2, 0xf3, 0x73, 0x12, 0xf3, 0xd2, 0xf5, 0xf2, 0x8b, 0xd2, 0xf5, 0xd3, 0x53, 0xf3,
51         0xc0, 0xd6, 0xea, 0x43, 0xa4, 0x12, 0x0b, 0x32, 0x8b, 0xc1, 0x6e, 0x2a, 0x4e, 0x2d, 0x2a, 0xcb,
52         0x4c, 0x4e, 0x4d, 0xce, 0xcf, 0x4b, 0xcb, 0x4c, 0xb7, 0x46, 0xe1, 0x2d, 0x62, 0x62, 0x71, 0x77,
53         0x0c, 0xf0, 0x4c, 0x62, 0x03, 0x6b, 0x34, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x44, 0x6e, 0x78,
54         0xbd, 0xcb, 0x00, 0x00, 0x00,
55 }