generated/google/apis/oauth2_v2/service.rb in google-api-client-0.11.3 vs generated/google/apis/oauth2_v2/service.rb in google-api-client-0.12.0

- old
+ new

@@ -175,10 +175,10 @@ # @return [Google::Apis::Oauth2V2::Userinfoplus] # # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification # @raise [Google::Apis::AuthorizationError] Authorization is required - def get_userinfo_v2(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block) + def get_userinfo_v2_me(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block) command = make_simple_command(:get, 'userinfo/v2/me', options) command.response_representation = Google::Apis::Oauth2V2::Userinfoplus::Representation command.response_class = Google::Apis::Oauth2V2::Userinfoplus command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil?