Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

177 linhas
7.9 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/services/change_status_service.proto
  3. package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources"
  8. import _ "google.golang.org/genproto/googleapis/api/annotations"
  9. import (
  10. context "golang.org/x/net/context"
  11. grpc "google.golang.org/grpc"
  12. )
  13. // Reference imports to suppress errors if they are not otherwise used.
  14. var _ = proto.Marshal
  15. var _ = fmt.Errorf
  16. var _ = math.Inf
  17. // This is a compile-time assertion to ensure that this generated file
  18. // is compatible with the proto package it is being compiled against.
  19. // A compilation error at this line likely means your copy of the
  20. // proto package needs to be updated.
  21. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  22. // Request message for
  23. // '[ChangeStatusService.GetChangeStatus][google.ads.googleads.v0.services.ChangeStatusService.GetChangeStatus]'.
  24. type GetChangeStatusRequest struct {
  25. // The resource name of the change status to fetch.
  26. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  27. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  28. XXX_unrecognized []byte `json:"-"`
  29. XXX_sizecache int32 `json:"-"`
  30. }
  31. func (m *GetChangeStatusRequest) Reset() { *m = GetChangeStatusRequest{} }
  32. func (m *GetChangeStatusRequest) String() string { return proto.CompactTextString(m) }
  33. func (*GetChangeStatusRequest) ProtoMessage() {}
  34. func (*GetChangeStatusRequest) Descriptor() ([]byte, []int) {
  35. return fileDescriptor_change_status_service_d3545abf41b37a3c, []int{0}
  36. }
  37. func (m *GetChangeStatusRequest) XXX_Unmarshal(b []byte) error {
  38. return xxx_messageInfo_GetChangeStatusRequest.Unmarshal(m, b)
  39. }
  40. func (m *GetChangeStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  41. return xxx_messageInfo_GetChangeStatusRequest.Marshal(b, m, deterministic)
  42. }
  43. func (dst *GetChangeStatusRequest) XXX_Merge(src proto.Message) {
  44. xxx_messageInfo_GetChangeStatusRequest.Merge(dst, src)
  45. }
  46. func (m *GetChangeStatusRequest) XXX_Size() int {
  47. return xxx_messageInfo_GetChangeStatusRequest.Size(m)
  48. }
  49. func (m *GetChangeStatusRequest) XXX_DiscardUnknown() {
  50. xxx_messageInfo_GetChangeStatusRequest.DiscardUnknown(m)
  51. }
  52. var xxx_messageInfo_GetChangeStatusRequest proto.InternalMessageInfo
  53. func (m *GetChangeStatusRequest) GetResourceName() string {
  54. if m != nil {
  55. return m.ResourceName
  56. }
  57. return ""
  58. }
  59. func init() {
  60. proto.RegisterType((*GetChangeStatusRequest)(nil), "google.ads.googleads.v0.services.GetChangeStatusRequest")
  61. }
  62. // Reference imports to suppress errors if they are not otherwise used.
  63. var _ context.Context
  64. var _ grpc.ClientConn
  65. // This is a compile-time assertion to ensure that this generated file
  66. // is compatible with the grpc package it is being compiled against.
  67. const _ = grpc.SupportPackageIsVersion4
  68. // ChangeStatusServiceClient is the client API for ChangeStatusService service.
  69. //
  70. // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  71. type ChangeStatusServiceClient interface {
  72. // Returns the requested change status in full detail.
  73. GetChangeStatus(ctx context.Context, in *GetChangeStatusRequest, opts ...grpc.CallOption) (*resources.ChangeStatus, error)
  74. }
  75. type changeStatusServiceClient struct {
  76. cc *grpc.ClientConn
  77. }
  78. func NewChangeStatusServiceClient(cc *grpc.ClientConn) ChangeStatusServiceClient {
  79. return &changeStatusServiceClient{cc}
  80. }
  81. func (c *changeStatusServiceClient) GetChangeStatus(ctx context.Context, in *GetChangeStatusRequest, opts ...grpc.CallOption) (*resources.ChangeStatus, error) {
  82. out := new(resources.ChangeStatus)
  83. err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.ChangeStatusService/GetChangeStatus", in, out, opts...)
  84. if err != nil {
  85. return nil, err
  86. }
  87. return out, nil
  88. }
  89. // ChangeStatusServiceServer is the server API for ChangeStatusService service.
  90. type ChangeStatusServiceServer interface {
  91. // Returns the requested change status in full detail.
  92. GetChangeStatus(context.Context, *GetChangeStatusRequest) (*resources.ChangeStatus, error)
  93. }
  94. func RegisterChangeStatusServiceServer(s *grpc.Server, srv ChangeStatusServiceServer) {
  95. s.RegisterService(&_ChangeStatusService_serviceDesc, srv)
  96. }
  97. func _ChangeStatusService_GetChangeStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  98. in := new(GetChangeStatusRequest)
  99. if err := dec(in); err != nil {
  100. return nil, err
  101. }
  102. if interceptor == nil {
  103. return srv.(ChangeStatusServiceServer).GetChangeStatus(ctx, in)
  104. }
  105. info := &grpc.UnaryServerInfo{
  106. Server: srv,
  107. FullMethod: "/google.ads.googleads.v0.services.ChangeStatusService/GetChangeStatus",
  108. }
  109. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  110. return srv.(ChangeStatusServiceServer).GetChangeStatus(ctx, req.(*GetChangeStatusRequest))
  111. }
  112. return interceptor(ctx, in, info, handler)
  113. }
  114. var _ChangeStatusService_serviceDesc = grpc.ServiceDesc{
  115. ServiceName: "google.ads.googleads.v0.services.ChangeStatusService",
  116. HandlerType: (*ChangeStatusServiceServer)(nil),
  117. Methods: []grpc.MethodDesc{
  118. {
  119. MethodName: "GetChangeStatus",
  120. Handler: _ChangeStatusService_GetChangeStatus_Handler,
  121. },
  122. },
  123. Streams: []grpc.StreamDesc{},
  124. Metadata: "google/ads/googleads/v0/services/change_status_service.proto",
  125. }
  126. func init() {
  127. proto.RegisterFile("google/ads/googleads/v0/services/change_status_service.proto", fileDescriptor_change_status_service_d3545abf41b37a3c)
  128. }
  129. var fileDescriptor_change_status_service_d3545abf41b37a3c = []byte{
  130. // 360 bytes of a gzipped FileDescriptorProto
  131. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x3f, 0x4b, 0xc3, 0x40,
  132. 0x18, 0xc6, 0x49, 0x04, 0xc1, 0xa0, 0x08, 0x11, 0xa4, 0x14, 0x87, 0x52, 0x3b, 0x48, 0x87, 0xbb,
  133. 0xa0, 0x28, 0x72, 0xda, 0x21, 0x75, 0xa8, 0x93, 0x94, 0x16, 0x3a, 0x48, 0xa0, 0x9c, 0xc9, 0x71,
  134. 0x06, 0x9a, 0xbb, 0x9a, 0xf7, 0xd2, 0x45, 0x5c, 0xfc, 0x0a, 0x7e, 0x03, 0x47, 0x67, 0x3f, 0x85,
  135. 0xb8, 0xf9, 0x15, 0x9c, 0xfc, 0x12, 0x4a, 0x72, 0xb9, 0x50, 0xb5, 0xa5, 0xdb, 0xc3, 0x9b, 0xe7,
  136. 0xf7, 0xbc, 0x7f, 0x72, 0xce, 0x39, 0x97, 0x92, 0x4f, 0x18, 0xa6, 0x11, 0x60, 0x2d, 0x73, 0x35,
  137. 0xf3, 0x30, 0xb0, 0x74, 0x16, 0x87, 0x0c, 0x70, 0x78, 0x4b, 0x05, 0x67, 0x63, 0x50, 0x54, 0x65,
  138. 0x30, 0x2e, 0xcb, 0x68, 0x9a, 0x4a, 0x25, 0xdd, 0x86, 0x46, 0x10, 0x8d, 0x00, 0x55, 0x34, 0x9a,
  139. 0x79, 0xc8, 0xd0, 0xf5, 0xe3, 0x65, 0xf9, 0x29, 0x03, 0x99, 0xa5, 0xff, 0x1a, 0xe8, 0xe0, 0xfa,
  140. 0x9e, 0xc1, 0xa6, 0x31, 0xa6, 0x42, 0x48, 0x45, 0x55, 0x2c, 0x45, 0xf9, 0xb5, 0xd9, 0x71, 0x76,
  141. 0x7b, 0x4c, 0x5d, 0x14, 0xdc, 0xb0, 0xc0, 0x06, 0xec, 0x2e, 0x63, 0xa0, 0xdc, 0x7d, 0x67, 0xcb,
  142. 0x04, 0x8f, 0x05, 0x4d, 0x58, 0xcd, 0x6a, 0x58, 0x07, 0x1b, 0x83, 0x4d, 0x53, 0xbc, 0xa2, 0x09,
  143. 0x3b, 0x7c, 0xb7, 0x9c, 0x9d, 0x79, 0x78, 0xa8, 0x87, 0x75, 0x5f, 0x2d, 0x67, 0xfb, 0x4f, 0xae,
  144. 0x7b, 0x8a, 0x56, 0xad, 0x88, 0x16, 0x8f, 0x52, 0xc7, 0x4b, 0xc9, 0x6a, 0x75, 0x34, 0xcf, 0x35,
  145. 0x4f, 0x1e, 0x3f, 0x3e, 0x9f, 0x6c, 0xcf, 0x45, 0xf9, 0x79, 0xee, 0x7f, 0xad, 0xd1, 0x09, 0x33,
  146. 0x50, 0x32, 0x61, 0x29, 0xe0, 0x76, 0x79, 0x2f, 0x0d, 0xe1, 0xf6, 0x43, 0xf7, 0xdb, 0x72, 0x5a,
  147. 0xa1, 0x4c, 0x56, 0x0e, 0xda, 0xad, 0x2d, 0x58, 0xba, 0x9f, 0x1f, 0xb4, 0x6f, 0x5d, 0x5f, 0x96,
  148. 0x34, 0x97, 0x13, 0x2a, 0x38, 0x92, 0x29, 0xc7, 0x9c, 0x89, 0xe2, 0xdc, 0xe6, 0xbf, 0x4d, 0x63,
  149. 0x58, 0xfe, 0x4c, 0xce, 0x8c, 0x78, 0xb6, 0xd7, 0x7a, 0xbe, 0xff, 0x62, 0x37, 0x7a, 0x3a, 0xd0,
  150. 0x8f, 0x00, 0x69, 0x99, 0xab, 0x91, 0x87, 0xca, 0xc6, 0xf0, 0x66, 0x2c, 0x81, 0x1f, 0x41, 0x50,
  151. 0x59, 0x82, 0x91, 0x17, 0x18, 0xcb, 0x97, 0xdd, 0xd2, 0x75, 0x42, 0xfc, 0x08, 0x08, 0xa9, 0x4c,
  152. 0x84, 0x8c, 0x3c, 0x42, 0x8c, 0xed, 0x66, 0xbd, 0x98, 0xf3, 0xe8, 0x27, 0x00, 0x00, 0xff, 0xff,
  153. 0x01, 0x61, 0xa6, 0x61, 0xcd, 0x02, 0x00, 0x00,
  154. }