// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/ads/googleads/v0/services/display_keyword_view_service.proto package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" import _ "google.golang.org/genproto/googleapis/api/annotations" import ( context "golang.org/x/net/context" grpc "google.golang.org/grpc" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package // Request message for // [DisplayKeywordViewService.GetDisplayKeywordView][google.ads.googleads.v0.services.DisplayKeywordViewService.GetDisplayKeywordView]. type GetDisplayKeywordViewRequest struct { // The resource name of the display keyword view to fetch. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetDisplayKeywordViewRequest) Reset() { *m = GetDisplayKeywordViewRequest{} } func (m *GetDisplayKeywordViewRequest) String() string { return proto.CompactTextString(m) } func (*GetDisplayKeywordViewRequest) ProtoMessage() {} func (*GetDisplayKeywordViewRequest) Descriptor() ([]byte, []int) { return fileDescriptor_display_keyword_view_service_556daad34baedb81, []int{0} } func (m *GetDisplayKeywordViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDisplayKeywordViewRequest.Unmarshal(m, b) } func (m *GetDisplayKeywordViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetDisplayKeywordViewRequest.Marshal(b, m, deterministic) } func (dst *GetDisplayKeywordViewRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GetDisplayKeywordViewRequest.Merge(dst, src) } func (m *GetDisplayKeywordViewRequest) XXX_Size() int { return xxx_messageInfo_GetDisplayKeywordViewRequest.Size(m) } func (m *GetDisplayKeywordViewRequest) XXX_DiscardUnknown() { xxx_messageInfo_GetDisplayKeywordViewRequest.DiscardUnknown(m) } var xxx_messageInfo_GetDisplayKeywordViewRequest proto.InternalMessageInfo func (m *GetDisplayKeywordViewRequest) GetResourceName() string { if m != nil { return m.ResourceName } return "" } func init() { proto.RegisterType((*GetDisplayKeywordViewRequest)(nil), "google.ads.googleads.v0.services.GetDisplayKeywordViewRequest") } // Reference imports to suppress errors if they are not otherwise used. var _ context.Context var _ grpc.ClientConn // This is a compile-time assertion to ensure that this generated file // is compatible with the grpc package it is being compiled against. const _ = grpc.SupportPackageIsVersion4 // DisplayKeywordViewServiceClient is the client API for DisplayKeywordViewService service. // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. type DisplayKeywordViewServiceClient interface { // Returns the requested display keyword view in full detail. GetDisplayKeywordView(ctx context.Context, in *GetDisplayKeywordViewRequest, opts ...grpc.CallOption) (*resources.DisplayKeywordView, error) } type displayKeywordViewServiceClient struct { cc *grpc.ClientConn } func NewDisplayKeywordViewServiceClient(cc *grpc.ClientConn) DisplayKeywordViewServiceClient { return &displayKeywordViewServiceClient{cc} } func (c *displayKeywordViewServiceClient) GetDisplayKeywordView(ctx context.Context, in *GetDisplayKeywordViewRequest, opts ...grpc.CallOption) (*resources.DisplayKeywordView, error) { out := new(resources.DisplayKeywordView) err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.DisplayKeywordViewService/GetDisplayKeywordView", in, out, opts...) if err != nil { return nil, err } return out, nil } // DisplayKeywordViewServiceServer is the server API for DisplayKeywordViewService service. type DisplayKeywordViewServiceServer interface { // Returns the requested display keyword view in full detail. GetDisplayKeywordView(context.Context, *GetDisplayKeywordViewRequest) (*resources.DisplayKeywordView, error) } func RegisterDisplayKeywordViewServiceServer(s *grpc.Server, srv DisplayKeywordViewServiceServer) { s.RegisterService(&_DisplayKeywordViewService_serviceDesc, srv) } func _DisplayKeywordViewService_GetDisplayKeywordView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(GetDisplayKeywordViewRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(DisplayKeywordViewServiceServer).GetDisplayKeywordView(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/google.ads.googleads.v0.services.DisplayKeywordViewService/GetDisplayKeywordView", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DisplayKeywordViewServiceServer).GetDisplayKeywordView(ctx, req.(*GetDisplayKeywordViewRequest)) } return interceptor(ctx, in, info, handler) } var _DisplayKeywordViewService_serviceDesc = grpc.ServiceDesc{ ServiceName: "google.ads.googleads.v0.services.DisplayKeywordViewService", HandlerType: (*DisplayKeywordViewServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetDisplayKeywordView", Handler: _DisplayKeywordViewService_GetDisplayKeywordView_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "google/ads/googleads/v0/services/display_keyword_view_service.proto", } func init() { proto.RegisterFile("google/ads/googleads/v0/services/display_keyword_view_service.proto", fileDescriptor_display_keyword_view_service_556daad34baedb81) } var fileDescriptor_display_keyword_view_service_556daad34baedb81 = []byte{ // 373 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0xa7, 0x15, 0x04, 0x8b, 0x5e, 0x0a, 0x82, 0x8e, 0x21, 0x63, 0xee, 0x20, 0x3b, 0x24, 0x45, 0x19, 0x42, 0x74, 0x42, 0x37, 0x61, 0x82, 0x20, 0x63, 0x42, 0x0f, 0x52, 0x28, 0x71, 0x0d, 0xa5, 0xb8, 0x36, 0x35, 0x5f, 0xd7, 0x31, 0xc4, 0x8b, 0xe0, 0x13, 0xf8, 0x06, 0x1e, 0x7d, 0x14, 0xc1, 0x93, 0xaf, 0xe0, 0x49, 0x5f, 0x42, 0xba, 0x2c, 0x45, 0x99, 0x75, 0xb7, 0x1f, 0xc9, 0xef, 0xcf, 0x97, 0xdf, 0x17, 0xa3, 0x1b, 0x70, 0x1e, 0x8c, 0x18, 0xa6, 0x3e, 0x60, 0x09, 0x73, 0x94, 0x59, 0x18, 0x98, 0xc8, 0xc2, 0x21, 0x03, 0xec, 0x87, 0x90, 0x8c, 0xe8, 0xd4, 0xbb, 0x61, 0xd3, 0x09, 0x17, 0xbe, 0x97, 0x85, 0x6c, 0xe2, 0xcd, 0x6f, 0x51, 0x22, 0x78, 0xca, 0xcd, 0x9a, 0x54, 0x22, 0xea, 0x03, 0x2a, 0x4c, 0x50, 0x66, 0x21, 0x65, 0x52, 0x39, 0x2e, 0x8b, 0x11, 0x0c, 0xf8, 0x58, 0x94, 0xe5, 0x48, 0xff, 0x4a, 0x55, 0xa9, 0x93, 0x10, 0xd3, 0x38, 0xe6, 0x29, 0x4d, 0x43, 0x1e, 0x83, 0xbc, 0xad, 0x77, 0x8d, 0x6a, 0x8f, 0xa5, 0xa7, 0x52, 0x7e, 0x2e, 0xd5, 0x4e, 0xc8, 0x26, 0x03, 0x76, 0x3b, 0x66, 0x90, 0x9a, 0xbb, 0xc6, 0x86, 0x4a, 0xf1, 0x62, 0x1a, 0xb1, 0x2d, 0xad, 0xa6, 0xed, 0xad, 0x0d, 0xd6, 0xd5, 0xe1, 0x05, 0x8d, 0xd8, 0xfe, 0x97, 0x66, 0x6c, 0x2f, 0x5a, 0x5c, 0xca, 0xf9, 0xcd, 0x37, 0xcd, 0xd8, 0xfc, 0x33, 0xc3, 0x3c, 0x41, 0xcb, 0xde, 0x8e, 0xfe, 0x1b, 0xae, 0xd2, 0x2a, 0xd5, 0x17, 0xcd, 0xa0, 0x45, 0x75, 0xbd, 0xfd, 0xf0, 0xfe, 0xf1, 0xa4, 0x1f, 0x9a, 0xad, 0xbc, 0xc3, 0xbb, 0x5f, 0xcf, 0x6b, 0x0f, 0xc7, 0x90, 0xf2, 0x88, 0x09, 0xc0, 0x4d, 0x55, 0xea, 0x0f, 0x29, 0xe0, 0xe6, 0x7d, 0xe7, 0x51, 0x37, 0x1a, 0x43, 0x1e, 0x2d, 0x9d, 0xbd, 0xb3, 0x53, 0xda, 0x49, 0x3f, 0xef, 0xbe, 0xaf, 0x5d, 0x9d, 0xcd, 0x3d, 0x02, 0x3e, 0xa2, 0x71, 0x80, 0xb8, 0x08, 0x70, 0xc0, 0xe2, 0xd9, 0x66, 0xd4, 0xa6, 0x93, 0x10, 0xca, 0xff, 0xd7, 0x91, 0x02, 0xcf, 0xfa, 0x4a, 0xcf, 0xb6, 0x5f, 0xf4, 0x5a, 0x4f, 0x1a, 0xda, 0x3e, 0x20, 0x09, 0x73, 0xe4, 0x58, 0x68, 0x1e, 0x0c, 0xaf, 0x8a, 0xe2, 0xda, 0x3e, 0xb8, 0x05, 0xc5, 0x75, 0x2c, 0x57, 0x51, 0x3e, 0xf5, 0x86, 0x3c, 0x27, 0xc4, 0xf6, 0x81, 0x90, 0x82, 0x44, 0x88, 0x63, 0x11, 0xa2, 0x68, 0xd7, 0xab, 0xb3, 0x39, 0x0f, 0xbe, 0x03, 0x00, 0x00, 0xff, 0xff, 0x27, 0x20, 0xf0, 0x27, 0x06, 0x03, 0x00, 0x00, }