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.
 
 
 

187 lines
8.1 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/api/logging.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. import _ "google.golang.org/genproto/googleapis/api/annotations"
  8. // Reference imports to suppress errors if they are not otherwise used.
  9. var _ = proto.Marshal
  10. var _ = fmt.Errorf
  11. var _ = math.Inf
  12. // This is a compile-time assertion to ensure that this generated file
  13. // is compatible with the proto package it is being compiled against.
  14. // A compilation error at this line likely means your copy of the
  15. // proto package needs to be updated.
  16. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  17. // Logging configuration of the service.
  18. //
  19. // The following example shows how to configure logs to be sent to the
  20. // producer and consumer projects. In the example, the `activity_history`
  21. // log is sent to both the producer and consumer projects, whereas the
  22. // `purchase_history` log is only sent to the producer project.
  23. //
  24. // monitored_resources:
  25. // - type: library.googleapis.com/branch
  26. // labels:
  27. // - key: /city
  28. // description: The city where the library branch is located in.
  29. // - key: /name
  30. // description: The name of the branch.
  31. // logs:
  32. // - name: activity_history
  33. // labels:
  34. // - key: /customer_id
  35. // - name: purchase_history
  36. // logging:
  37. // producer_destinations:
  38. // - monitored_resource: library.googleapis.com/branch
  39. // logs:
  40. // - activity_history
  41. // - purchase_history
  42. // consumer_destinations:
  43. // - monitored_resource: library.googleapis.com/branch
  44. // logs:
  45. // - activity_history
  46. type Logging struct {
  47. // Logging configurations for sending logs to the producer project.
  48. // There can be multiple producer destinations, each one must have a
  49. // different monitored resource type. A log can be used in at most
  50. // one producer destination.
  51. ProducerDestinations []*Logging_LoggingDestination `protobuf:"bytes,1,rep,name=producer_destinations,json=producerDestinations,proto3" json:"producer_destinations,omitempty"`
  52. // Logging configurations for sending logs to the consumer project.
  53. // There can be multiple consumer destinations, each one must have a
  54. // different monitored resource type. A log can be used in at most
  55. // one consumer destination.
  56. ConsumerDestinations []*Logging_LoggingDestination `protobuf:"bytes,2,rep,name=consumer_destinations,json=consumerDestinations,proto3" json:"consumer_destinations,omitempty"`
  57. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  58. XXX_unrecognized []byte `json:"-"`
  59. XXX_sizecache int32 `json:"-"`
  60. }
  61. func (m *Logging) Reset() { *m = Logging{} }
  62. func (m *Logging) String() string { return proto.CompactTextString(m) }
  63. func (*Logging) ProtoMessage() {}
  64. func (*Logging) Descriptor() ([]byte, []int) {
  65. return fileDescriptor_logging_75c6d16b6d5e00f3, []int{0}
  66. }
  67. func (m *Logging) XXX_Unmarshal(b []byte) error {
  68. return xxx_messageInfo_Logging.Unmarshal(m, b)
  69. }
  70. func (m *Logging) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  71. return xxx_messageInfo_Logging.Marshal(b, m, deterministic)
  72. }
  73. func (dst *Logging) XXX_Merge(src proto.Message) {
  74. xxx_messageInfo_Logging.Merge(dst, src)
  75. }
  76. func (m *Logging) XXX_Size() int {
  77. return xxx_messageInfo_Logging.Size(m)
  78. }
  79. func (m *Logging) XXX_DiscardUnknown() {
  80. xxx_messageInfo_Logging.DiscardUnknown(m)
  81. }
  82. var xxx_messageInfo_Logging proto.InternalMessageInfo
  83. func (m *Logging) GetProducerDestinations() []*Logging_LoggingDestination {
  84. if m != nil {
  85. return m.ProducerDestinations
  86. }
  87. return nil
  88. }
  89. func (m *Logging) GetConsumerDestinations() []*Logging_LoggingDestination {
  90. if m != nil {
  91. return m.ConsumerDestinations
  92. }
  93. return nil
  94. }
  95. // Configuration of a specific logging destination (the producer project
  96. // or the consumer project).
  97. type Logging_LoggingDestination struct {
  98. // The monitored resource type. The type must be defined in the
  99. // [Service.monitored_resources][google.api.Service.monitored_resources]
  100. // section.
  101. MonitoredResource string `protobuf:"bytes,3,opt,name=monitored_resource,json=monitoredResource,proto3" json:"monitored_resource,omitempty"`
  102. // Names of the logs to be sent to this destination. Each name must
  103. // be defined in the [Service.logs][google.api.Service.logs] section. If the
  104. // log name is not a domain scoped name, it will be automatically prefixed
  105. // with the service name followed by "/".
  106. Logs []string `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"`
  107. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  108. XXX_unrecognized []byte `json:"-"`
  109. XXX_sizecache int32 `json:"-"`
  110. }
  111. func (m *Logging_LoggingDestination) Reset() { *m = Logging_LoggingDestination{} }
  112. func (m *Logging_LoggingDestination) String() string { return proto.CompactTextString(m) }
  113. func (*Logging_LoggingDestination) ProtoMessage() {}
  114. func (*Logging_LoggingDestination) Descriptor() ([]byte, []int) {
  115. return fileDescriptor_logging_75c6d16b6d5e00f3, []int{0, 0}
  116. }
  117. func (m *Logging_LoggingDestination) XXX_Unmarshal(b []byte) error {
  118. return xxx_messageInfo_Logging_LoggingDestination.Unmarshal(m, b)
  119. }
  120. func (m *Logging_LoggingDestination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  121. return xxx_messageInfo_Logging_LoggingDestination.Marshal(b, m, deterministic)
  122. }
  123. func (dst *Logging_LoggingDestination) XXX_Merge(src proto.Message) {
  124. xxx_messageInfo_Logging_LoggingDestination.Merge(dst, src)
  125. }
  126. func (m *Logging_LoggingDestination) XXX_Size() int {
  127. return xxx_messageInfo_Logging_LoggingDestination.Size(m)
  128. }
  129. func (m *Logging_LoggingDestination) XXX_DiscardUnknown() {
  130. xxx_messageInfo_Logging_LoggingDestination.DiscardUnknown(m)
  131. }
  132. var xxx_messageInfo_Logging_LoggingDestination proto.InternalMessageInfo
  133. func (m *Logging_LoggingDestination) GetMonitoredResource() string {
  134. if m != nil {
  135. return m.MonitoredResource
  136. }
  137. return ""
  138. }
  139. func (m *Logging_LoggingDestination) GetLogs() []string {
  140. if m != nil {
  141. return m.Logs
  142. }
  143. return nil
  144. }
  145. func init() {
  146. proto.RegisterType((*Logging)(nil), "google.api.Logging")
  147. proto.RegisterType((*Logging_LoggingDestination)(nil), "google.api.Logging.LoggingDestination")
  148. }
  149. func init() { proto.RegisterFile("google/api/logging.proto", fileDescriptor_logging_75c6d16b6d5e00f3) }
  150. var fileDescriptor_logging_75c6d16b6d5e00f3 = []byte{
  151. // 270 bytes of a gzipped FileDescriptorProto
  152. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x90, 0x4f, 0x4b, 0xc4, 0x30,
  153. 0x10, 0xc5, 0x69, 0x77, 0x51, 0x36, 0x8a, 0x60, 0x50, 0x28, 0x8b, 0x87, 0xc5, 0x83, 0xec, 0xc5,
  154. 0x14, 0xf4, 0xe8, 0xc9, 0x45, 0x11, 0xc1, 0x43, 0xe9, 0x45, 0xd0, 0xc3, 0x12, 0xd3, 0x38, 0x04,
  155. 0xda, 0x99, 0x90, 0xa4, 0x7e, 0x1a, 0x4f, 0x7e, 0x52, 0xd9, 0xa6, 0x75, 0xab, 0x9e, 0xf6, 0x94,
  156. 0x3f, 0xef, 0xbd, 0x5f, 0x32, 0x8f, 0x65, 0x40, 0x04, 0xb5, 0xce, 0xa5, 0x35, 0x79, 0x4d, 0x00,
  157. 0x06, 0x41, 0x58, 0x47, 0x81, 0x38, 0x8b, 0x8a, 0x90, 0xd6, 0xcc, 0xcf, 0x46, 0x2e, 0x89, 0x48,
  158. 0x41, 0x06, 0x43, 0xe8, 0xa3, 0xf3, 0xfc, 0x33, 0x65, 0xfb, 0x4f, 0x31, 0xcb, 0x5f, 0xd9, 0xa9,
  159. 0x75, 0x54, 0xb5, 0x4a, 0xbb, 0x75, 0xa5, 0x7d, 0x30, 0x18, 0xad, 0x59, 0xb2, 0x98, 0x2c, 0x0f,
  160. 0xae, 0x2e, 0xc4, 0x96, 0x2a, 0xfa, 0xcc, 0xb0, 0xde, 0x6d, 0xed, 0xe5, 0xc9, 0x00, 0x19, 0x5d,
  161. 0xfa, 0x0d, 0x5c, 0x11, 0xfa, 0xb6, 0xf9, 0x0b, 0x4f, 0x77, 0x83, 0x0f, 0x90, 0x31, 0x7c, 0xfe,
  162. 0xcc, 0xf8, 0x7f, 0x2f, 0xbf, 0x64, 0xbc, 0x21, 0x34, 0x81, 0x9c, 0xae, 0xd6, 0x4e, 0x7b, 0x6a,
  163. 0x9d, 0xd2, 0xd9, 0x64, 0x91, 0x2c, 0x67, 0xe5, 0xf1, 0x8f, 0x52, 0xf6, 0x02, 0xe7, 0x6c, 0x5a,
  164. 0x13, 0xc4, 0x69, 0x67, 0x65, 0xb7, 0x5f, 0x21, 0x3b, 0x52, 0xd4, 0x8c, 0xfe, 0xb6, 0x3a, 0xec,
  165. 0x1f, 0x2a, 0x36, 0xf5, 0x15, 0xc9, 0xcb, 0x7d, 0xaf, 0x01, 0xd5, 0x12, 0x41, 0x90, 0x83, 0x1c,
  166. 0x34, 0x76, 0xe5, 0xe6, 0x51, 0x92, 0xd6, 0xf8, 0xae, 0x7d, 0xaf, 0xdd, 0x87, 0x51, 0x5a, 0x11,
  167. 0xbe, 0x1b, 0xb8, 0xf9, 0x75, 0xfa, 0x4a, 0xa7, 0x0f, 0xb7, 0xc5, 0xe3, 0xdb, 0x5e, 0x17, 0xbc,
  168. 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x73, 0x4f, 0x86, 0x6e, 0xdb, 0x01, 0x00, 0x00,
  169. }