You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

84 lines
3.4 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/api/control.proto
  3. package serviceconfig // import "google.golang.org/genproto/googleapis/api/serviceconfig"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. // Reference imports to suppress errors if they are not otherwise used.
  8. var _ = proto.Marshal
  9. var _ = fmt.Errorf
  10. var _ = math.Inf
  11. // This is a compile-time assertion to ensure that this generated file
  12. // is compatible with the proto package it is being compiled against.
  13. // A compilation error at this line likely means your copy of the
  14. // proto package needs to be updated.
  15. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  16. // Selects and configures the service controller used by the service. The
  17. // service controller handles features like abuse, quota, billing, logging,
  18. // monitoring, etc.
  19. type Control struct {
  20. // The service control environment to use. If empty, no control plane
  21. // feature (like quota and billing) will be enabled.
  22. Environment string `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
  23. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  24. XXX_unrecognized []byte `json:"-"`
  25. XXX_sizecache int32 `json:"-"`
  26. }
  27. func (m *Control) Reset() { *m = Control{} }
  28. func (m *Control) String() string { return proto.CompactTextString(m) }
  29. func (*Control) ProtoMessage() {}
  30. func (*Control) Descriptor() ([]byte, []int) {
  31. return fileDescriptor_control_e3ea290f6f9fcd47, []int{0}
  32. }
  33. func (m *Control) XXX_Unmarshal(b []byte) error {
  34. return xxx_messageInfo_Control.Unmarshal(m, b)
  35. }
  36. func (m *Control) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  37. return xxx_messageInfo_Control.Marshal(b, m, deterministic)
  38. }
  39. func (dst *Control) XXX_Merge(src proto.Message) {
  40. xxx_messageInfo_Control.Merge(dst, src)
  41. }
  42. func (m *Control) XXX_Size() int {
  43. return xxx_messageInfo_Control.Size(m)
  44. }
  45. func (m *Control) XXX_DiscardUnknown() {
  46. xxx_messageInfo_Control.DiscardUnknown(m)
  47. }
  48. var xxx_messageInfo_Control proto.InternalMessageInfo
  49. func (m *Control) GetEnvironment() string {
  50. if m != nil {
  51. return m.Environment
  52. }
  53. return ""
  54. }
  55. func init() {
  56. proto.RegisterType((*Control)(nil), "google.api.Control")
  57. }
  58. func init() { proto.RegisterFile("google/api/control.proto", fileDescriptor_control_e3ea290f6f9fcd47) }
  59. var fileDescriptor_control_e3ea290f6f9fcd47 = []byte{
  60. // 165 bytes of a gzipped FileDescriptorProto
  61. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x48, 0xcf, 0xcf, 0x4f,
  62. 0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0xce, 0xcf, 0x2b, 0x29, 0xca, 0xcf, 0xd1, 0x2b,
  63. 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x82, 0xc8, 0xe8, 0x25, 0x16, 0x64, 0x2a, 0x69, 0x73, 0xb1,
  64. 0x3b, 0x43, 0x24, 0x85, 0x14, 0xb8, 0xb8, 0x53, 0xf3, 0xca, 0x32, 0x8b, 0xf2, 0xf3, 0x72, 0x53,
  65. 0xf3, 0x4a, 0x24, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x90, 0x85, 0x9c, 0xf2, 0xb8, 0xf8, 0x92,
  66. 0xf3, 0x73, 0xf5, 0x10, 0xda, 0x9d, 0x78, 0xa0, 0x9a, 0x03, 0x40, 0x06, 0x07, 0x30, 0x46, 0xb9,
  67. 0x42, 0xe5, 0xd2, 0xf3, 0x73, 0x12, 0xf3, 0xd2, 0xf5, 0xf2, 0x8b, 0xd2, 0xf5, 0xd3, 0x53, 0xf3,
  68. 0xc0, 0xd6, 0xea, 0x43, 0xa4, 0x12, 0x0b, 0x32, 0x8b, 0xc1, 0x6e, 0x2a, 0x4e, 0x2d, 0x2a, 0xcb,
  69. 0x4c, 0x4e, 0x4d, 0xce, 0xcf, 0x4b, 0xcb, 0x4c, 0xb7, 0x46, 0xe1, 0x2d, 0x62, 0x62, 0x71, 0x77,
  70. 0x0c, 0xf0, 0x4c, 0x62, 0x03, 0x6b, 0x34, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x44, 0x6e, 0x78,
  71. 0xbd, 0xcb, 0x00, 0x00, 0x00,
  72. }