| line | stmt | bran | cond | sub | pod | time | code | 
| 1 |  |  |  |  |  |  | package Google::Ads::AdWords::v201710::AdwordsUserListService::AdwordsUserListServiceInterfacePort; | 
| 2 | 1 |  |  | 1 |  | 7670 | use strict; | 
|  | 1 |  |  |  |  | 5 |  | 
|  | 1 |  |  |  |  | 60 |  | 
| 3 | 1 |  |  | 1 |  | 10 | use warnings; | 
|  | 1 |  |  |  |  | 3 |  | 
|  | 1 |  |  |  |  | 45 |  | 
| 4 | 1 |  |  | 1 |  | 9 | use Class::Std::Fast::Storable; | 
|  | 1 |  |  |  |  | 3 |  | 
|  | 1 |  |  |  |  | 16 |  | 
| 5 | 1 |  |  | 1 |  | 275 | use Scalar::Util qw(blessed); | 
|  | 1 |  |  |  |  | 4 |  | 
|  | 1 |  |  |  |  | 97 |  | 
| 6 | 1 |  |  | 1 |  | 9 | use base qw(SOAP::WSDL::Client::Base); | 
|  | 1 |  |  |  |  | 3 |  | 
|  | 1 |  |  |  |  | 174 |  | 
| 7 |  |  |  |  |  |  |  | 
| 8 |  |  |  |  |  |  | # only load if it hasn't been loaded before | 
| 9 |  |  |  |  |  |  | require Google::Ads::AdWords::v201710::TypeMaps::AdwordsUserListService | 
| 10 |  |  |  |  |  |  | if not Google::Ads::AdWords::v201710::TypeMaps::AdwordsUserListService->can('get_class'); | 
| 11 |  |  |  |  |  |  |  | 
| 12 |  |  |  |  |  |  | sub START { | 
| 13 |  |  |  |  |  |  | $_[0]->set_proxy('https://adwords.google.com/api/adwords/rm/v201710/AdwordsUserListService') if not $_[2]->{proxy}; | 
| 14 |  |  |  |  |  |  | $_[0]->set_class_resolver('Google::Ads::AdWords::v201710::TypeMaps::AdwordsUserListService') | 
| 15 |  |  |  |  |  |  | if not $_[2]->{class_resolver}; | 
| 16 |  |  |  |  |  |  |  | 
| 17 |  |  |  |  |  |  | $_[0]->set_prefix($_[2]->{use_prefix}) if exists $_[2]->{use_prefix}; | 
| 18 |  |  |  |  |  |  | } | 
| 19 |  |  |  |  |  |  |  | 
| 20 |  |  |  |  |  |  | sub get { | 
| 21 |  |  |  |  |  |  | my ($self, $body, $header) = @_; | 
| 22 |  |  |  |  |  |  | die "get must be called as object method (\$self is <$self>)" if not blessed($self); | 
| 23 |  |  |  |  |  |  | return $self->SUPER::call({ | 
| 24 |  |  |  |  |  |  | operation => 'get', | 
| 25 |  |  |  |  |  |  | soap_action => '', | 
| 26 |  |  |  |  |  |  | style => 'document', | 
| 27 |  |  |  |  |  |  | body => { | 
| 28 |  |  |  |  |  |  |  | 
| 29 |  |  |  |  |  |  |  | 
| 30 |  |  |  |  |  |  | 'use'            => 'literal', | 
| 31 |  |  |  |  |  |  | namespace       => 'http://schemas.xmlsoap.org/wsdl/soap/', | 
| 32 |  |  |  |  |  |  | encodingStyle   => '', | 
| 33 |  |  |  |  |  |  | parts           =>  [qw( Google::Ads::AdWords::v201710::AdwordsUserListService::get )], | 
| 34 |  |  |  |  |  |  | }, | 
| 35 |  |  |  |  |  |  | header => { | 
| 36 |  |  |  |  |  |  |  | 
| 37 |  |  |  |  |  |  |  | 
| 38 |  |  |  |  |  |  |  | 
| 39 |  |  |  |  |  |  | 'use' => 'literal', | 
| 40 |  |  |  |  |  |  | namespace => 'http://schemas.xmlsoap.org/wsdl/soap/', | 
| 41 |  |  |  |  |  |  | encodingStyle => '', | 
| 42 |  |  |  |  |  |  | parts => [qw( Google::Ads::AdWords::v201710::AdwordsUserListService::RequestHeader )], | 
| 43 |  |  |  |  |  |  | }, | 
| 44 |  |  |  |  |  |  | headerfault => { | 
| 45 |  |  |  |  |  |  |  | 
| 46 |  |  |  |  |  |  | } | 
| 47 |  |  |  |  |  |  | }, $body, $header); | 
| 48 |  |  |  |  |  |  | } | 
| 49 |  |  |  |  |  |  |  | 
| 50 |  |  |  |  |  |  |  | 
| 51 |  |  |  |  |  |  | sub mutate { | 
| 52 |  |  |  |  |  |  | my ($self, $body, $header) = @_; | 
| 53 |  |  |  |  |  |  | die "mutate must be called as object method (\$self is <$self>)" if not blessed($self); | 
| 54 |  |  |  |  |  |  | return $self->SUPER::call({ | 
| 55 |  |  |  |  |  |  | operation => 'mutate', | 
| 56 |  |  |  |  |  |  | soap_action => '', | 
| 57 |  |  |  |  |  |  | style => 'document', | 
| 58 |  |  |  |  |  |  | body => { | 
| 59 |  |  |  |  |  |  |  | 
| 60 |  |  |  |  |  |  |  | 
| 61 |  |  |  |  |  |  | 'use'            => 'literal', | 
| 62 |  |  |  |  |  |  | namespace       => 'http://schemas.xmlsoap.org/wsdl/soap/', | 
| 63 |  |  |  |  |  |  | encodingStyle   => '', | 
| 64 |  |  |  |  |  |  | parts           =>  [qw( Google::Ads::AdWords::v201710::AdwordsUserListService::mutate )], | 
| 65 |  |  |  |  |  |  | }, | 
| 66 |  |  |  |  |  |  | header => { | 
| 67 |  |  |  |  |  |  |  | 
| 68 |  |  |  |  |  |  |  | 
| 69 |  |  |  |  |  |  |  | 
| 70 |  |  |  |  |  |  | 'use' => 'literal', | 
| 71 |  |  |  |  |  |  | namespace => 'http://schemas.xmlsoap.org/wsdl/soap/', | 
| 72 |  |  |  |  |  |  | encodingStyle => '', | 
| 73 |  |  |  |  |  |  | parts => [qw( Google::Ads::AdWords::v201710::AdwordsUserListService::RequestHeader )], | 
| 74 |  |  |  |  |  |  | }, | 
| 75 |  |  |  |  |  |  | headerfault => { | 
| 76 |  |  |  |  |  |  |  | 
| 77 |  |  |  |  |  |  | } | 
| 78 |  |  |  |  |  |  | }, $body, $header); | 
| 79 |  |  |  |  |  |  | } | 
| 80 |  |  |  |  |  |  |  | 
| 81 |  |  |  |  |  |  |  | 
| 82 |  |  |  |  |  |  | sub mutateMembers { | 
| 83 |  |  |  |  |  |  | my ($self, $body, $header) = @_; | 
| 84 |  |  |  |  |  |  | die "mutateMembers must be called as object method (\$self is <$self>)" if not blessed($self); | 
| 85 |  |  |  |  |  |  | return $self->SUPER::call({ | 
| 86 |  |  |  |  |  |  | operation => 'mutateMembers', | 
| 87 |  |  |  |  |  |  | soap_action => '', | 
| 88 |  |  |  |  |  |  | style => 'document', | 
| 89 |  |  |  |  |  |  | body => { | 
| 90 |  |  |  |  |  |  |  | 
| 91 |  |  |  |  |  |  |  | 
| 92 |  |  |  |  |  |  | 'use'            => 'literal', | 
| 93 |  |  |  |  |  |  | namespace       => 'http://schemas.xmlsoap.org/wsdl/soap/', | 
| 94 |  |  |  |  |  |  | encodingStyle   => '', | 
| 95 |  |  |  |  |  |  | parts           =>  [qw( Google::Ads::AdWords::v201710::AdwordsUserListService::mutateMembers )], | 
| 96 |  |  |  |  |  |  | }, | 
| 97 |  |  |  |  |  |  | header => { | 
| 98 |  |  |  |  |  |  |  | 
| 99 |  |  |  |  |  |  |  | 
| 100 |  |  |  |  |  |  |  | 
| 101 |  |  |  |  |  |  | 'use' => 'literal', | 
| 102 |  |  |  |  |  |  | namespace => 'http://schemas.xmlsoap.org/wsdl/soap/', | 
| 103 |  |  |  |  |  |  | encodingStyle => '', | 
| 104 |  |  |  |  |  |  | parts => [qw( Google::Ads::AdWords::v201710::AdwordsUserListService::RequestHeader )], | 
| 105 |  |  |  |  |  |  | }, | 
| 106 |  |  |  |  |  |  | headerfault => { | 
| 107 |  |  |  |  |  |  |  | 
| 108 |  |  |  |  |  |  | } | 
| 109 |  |  |  |  |  |  | }, $body, $header); | 
| 110 |  |  |  |  |  |  | } | 
| 111 |  |  |  |  |  |  |  | 
| 112 |  |  |  |  |  |  |  | 
| 113 |  |  |  |  |  |  | sub query { | 
| 114 |  |  |  |  |  |  | my ($self, $body, $header) = @_; | 
| 115 |  |  |  |  |  |  | die "query must be called as object method (\$self is <$self>)" if not blessed($self); | 
| 116 |  |  |  |  |  |  | return $self->SUPER::call({ | 
| 117 |  |  |  |  |  |  | operation => 'query', | 
| 118 |  |  |  |  |  |  | soap_action => '', | 
| 119 |  |  |  |  |  |  | style => 'document', | 
| 120 |  |  |  |  |  |  | body => { | 
| 121 |  |  |  |  |  |  |  | 
| 122 |  |  |  |  |  |  |  | 
| 123 |  |  |  |  |  |  | 'use'            => 'literal', | 
| 124 |  |  |  |  |  |  | namespace       => 'http://schemas.xmlsoap.org/wsdl/soap/', | 
| 125 |  |  |  |  |  |  | encodingStyle   => '', | 
| 126 |  |  |  |  |  |  | parts           =>  [qw( Google::Ads::AdWords::v201710::AdwordsUserListService::query )], | 
| 127 |  |  |  |  |  |  | }, | 
| 128 |  |  |  |  |  |  | header => { | 
| 129 |  |  |  |  |  |  |  | 
| 130 |  |  |  |  |  |  |  | 
| 131 |  |  |  |  |  |  |  | 
| 132 |  |  |  |  |  |  | 'use' => 'literal', | 
| 133 |  |  |  |  |  |  | namespace => 'http://schemas.xmlsoap.org/wsdl/soap/', | 
| 134 |  |  |  |  |  |  | encodingStyle => '', | 
| 135 |  |  |  |  |  |  | parts => [qw( Google::Ads::AdWords::v201710::AdwordsUserListService::RequestHeader )], | 
| 136 |  |  |  |  |  |  | }, | 
| 137 |  |  |  |  |  |  | headerfault => { | 
| 138 |  |  |  |  |  |  |  | 
| 139 |  |  |  |  |  |  | } | 
| 140 |  |  |  |  |  |  | }, $body, $header); | 
| 141 |  |  |  |  |  |  | } | 
| 142 |  |  |  |  |  |  |  | 
| 143 |  |  |  |  |  |  |  | 
| 144 |  |  |  |  |  |  |  | 
| 145 |  |  |  |  |  |  |  | 
| 146 |  |  |  |  |  |  | 1; | 
| 147 |  |  |  |  |  |  |  | 
| 148 |  |  |  |  |  |  |  | 
| 149 |  |  |  |  |  |  |  | 
| 150 |  |  |  |  |  |  | __END__ |